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

Handling of the designated note is confusing for some users #19

Closed SebastianMC closed 1 year ago

SebastianMC commented 1 year ago

Based on the feedback I noticed that the plugin setting for 'path to designated note containing sorting specification' could be confusing for some users, especially non technical. Namely:

Find a solution to avoid such confusing mistakes

SebastianMC commented 1 year ago

Less confusing description and handling of the designated note settings was added:

The path to note entered in plugin settings is treated as (all at once):

In result, if the user enters sort.md in the settings, the following notes are examined:

Another example: entering sort in the settings results in scanning of:

Additionally, the description of the plugin setting was updated to be less confusing

The above improvement should automatically and correctly handle most common misunderstandings and mistakes in this area