mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	feat(docs): reorganize scripting notes and finalize attribute reference
This commit is contained in:
		| @@ -1,9 +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 | ||||
| ## Configuration | ||||
|  | ||||
| If the note list is not desireable for a particular note, simply apply the `hideChildrenOverview` [label](../../Advanced%20Usage/Attributes.md). | ||||
| *   To hide the note list for a particular note, simply apply the `hideChildrenOverview` [label](../../Advanced%20Usage/Attributes.md). | ||||
| *   For some view types, such as Grid view, only a subset of notes will be displayed and pagination can be used to navigate through all of them for performance reasons. To adjust the number of notes per page, set `pageSize` to the desired number. | ||||
|  | ||||
| ## View types | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user