Heading Level Indent
approvedby svonjoi
Indenting content under headers based on their level.
Indenting content under headers based on their level is a visual technique to create a visual hierarchy that makes it easier to understand the structure and organization of your document and facilitates the application of selective attention on specific structure part.
Indentation for each heading's content can be customized in the plugin settings.
Install
Download available through Community plugins in Obsidian settings
Demo
Indentation support
| Element | Source/Live Preview | Reading View | PDF Export |
|---|---|---|---|
| Code block | ✅ | ✅ | ✅ |
| Blockquote | ✅ | ✅ | ✅ |
| Callout | ✅ | ✅ | ✅ |
| Table | ✅ | ✅ | ✅ |
| LaTeX block | ✅ | ✅ | ✅ |
| Note block embed | ✅ | x | ✅ |
| PDF embed | ✅ | ✅ | thumb |
| Image embed | ✅ | ✅ | ✅ |
| Excalidraw embed | N/A | ✅ | ? |
| Canvas embed | ✅ | ✅ | ✅ |
Features
Per-document indent control
Toggle heading indentation for individual notes using the heading-indent frontmatter property:
- Omit the property or set to
true: Indentation enabled (default) - Set to
false: Indentation disabled
---
heading-indent: false
---
Contributors
For plugin developers
Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.