ormai / obsidian-css-snippets

My collection of css snippets for Obsidian

Home Page:https://obsidian.md

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Snippets

Drop caps

This snippet implements drop caps in Obsidian. It works by assigning a specific font to a character which has been given the dcaps class:

<span class="dcaps">I</span>

dropcaps

This was inspired by gwern.net.

Article

Scientific papers, blogposts, excerpts, etc., need to have a different style than the common note. article.css applies a custom font, shrinks the reading length, centers the headings and tones down the color palette.

Syntax:

---
cssclass: article
---

article

About

My collection of css snippets for Obsidian

https://obsidian.md

License:GNU General Public License v3.0


Languages

Language:CSS 100.0%