mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-27 18:12:29 +08:00
feat(docs): hiding note list
This commit is contained in:
parent
9fb04b256d
commit
b7566ad979
@ -2700,6 +2700,13 @@
|
|||||||
"value": "bx bxs-grid",
|
"value": "bx bxs-grid",
|
||||||
"isInheritable": false,
|
"isInheritable": false,
|
||||||
"position": 10
|
"position": 10
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "relation",
|
||||||
|
"name": "internalLink",
|
||||||
|
"value": "zEY4DaJG4YT5",
|
||||||
|
"isInheritable": false,
|
||||||
|
"position": 70
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"format": "markdown",
|
"format": "markdown",
|
||||||
|
@ -1,6 +1,10 @@
|
|||||||
# Note List
|
# Note List
|
||||||
When a note has one or more child notes, they will be listed at the end of the note for easy navigation.
|
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
|
## View types
|
||||||
|
|
||||||
By default, the notes will be displayed in a grid, however there are also some other view types available.
|
By default, the notes will be displayed in a grid, however there are also some other view types available.
|
||||||
|
@ -2700,6 +2700,13 @@
|
|||||||
"value": "bx bxs-grid",
|
"value": "bx bxs-grid",
|
||||||
"isInheritable": false,
|
"isInheritable": false,
|
||||||
"position": 10
|
"position": 10
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "relation",
|
||||||
|
"name": "internalLink",
|
||||||
|
"value": "zEY4DaJG4YT5",
|
||||||
|
"isInheritable": false,
|
||||||
|
"position": 70
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"format": "html",
|
"format": "html",
|
||||||
|
@ -15,6 +15,9 @@
|
|||||||
<div class="ck-content">
|
<div class="ck-content">
|
||||||
<p>When a note has one or more child notes, they will be listed at the end
|
<p>When a note has one or more child notes, they will be listed at the end
|
||||||
of the note for easy navigation.</p>
|
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>
|
<h2>View types</h2>
|
||||||
<p>By default, the notes will be displayed in a grid, however there are also
|
<p>By default, the notes will be displayed in a grid, however there are also
|
||||||
some other view types available.</p>
|
some other view types available.</p>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user