standardnotes / forum

Support from other community members. For 1-on-1 help, please contact help@standardnotes.com.
https://forum.standardnotes.org
196 stars 9 forks source link

[Feature Request] Import Files as Individual Notes #630

Closed arcanecode closed 1 year ago

arcanecode commented 5 years ago

Here's an idea for people who might wish to bulk upload a bunch of files into Standard Notes.

In the menu, user picks "Import, Folder".

They are prompted for the name of the folder, and optionally a Tag to use. If they don't supply a tag name, the name of the folder is used for the tag.

Every text based file in the selected file becomes its own note, with the name of the note being the file name, and using the tag the user indicated in the previous step.

If a note already exists with that name, user will be prompted to overwrite, overwrite all (i.e. don't ask again) or import with a new name. You could mimic the style of windows, add a (1) or a (2) etc, at the end of the note name.

For added functionality, have an option to also import all subfolders. Each note would then have the tag for the base folder, and additional tags for the subfolder(s) it is in.

I can see this being used for people who want to backup their source code in a safe, encrypted spot. Also for people who have created a bunch of text files over time and want a place to easily organize them.

moughxyz commented 5 years ago

We do have this functionality with the plaintext converter tool: https://dashboard.standardnotes.org/tools

We don't like to couple this functionality into the core app as to keep concerns separate. But in the future I do want to add a tag option to the converter script so it adds the notes to a desired tag.