From 5009e3b326a3ab9fb8b281cbbe8d841136773008 Mon Sep 17 00:00:00 2001 From: zadam Date: Fri, 2 Jul 2021 21:03:46 +0200 Subject: [PATCH] Updated Tree concepts (markdown) --- Tree concepts.md => Tree-concepts.md | 2 ++ 1 file changed, 2 insertions(+) rename Tree concepts.md => Tree-concepts.md (83%) diff --git a/Tree concepts.md b/Tree-concepts.md similarity index 83% rename from Tree concepts.md rename to Tree-concepts.md index 387b2e5..0f7bcc4 100644 --- a/Tree concepts.md +++ b/Tree-concepts.md @@ -16,6 +16,8 @@ Prefix is branch (placement) specific title prefix for the note. Let's say you h To edit prefix, right click on a note in the tree pane and choose "Edit branch prefix". +Prefix is not part of the note itself and thus is not encrypted when the note is protected. That can be useful when you want to keep part of the title in the tree visible even when protected for easier orientation. + ## Subtree Subtree is a set of notes consisting of a particular note (subtree root) and all its children, children of these children (= all its descendants). Some operations work on subtrees (e.g. export). \ No newline at end of file