dokuwiki-plugin-ansi/README.md

26 lines
637 B
Markdown
Raw Permalink Normal View History

2025-05-29 23:00:15 +00:00
# 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](http://www.dokuwiki.org/plugin:text) plugin but better