From e63fcb7d81612351c9316b80a632cb9692d413ae Mon Sep 17 00:00:00 2001 From: SebastianMC <23032356+SebastianMC@users.noreply.github.com> Date: Thu, 3 Nov 2022 19:35:28 +0100 Subject: [PATCH] #23 - support for sorting by metadata - readme update --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 013b09d..915bec5 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ Take full control of the order of your notes and folders: - support for fully manual order - list notes and folders names explicitly, or use prefixes or suffixes only - wildcard names matching supported +- group and sort notes and folders by notes custom metadata - support for automatic sorting by standard and non-standard rules - mixing manual and automatic ordering also supported - order by compound numbers in prefix, in suffix (e.g date in suffix) or inbetween @@ -15,7 +16,7 @@ Take full control of the order of your notes and folders: - different sorting rules per group even inside the same folder - simple to use yet versatile configuration options - order configuration stored directly in your note(s) front matter - - use a dedicated key in YAML + - use a dedicated `sorting-spec:` key in YAML - folders not set up for the custom order remain on the standard Obsidian sorting - support for imposing inheritance of order specifications with flexible exclusion and overriding logic