syntax:plugins:text:ko

text (export / renderer) Plugin

This plugin allows you to export a page to a plain text format usable as a simple document or to be used in further processing.

To export a single page add the following parameter to the page URL:

<pagename>?do=export_text

To get a copy of rendered text in PHP (i.e. from a button or some other plugin) use:

global $ID;
$ID = $id; //necessary for correct metadata handling 
$text = p_cached_output(wikiFN($id),'text');
  • syntax/plugins/text/ko.txt
  • 마지막으로 수정됨: 2023/07/20 04:32
  • 저자 writer