SebastianMC / obsidian-custom-sort

Take full control over the order and sorting of folders and notes in File Explorer in Obsidian
GNU General Public License v3.0
255 stars 19 forks source link

Allow for different folder note naming scheme #53

Closed FynnFreyer closed 1 year ago

FynnFreyer commented 1 year ago

While giving the folder note the same name as the folder is certainly customary, another popular approach is specifying an index name (e.g. README.md or __about__.md) for folder notes.

Both xpgo's and aidenlx's very popular folder note plugins support this approach.

It would be nice, if Obsidian Custom Sort would also support this.

FynnFreyer commented 1 year ago

Very useful plugin btw, thanks for making this! Also, since you can simply use a sortspec file in the folder, this is really just a nice to have ...

SebastianMC commented 1 year ago

Hi @FynnFreyer

thanks for the suggestion!

Actually it was a very low hanging fruit, becase... it was already supported, yet the setting description was not fully clear.

I've updated the description in settings panel to be precise. And also - to make the feature more user friendly - extended the code to accept both _about_ and _about_.md inputs in the configuration. Based on the feedback which I receive people tend to confuse note name with file name, so accepting both variants eliminates the confusion.

Release 1.6.1 is ready

updated-settings

FynnFreyer commented 1 year ago

Very nice! Thanks for adding some clarification on thin =)

FynnFreyer commented 1 year ago

*this

joellti commented 8 months ago

@SebastianMC Can you please support Outside Folder, with Same Name mode from https://github.com/aidenlx/alx-folder-note/wiki/folder-note-pref as well. All my notes are currently in this mode and I don't want to convert to other modes since it brings other benefits. Thx a lot.

SebastianMC commented 8 months ago

Hi @joellti

I've created #109 to cover this enhancement