Highlight callouts in Obsidian

I use various plugins and apps (like Zotero, Omnivore, and Snipd) to bring information into my Obsidian vault.

By default, apps use bullet lists to separate imported highlights, which I find finicky to work with.

I prefer using callouts to organise my information. However, there's no native highlight callout. I use custom callouts with the following CSS Snippet:

.callout[data-callout="highlight"] {
    --callout-color: var(--callout-question);
    --callout-icon: lucide-highlighter
}

All the information now arrives in my vault in the same format. This helps me use Note Refactor and other plugins to process the notes further and eventually turn them into atomic notes.

← anonymous kudos for permalink