chhoumann / quickadd

QuickAdd for Obsidian
https://quickadd.obsidian.guide
MIT License
1.48k stars 135 forks source link

[FEATURE REQUEST] Using a more logical sorting for folder (including subfolders) to create note #572

Open wwjCMP opened 11 months ago

wwjCMP commented 11 months ago

Is your feature request related to a problem? Please describe. Now, when I am choosing which folder to create my note in, I encounter this: A A/B1 A/B2 A/B3 A/B1/C1 A/B2/C1 A/B3/C1 A/B1/C2 A/B3/C2

Describe the solution you'd like I think the following way is more reasonable. A A/B1 A/B1/C1 A/B1/C2 A/B2 A/B2/C1 A/B3 A/B3/C1 A/B3/C2