Contextual Typography

by mgmeyers
5
4
3
2
1
Score: 57/100

Description

Category: Note Enhancements

The Contextual Typography plugin is a game-changer for Obsidian users who want to take their notes' visual styling to the next level. This plugin adds a crucial attribute to preview divs, allowing you to define custom typography styles based on the context of your content. With this plugin, you can create beautiful and organized layouts by specifying margin sizes, font weights, and more for specific headings or paragraphs. Imagine being able to effortlessly create visually appealing notes that reflect your unique style and preferences. The Contextual Typography plugin makes it all possible, giving you unprecedented control over the look and feel of your Obsidian notes.

Reviews

No reviews yet.

Stats

194
stars
109,548
downloads
10
forks
2,008
days
734
days
1,141
days
8
total PRs
3
open PRs
3
closed PRs
2
merged PRs
13
total issues
5
open issues
8
closed issues
0
commits

Latest Version

3 years ago

Changelog

README file from

Github

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:

After:

Similar Plugins

info
• Similar plugins are suggested based on the common tags between the plugins.
Admonition
5 years ago by Jeremy Valentine
Adds admonition block-styled content to Obsidian.md
Custom Frames
4 years ago by Ellpeck
An Obsidian plugin that turns web apps into panes using iframes with custom styling. Also comes with presets for Google Keep, Todoist and more.
Code Styler
3 years ago by Mayuran Visakan
A plugin for Obsidian.md for styling codeblocks and inline code
Smart Typography
5 years ago by mgmeyers
Converts quotes to curly quotes, dashes to em dashes, and periods to ellipses
Sheets Extended
3 years ago by NicoNekoru
Plugin that adds features to tables in obsidian including merging, vertical headers, and custom css
Markdown Tags
2 years ago by John Smith III
Enhance your Markdown documents with custom tags. Use predefined or custom labels, customizable colors, and arrow indicators to visually track tasks and statuses.
Custom Classes
3 years ago by Lila Rest
A minimal Obsidian plugin that allows you to add your own HTML classes to chosen Markdown elements directly from your notes.
Base Tag Renderer
3 years ago by Darren Kuro
A lightweight obsidian plugin to render the basename of tags in preview mode.
Checkbox styling helper
2 years ago by JaewonE
Render theme-independent SVG icon bullets from plain Markdown markers.
Typographer
7 months ago by René Coignard
Enhances typography with smart quotes, custom text replacements and auto-pairing characters.
CSS Inserter
2 years ago by Erika Gozar
Inserts user-defined css snippets into the selected text.
Tailwind Snippet
2 years ago by Nicholas Wilcox
An Obsidian plugin that enables usage of Tailwind CSS.
Source Mode Styling
4 months ago by Chris Howard
Obsidian plugin. Provides a customisable raw look in source mode using a monospace font to clearly differentiate from Live Preview.
Frontmatter to HTML Attributes
3 months ago by Tarek Saier
Makes YAML frontmatter available as data-* attributes in HTML, enabling metadata based CSS styling.