Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.33 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.33 KB

Obsidian Stuff

A collection of plugin code-snippets and custom CSS for Obsidian


This will grow as I find more cool stuff!


What's in here?

lucide-generator.sh

Go There!

A bash script that will take a set of Lucide icons and make an Obsidian CSS snippet that'll let you use those icons in your Obsidian callouts (providing Obsidian has the icon).
It'll also make you a markdown document showing off all the new callouts!
The colours should also be respectful of theme changes, as they reference internal colour variables like --color-red

The custom callouts are in the form [!custom-ICONNAME-COLOUR], with the icon name not containing any dashes, and the order being important :)

> [!custom-cat-purple]

templater.md

Go There!

A selection of Templater scripts & snippets that I like.

dataview.md

Go There!

A selection of Dataview scripts & snippets that I like.