From 76d38083e4db351ce7e2861c145914d30b8e9a25 Mon Sep 17 00:00:00 2001 From: zadam Date: Sun, 7 Aug 2022 23:29:38 +0200 Subject: [PATCH] Updated Sorting (markdown) --- Sorting.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Sorting.md b/Sorting.md index 43c3a91..8db6885 100644 --- a/Sorting.md +++ b/Sorting.md @@ -13,7 +13,6 @@ Sorting works by comparing note property or a specific label on the child notes. There are 3 sorting levels, where the first one has the highest priority and the second (respectively the third) will be applied only if the 2 compared notes are equal based on higher priority comparison. 1. implicit sorting by `#top` label - child notes with this label will appear on the top of the folder. - a) in case you have more child notes 2. sorting by child's property or a specific label defined on the parent note's `#sorted` label a) parent note has `#sorted` with no value - by default sorting will be done alphabetically b) parent note has `#sorted=title` or `#sorted=dateModified` or `#sorted=dateCreated` - sorting will be done based on the defined note's property