Headings Plugin
The Headings plugin provides three heading levels (H1, H2, H3) for structuring your document hierarchy.Installation
Usage
Features
- Three heading levels: H1, H2, H3
- Keyboard shortcuts for each level
- HTML, Markdown, and Email export
- Supports text marks (bold, italic, etc.)
- Supports alignment and depth
Heading One (H1)
Options
Element Type
Commands
Heading Two (H2)
Options
Element Type
Commands
Heading Three (H3)
Options
Element Type
Commands
Parsers
HTML
Deserialize: Converts<h1>, <h2>, <h3> tags to heading blocks
Serialize: Each heading level outputs with appropriate styling
Markdown
Examples
Basic Document Structure
Programmatic Insertion
Using Keyboard Shortcuts
Type these shortcuts at the start of an empty paragraph:h1or#+Space→ Converts to Heading 1h2or##+Space→ Converts to Heading 2h3or###+Space→ Converts to Heading 3
Related
- Paragraph Plugin - Basic text content
- Table of Contents Plugin - Auto-generated TOC from headings