gapmiss

Results 14 comments of gapmiss

Yes @todearaujo you can use any lucide icon using the `custom` badge syntax. Thank you for pointing that out. As time permits, I am working on some improvements to the...

Great idea! Currently, I am working on other projects and will consider re-visiting this idea in the future. You are also welcome to fork this repo and create your own...

Was having problems with the above CSS rule and have since changed it to: ```css .tree-item.nav-file > div[data-path$=edtz] { display: none; } ``` Still needs more testing to make sure...

This `CSS` snippet hides the `edtz` files from the file explorer. ```css .tree-item.nav-file:has(div[data-path$=edtz]) { display: none; } ``` Obsidian v1.4.9