feat(docs): hiding note list

This commit is contained in:
Elian Doran 2025-04-06 23:06:21 +03:00
parent 9fb04b256d
commit b7566ad979
No known key found for this signature in database
4 changed files with 21 additions and 0 deletions

View File

@ -2700,6 +2700,13 @@
"value": "bx bxs-grid",
"isInheritable": false,
"position": 10
},
{
"type": "relation",
"name": "internalLink",
"value": "zEY4DaJG4YT5",
"isInheritable": false,
"position": 70
}
],
"format": "markdown",

View File

@ -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.

View File

@ -2700,6 +2700,13 @@
"value": "bx bxs-grid",
"isInheritable": false,
"position": 10
},
{
"type": "relation",
"name": "internalLink",
"value": "zEY4DaJG4YT5",
"isInheritable": false,
"position": 70
}
],
"format": "html",

View File

@ -15,6 +15,9 @@
<div class="ck-content">
<p>When a note has one or more child notes, they will be listed at the end
of the note for easy navigation.</p>
<h2>Hide the note list for a given note</h2>
<p>If the note list is not desireable for a particular note, simply apply
the <code>hideChildrenOverview</code> <a href="../../Advanced%20Usage/Attributes.html">label</a>.</p>
<h2>View types</h2>
<p>By default, the notes will be displayed in a grid, however there are also
some other view types available.</p>