X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/blobdiff_plain/661a2bbadf952d1aebeba9fbf25305a9ca577ed1..926c04e844f231622cfe7d74701a878581125188:/doc/plugins/contrib/plaintext.mdwn diff --git a/doc/plugins/contrib/plaintext.mdwn b/doc/plugins/contrib/plaintext.mdwn index cb6b8b119..0350bc3ca 100644 --- a/doc/plugins/contrib/plaintext.mdwn +++ b/doc/plugins/contrib/plaintext.mdwn @@ -5,8 +5,13 @@ I was surprised that no plugin seems to be available to render plaintext pages; as I need one to implement the "[[todo/preview_changes]]" todo item, I quickly wrote it. Maybe this can be included in ikiwiki? -This plugins changes `<`, `>` and `&` characters into the -corresponding entities (`<`, `>`, `&`), and wraps its input inside -a `
`...`
` tag. I'm not sure if this is sufficient. +This plugins uses HTML::Entities::encode_entities() on the page's content +and wraps it in a `
`...`
` tag. Download from [here](http://www.jk.fr.eu.org/ikiwiki/plaintext.pm). + +## Problems + +Wikilinks are expanded as usual, and as such produce `text` +tags, which are displayed as plain text. Is there a way to disable the preprocessor +for some types of pages? \ No newline at end of file