Nested folders #98
PaulNerd
started this conversation in
Feature Requests / Ideas
Replies: 1 comment 1 reply
|
Hey, thanks a lot! Nested folders are definitly on my list but i requires actually a lot of work. Right now im focusing on some smaller things and after that i wanted to focus on another big thing - image support in notes. Hopefully you can wait until then! I would plan nested folder right after image support and after that maybe nested checklist indentation. Btw. nice workaround, seems pretty time-consuming but helps me understanding your use case. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
first of all, I love your app, it's very streamlined and efficient.
I'm suggesting that you consider adding the possibility of nested folders (say, up to three levels?).
At the moment I'm unpacking the JSON generated by the backup function with a python script. It takes into account the Folder the note is in, and then it appends the content of a #path hashtag that I'm manually typing into each note for the successive levels of the path (i.e. "Computer" folder, #path:Software/Database, which becomes Computer\Software\Database\note.md when I'm running the script).
This is a bit clunky, error-prone, and has to be typed each time, so nested folders would definitely be a boon for my (and I suppose other's as well?) use-case.
Thanks in advance, best regards.
All reactions