aboutsummaryrefslogtreecommitdiff
path: root/doc/plugins/txt.mdwn
blob: 1b7e7821bb24d76c21f04c98447a653af4ba8b1d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[[!template id=plugin name=txt author="[[Gabriel]]"]]
[[!tag type/format]]

This plugin makes ikiwiki treat files with names ending in ".txt"
as wiki pages.

Unlike other [[type/format]] plugins, no formatting of markup in 
txt files is done; the file contents is displayed to the user as-is,
with html markup characters such as ">" escaped.

The only exceptions are that [[WikiLinks|WikiLink]] and
[[directives|directive]] are still expanded by
ikiwiki, and that, if the [[!cpan URI::Find]] perl module is installed, URLs
in the txt file are converted to hyperlinks.