From ae8aa969b1ae5a156bbf47eee686d02ca5fb5d1f Mon Sep 17 00:00:00 2001 From: zadam Date: Sat, 16 Nov 2019 09:23:56 +0100 Subject: [PATCH] Updated Attributes (markdown) --- Attributes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Attributes.md b/Attributes.md index d484eee..e38a456 100644 --- a/Attributes.md +++ b/Attributes.md @@ -37,8 +37,8 @@ Following labels are used for advanced configuration: * `hidePromotedAttributes` * `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]]. -* `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/). +* `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. ## Relations Relation is a kind of link between two notes.