docs(map): document relation filtering

This commit is contained in:
Kieran
2025-06-27 20:25:09 +01:00
parent 31df2341c3
commit e70ba00929

View File

@@ -4,3 +4,5 @@
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).
The labels `mapIncludeRelation` and `mapExcludeRelation`, if set, filter the note map to include only the specified relations or to exclude the specified relations, respectively.