raphwriter / trilium-theme-melon

A theme for Trilium Notes
93 stars 20 forks source link

Custom folder icons #7

Closed 8666 closed 3 years ago

8666 commented 3 years ago

How can I choose custom icon folders like in the screenshot (journal, education..)? I use modified version of this theme but I noticed the icons for the first time now.

raphwriter commented 3 years ago

Hi, you have to add an attribute to a node, this is a trilium feature and works regardless of which theme you use, btw. Check this section in the wiki

So you add an attribute #iconClass with a value such as "bx bx-name-of-icon" Note: bx as well as bx-name-of-icon are needed to work. If you check the "inheritable" box all of the child-nodes will also well, inherit, the chosen icon.

This is the icon set being used - to see how one is named, click on it: https://boxicons.com/

image