mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-30 18:05:55 +01:00 
			
		
		
		
	feat(docs): hiding note list
This commit is contained in:
		| @@ -2700,6 +2700,13 @@ | ||||
|                                             "value": "bx bxs-grid", | ||||
|                                             "isInheritable": false, | ||||
|                                             "position": 10 | ||||
|                                         }, | ||||
|                                         { | ||||
|                                             "type": "relation", | ||||
|                                             "name": "internalLink", | ||||
|                                             "value": "zEY4DaJG4YT5", | ||||
|                                             "isInheritable": false, | ||||
|                                             "position": 70 | ||||
|                                         } | ||||
|                                     ], | ||||
|                                     "format": "markdown", | ||||
|   | ||||
| @@ -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. | ||||
|   | ||||
| @@ -2700,6 +2700,13 @@ | ||||
|                                             "value": "bx bxs-grid", | ||||
|                                             "isInheritable": false, | ||||
|                                             "position": 10 | ||||
|                                         }, | ||||
|                                         { | ||||
|                                             "type": "relation", | ||||
|                                             "name": "internalLink", | ||||
|                                             "value": "zEY4DaJG4YT5", | ||||
|                                             "isInheritable": false, | ||||
|                                             "position": 70 | ||||
|                                         } | ||||
|                                     ], | ||||
|                                     "format": "html", | ||||
|   | ||||
| @@ -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> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user