diff --git a/docs/User Guide/!!!meta.json b/docs/User Guide/!!!meta.json index 9cc7a0824..664124542 100644 --- a/docs/User Guide/!!!meta.json +++ b/docs/User Guide/!!!meta.json @@ -2700,6 +2700,13 @@ "value": "bx bxs-grid", "isInheritable": false, "position": 10 + }, + { + "type": "relation", + "name": "internalLink", + "value": "zEY4DaJG4YT5", + "isInheritable": false, + "position": 70 } ], "format": "markdown", diff --git a/docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note List.md b/docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note List.md index d2fea88f5..3d6981247 100644 --- a/docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note List.md +++ b/docs/User Guide/User Guide/Basic Concepts and Features/Notes/Note List.md @@ -1,6 +1,10 @@ # Note List When a note has one or more child notes, they will be listed at the end of the note for easy navigation. +## Hide the note list for a given note + +If the note list is not desireable for a particular note, simply apply the `hideChildrenOverview` [label](../../Advanced%20Usage/Attributes.md). + ## View types By default, the notes will be displayed in a grid, however there are also some other view types available. diff --git a/src/public/app/doc_notes/en/User Guide/!!!meta.json b/src/public/app/doc_notes/en/User Guide/!!!meta.json index 880c537f6..8337c6710 100644 --- a/src/public/app/doc_notes/en/User Guide/!!!meta.json +++ b/src/public/app/doc_notes/en/User Guide/!!!meta.json @@ -2700,6 +2700,13 @@ "value": "bx bxs-grid", "isInheritable": false, "position": 10 + }, + { + "type": "relation", + "name": "internalLink", + "value": "zEY4DaJG4YT5", + "isInheritable": false, + "position": 70 } ], "format": "html", diff --git a/src/public/app/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/Notes/Note List.html b/src/public/app/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/Notes/Note List.html index c55f564d8..f0f4681f6 100644 --- a/src/public/app/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/Notes/Note List.html +++ b/src/public/app/doc_notes/en/User Guide/User Guide/Basic Concepts and Features/Notes/Note List.html @@ -15,6 +15,9 @@
When a note has one or more child notes, they will be listed at the end of the note for easy navigation.
+If the note list is not desireable for a particular note, simply apply
+ the hideChildrenOverview
label.
By default, the notes will be displayed in a grid, however there are also some other view types available.