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
252 stars 19 forks source link

Add inline regex support to match capital letters and lowercase letters explicitly #115

Closed SebastianMC closed 7 months ago

SebastianMC commented 7 months ago

Discussed in https://github.com/SebastianMC/obsidian-custom-sort/discussions/114

Originally posted by **catvatar** November 21, 2023 ## I use capital letters to distinguish between self contained notes and aggregating notes So I would like notes starting with capital letters to be sorted first. ### Example - note A - Note A - note B - Note B Sorted: - Note A - Note B - note A - note B For now I don't see a clear way of doing this. My `sortspec.md` file looks like this ``` --- sorting-spec: |- target-folder: /* /folders < a-z /:files < a-z README sortspec --- ```
SebastianMC commented 7 months ago

Added in release 2.1.1