docus icon indicating copy to clipboard operation
docus copied to clipboard

slashes (/) in document names

Open kthmlclm opened this issue 2 years ago • 1 comments

The app allows document names to include forward slashes (eg 'document1/2'). However, documents with names including forward slash(es) are not handled correctly. In my example, the image(s) is placed in the directory '2-[timestamp]' inside the directory 'document1'. On selecting 'export', the app displays a loading icon indefinitely.

The app should either disallow slashes in document names, or handle those documents correctly. Not all users are familiar with *nix file name patterns, and archival document names often contain one or more slashes.

kthmlclm avatar Jun 30 '23 19:06 kthmlclm

Hi, thanks for pointing this out. I didn't realize this. I guess the easiest solution is to prohibit the forward slashes completely. I don't have much time to update the app these days, but if you create a pull request with the necessary fixes, I will add it to the app. Otherwise, I will fix it once I have more time.

Breta01 avatar Jul 07 '23 05:07 Breta01