From e70ba009294ff6ed2f33f18936a48326510219d3 Mon Sep 17 00:00:00 2001 From: Kieran Date: Fri, 27 Jun 2025 20:25:09 +0100 Subject: [PATCH] docs(map): document relation filtering --- docs/User Guide/User Guide/Note Types/Note Map.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/User Guide/User Guide/Note Types/Note Map.md b/docs/User Guide/User Guide/Note Types/Note Map.md index 2433e7161..a07569a38 100644 --- a/docs/User Guide/User Guide/Note Types/Note Map.md +++ b/docs/User Guide/User Guide/Note Types/Note Map.md @@ -3,4 +3,6 @@ A Note map is a note type which displays a standalone version of the feature of the same name: [Note Map (Link map, Tree map)](../Advanced%20Usage/Note%20Map%20\(Link%20map%2C%20Tree%20map\).md). -Once created, the note map will display the relations between notes. Only the notes that are part of the parent of the note map will be displayed (including their children). \ No newline at end of file +Once created, the note map will display the relations between notes. Only the notes that are part of the parent of the note map will be displayed (including their children). + +The labels `mapIncludeRelation` and `mapExcludeRelation`, if set, filter the note map to include only the specified relations or to exclude the specified relations, respectively.