svonjoi28k downloadsIndenting 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.
Download available through Community plugins in Obsidian settings
| 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 | ✅ | ✅ | ✅ |
Toggle heading indentation for individual notes using the heading-indent frontmatter property:
true: Indentation enabled (default)false: Indentation disabled---
heading-indent: false
---