lukasbach / obsidian-file-order

Obsidian plugin to reorder files with drag-and-drop by customizing a number-prefix in the filenames
MIT License
62 stars 2 forks source link

Support multilevel numbering #18

Open need-4-sleep opened 4 months ago

need-4-sleep commented 4 months ago

Is your feature request related to a problem? Please describe. My files look like the following:

image

You can tell how much of a headache it would be to manually change the ordering. Currently I use a CLI helper to rename my files, but it would be nice to be able to manage things from inside Obsidian.

Describe the solution you'd like Add option for nesting prefixes, allowing for a custom separator in case the user wants something like 1-2-1 title.

Describe alternatives you've considered None

Additional context

lukasbach commented 3 months ago

I'm not sure how the UX expectation is for such a list. It would still just be a flat draggable list, how would the user influence which depth/level an dragged item has in this list? Or do you suggest a draggable tree?