ASCII Art Heading

by nbdev99
5
4
3
2
1
Score: 35/100

Description

This plugin has not been manually reviewed by Obsidian staff. Render ASCII art headings from code blocks using FIGlet fonts.

Reviews

No reviews yet.

Stats

stars
downloads
0
forks
1
days
NaN
days
NaN
days
0
total PRs
0
open PRs
0
closed PRs
0
merged PRs
0
total issues
0
open issues
0
closed issues
0
commits

Latest Version

Invalid date

Changelog

README file from

Github

ASCII Art Heading

Transform your headings into eye-catching ASCII art using FIGlet fonts.

Usage

Create a code block with the ascii-art language identifier:

```ascii-art
title: HELLO WORLD
```

Parameters

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

Example with All Options

```ascii-art
title: FINANCIALS
font: Banner
align: centre
colour: #7c3aed
```

Available Fonts

  • Standard (default)
  • Banner
  • Big
  • Slant
  • Small
  • Block
  • Doom
  • Lean
  • Mini
  • Script
  • Shadow
  • Graffiti
  • Ogre
  • Poison
  • Roman
  • Speed
  • Straight

Settings

Access settings via Settings → Community Plugins → ASCII Art Heading

  • Default font - Font used when none specified in code block
  • Font size - Tiny, Small, Normal, or Large
  • Default colour - Theme default, accent, or custom hex colour
  • Full width - Expand beyond readable line width
  • Horizontal scroll - Enable scrolling for wide ASCII art (prevents wrapping)
  • Show font name - Display font name below ASCII art

Installation

From Community Plugins

  1. Open Settings → Community Plugins
  2. Disable Safe Mode if prompted
  3. Click Browse and search for "ASCII Art Heading"
  4. Install and enable the plugin

Manual Installation

  1. Download main.js, manifest.json, and styles.css from the latest release
  2. Create a folder called ascii-art-heading in your .obsidian/plugins/ directory
  3. Copy the downloaded files into this folder
  4. Reload and enable the plugin in Settings → Community Plugins

Support

If you find this plugin useful, consider supporting its development:

Buy Me A Coffee

License

MIT License - see LICENSE for details.