I’m currently migrating from Wiki.js to Obsidian, and was wondering is there a way to style bulleted lists similar to wiki.js. In Wiki.js, if you add {.links-list} to the end of a bulleted list, it turns into a nicely styled list like so (with fancy colored roll-over):
My knowledgebase of various OSes and services.
- [Linux](/homelab/software/Linux)
- [Docker](/homelab/software/Docker)
- [SSH](/homelab/software/Linux/sshkeygen)
- [Wireguard](/homelab/software/wireguard)
{.links-list}
note: as written the linked CSS only covers Live Preview. I personally wouldn’t go this route as it’s prone to breaking, needing adjusting when updates come out, etc. YMMV.
I would check out the built in callouts. They can be styled to your heart’s content. e.g.
I don’t think I’m opposed to playing with callouts, I’ll dig into it. Thanks for pointing me in the right direction! May come back with some questions.
Yeah, callouts are super fun and the basic ones easily readable in Source mode (plain text). They are basically rendered divs you can just style at will.
I don’t use that many complex ones (for future proofing), but do in a handful of notes. Some more complex options: