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
302 stars 23 forks source link

Allow to eliminate ambiguity of `....` #126

Closed SebastianMC closed 10 months ago

SebastianMC commented 10 months ago

Following this suggestion from @cmasfo in discussion thread #122, introduce some means to remove ambiguity of .... (4 dots) expression, and similar cases.

The most obvious and standard solution seems to be to introduce some kind of escaping for the dot character.

SebastianMC commented 10 months ago

Completed with simplistic implementation: use ./... syntax to remove ambiguity of ....