nbdev9940 downloadsRender ASCII art headings from code blocks using FIGlet fonts.
Transform your headings into eye-catching ASCII art using FIGlet fonts.
Create a code block with the ascii-art language identifier:
```ascii-art
title: HELLO WORLD
```
| Parameter | Description | Required |
|---|---|---|
title |
The text to render as ASCII art | Yes |
font |
FIGlet font name (see available fonts below) | No |
align |
Alignment: left, centre/center, right |
No |
colour |
Colour: hex code (#ff5500) or preset (accent, muted, warning, error, success) |
No |
```ascii-art
title: FINANCIALS
font: Banner
align: centre
colour: #7c3aed
```
Access settings via Settings → Community Plugins → ASCII Art Heading
main.js, manifest.json, and styles.css from the latest releaseascii-art-heading in your .obsidian/plugins/ directoryIf you find this plugin useful, consider supporting its development:
MIT License - see LICENSE for details.