Import files and directories into the library.
shibco opened this issue · 0 comments
shibco commented
As per #7, additional library organisation would include the ability to move a file or directory into the library.
Some rules for this:
- Dropping a directory anywhere in the app should add it to the library root.
- Dropping a file onto the editor should copy the file to the library root, encrypt it, and then open it.
- Dropping something on top of a directory should place within that directory.
- Ignore empty directories.
- Ask when importing directories. Move everything but encrypt only text files. Make this clear in the confirmation.
- Don’t freeze the UI while copying.