# 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 `/lib/plugins/ansi`, with this exact name. Refer to http://www.dokuwiki.org/plugins for more info. ## Usage `?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