Closed SebastianMC closed 2 years 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:
sort.md
note (which is the sort.md.md
file underneath), andsort
note (which is the sort.md
file underneath)Another example: entering sort
in the settings results in scanning of:
sort
note (which is the sort.md
file underneath), andsort.md
note (which is the sort.md.md
file underneath)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
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:
sort.md
in the settings and then create a note namedsorting.md
which underneath results in a filesorting.md.md
. In result, the note will be ignored by the pluginInbox/sort
and create a noteInbox/sort
(being a fileInbox/sort.md
underneath). In result, the note will be ignored by the pluginFind a solution to avoid such confusing mistakes