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

[FR] exclude certain files #7

Closed Morganwan90 closed 11 months ago

Morganwan90 commented 1 year ago

Im using Make.md plugin that creates sqlite files like "context.mdb" in every folder, which help me have like board view of my folder files. I need those files to remain the current name, but this plugin will rename all the files at once. can this plugin add a function that allow users to exclude certain files?

bcardiff commented 11 months ago

I am using https://github.com/LostPaul/obsidian-folder-notes plugin and it would also be good to allow skipping some files (either fixed, regex or with {{folder_name}} expansion to match that plugin capability)

My use case is that I have a folder note I would need to keep with the fixed name but I would love to reorder other notes with this plugin.