mirror of
https://github.com/zadam/trilium.git
synced 2024-12-26 01:01:26 +08:00
Updated Attributes (markdown)
parent
ae8aa969b1
commit
f029219cdb
1 changed files with 2 additions and 2 deletions
|
@ -38,7 +38,7 @@ Following labels are used for advanced configuration:
|
|||
* `hideChildrenOverview`
|
||||
* `readOnly` - editor is in read only mode. Works only for text notes. See some use cases [here](https://github.com/zadam/trilium/issues/371).
|
||||
* `cssClass` - value of this label is then added as CSS class to the node representing given note in the tree. This can be useful for advanced [[theming|themes]]. Can be used in `template` notes.
|
||||
* `iconClass` - value of this label is added as a CSS class to the icon on the tree which can help visually distinguish the notes in the tree. Example might be `bx bx-home` - icons are taken from [boxicons](https://boxicons.com/). Can be used in `template` notes.
|
||||
* `iconClass` - value of this label is added as a CSS class to the icon on the tree which can help visually distinguish the notes in the tree. Example might be `bx bx-home` - icons are taken from [boxicons](https://boxicons.com/). Can be used in [[template]] notes.
|
||||
|
||||
## Relations
|
||||
Relation is a kind of link between two notes.
|
||||
|
@ -52,7 +52,7 @@ More importantly relations are used for some more advanced things - like attachi
|
|||
* `runOnNoteView` - attached script will be run whenever the note has been loaded
|
||||
* `runOnNoteTitleChange` - attached script will be run whenever the note title has been changed
|
||||
* `runOnAttributeChange` - attached script will be run whenever the note's attribute has been changed
|
||||
* `template` - attached note's attributes will be inherited even without parent-child relationship
|
||||
* `template` - attached note's attributes will be inherited even without parent-child relationship. See [[template]] for details.
|
||||
|
||||
## Multiplicity
|
||||
|
||||
|
|
Loading…
Reference in a new issue