====== Text plugin ======
http://www.dokuwiki.org/plugin:text
This plugin allows you to export a page to a plain text format usable as a simplistic document or to be used in further processing.
The text renderer plugin was originally designed for use with the searchtext plugin, to provide both a basis for searching rendered text, and providing a rendered text snippet for displayed search result.
===== Add a Button =====
To add a button to your template to access this plugin's output, try adding the following in your template at the point you would like the button to appear.
'export_text'),'get','export this page as text'); ?>
Note:
* 'text' will appear in the button, change as appropriate.
* 'export this page as text' will appear as a tooltip when you hover over the button. change as appropriate.
If you are not using a dev version or are on the latest stable use this code instead:
'export_text'),'get','export this page as text'); ?>
az