lukasbach / obsidian-file-order

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

Hide prefixes #14

Closed Glaconius closed 7 months ago

Glaconius commented 9 months ago

Great job.

Would it be possible to add an option to hide the prefixes so to keep the interface tidy?

Thanks!

captureMebutProbablyNot commented 7 months ago

This is what I came for too!

lukasbach commented 7 months ago

Hey, good suggestion, but first of all, the rendering logic of the sidebare tree isn't exactly easily exposed in the Obsidian API in a way that it could be changed, and also I'd like to keep render logic out of the scope of this plugin, as it currently just revolves around automating the naming aspect.