What I’m trying to do
Hi! I’ve been trying to create personalized callouts for my vault and I’m struggling with what is, apparently, some miscommunication between Obsidian and Lucide.
This is the code I’m using:
.callout[data-callout=“npc”] {
–callout-color: 180, 180, 0;
–callout-icon: message-square;
And it works fine. So it’s not a problem with the code. But if I change it to:
.callout[data-callout=“npc”] {
–callout-color: 180, 180, 0;
–callout-icon: message-square-more;
Then the icon won’t appear.
Among the things I tried are:
- Using the SVG code: The icon shows up, but it’s solid.
- Inserting lucide- before the icon name: no change.
I’m up for suggestions at this point. Really don’t know what to do anymore.
Thanks in advance for any suggestions.