Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mgmeyers/obsidian-contextual-typography


https://github.com/mgmeyers/obsidian-contextual-typography

obsidian obsidian-md obsidian-plugin

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# obsidian-contextual-typography

This plugin adds a `data-tag-name` attribute to all top-level preview `div`s, allowing contextual typography. Note: this plugin does not add any styles, but enables contextual styling.

This is specifically inspired by http://matejlatin.github.io/Gutenberg/

## Sample

```
.markdown-preview-view div[data-tag-name="h1"] + div > h2 {
margin-top: 1.8888888889rem;
}
```

**Before:**

Before

**After:**

After