mgmeyers / obsidian-contextual-typography

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

obsidian-contextual-typography

This plugin adds a data-tag-name attribute to all top-level preview divs, 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

About

License:GNU General Public License v3.0


Languages

Language:TypeScript 78.3%Language:JavaScript 21.7%