From a510b979efee9c403c80154c9374b12f80815b22 Mon Sep 17 00:00:00 2001 From: SebastianMC <23032356+SebastianMC@users.noreply.github.com> Date: Sat, 13 Aug 2022 23:25:53 +0200 Subject: [PATCH] Updated example sortspec.md Added explanatory comment to the specification --- docs/examples/1/sortspec.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/examples/1/sortspec.md b/docs/examples/1/sortspec.md index b43009c..08c3dba 100644 --- a/docs/examples/1/sortspec.md +++ b/docs/examples/1/sortspec.md @@ -1,5 +1,13 @@ --- 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: / < a-z ---