Updated example sortspec.md

Added explanatory comment to the specification
This commit is contained in:
SebastianMC 2022-08-13 23:25:53 +02:00 committed by GitHub
parent 5b139f180e
commit a510b979ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -1,5 +1,13 @@
--- ---
sorting-spec: | sorting-spec: |
//
// A simple configuration for obsidian-custom-sort plugin
// (https://github.com/SebastianMC/obsidian-custom-sort)
// It causes the plugin to take over the control of the order of items in the root folder ('/') of the vault
// It explicitly sets the sorting to ascending ('<') alphabetical ('a-z')
// Folders and files are treated equally by the plugin (by default) so expect them intermixed
// after enabling the custom sort plugin
//
target-folder: / target-folder: /
< a-z < a-z
--- ---