ANSI/VT100 text renderer for DokuWiki
Go to file
Yuki 3fd9a57ec5 Add sixel support 2025-05-30 17:04:20 -04:00
conf Add sixel support 2025-05-30 17:04:20 -04:00
lang/en Add sixel support 2025-05-30 17:04:20 -04:00
README.md First release 2025-05-29 19:00:15 -04:00
plugin.info.txt Add sixel support 2025-05-30 17:04:20 -04:00
renderer.php Add sixel support 2025-05-30 17:04:20 -04:00

README.md

ANSI/VT100 text renderer for DokuWiki

Renders page as text with ANSI escape codes. Perfect for viewing in a terminal with an utility such as curl.

Install

Install to <doku_base>/lib/plugins/ansi, with this exact name. Refer to http://www.dokuwiki.org/plugins for more info.

Usage

<page_name>?do=export_ansi

Features

  • Bold, italics, underline, deleted, etc.
  • Fancy code boxes
  • Links (uses OSC 8)
  • Nice headers (uses double-height lettering)

Licence

Copyright (c) JP "Yuki" Savard

Licensed under GPLv2 (same as DokuWiki)

Inspired by the text plugin but better