lukasbach / obsidian-file-order

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

Support multilevel numbering #18

Open need-4-sleep opened 8 months ago

need-4-sleep commented 8 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 7 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?

ccc-dvansevenant commented 1 month ago

Just discovered this plugin today and this request is the first thing I thought of. Good to see others have thought of it, too.

My main use-case would be for Johnny Decimal numbering: https://jdcm.al/10-19-concepts/11-core/11.05-the-index/

Given the hierarchy of such a list, I'm guessing a draggable tree would be needed?