Stylized checkboxes in Obsidian (e.g. custom icons for canceled, rescheduled, in progress etc.) without a custom theme or plugins.
One of the challenges with note taking apps on mobile is the limited font selection. While desktops let you install custom fonts system-wide, mobile platforms are much more restrictive.
However, there’s an elegant solution for Obsidian given it’s an electron app. Obsidian allows you to inject a CSS snippet to tweak the appearnace of the app. CSS allows you to embed base64 encoded fonts directly in them for styling text 💡.
#2024
This post talks about using the popular CSS framework Tailwind to style a Hugo theme or blog in 2024.