TextformatterTextile by Netcarver

A text formatting module for parsing the Textile lightweight markup language. This uses the netcarver/textile package from Github.

ProcessWire Textile Textformatter module for ProcessWire 2.2+


To install, copy these files (including subdirs) into /site/modules/TextformatterTextile/.

There are three formatters supplied by this module...

TextformatterTextile
--------------------

This provides a textile formatter for multiple paragraph fields from trusted input (such as fields filled in by your
site owner.) It provides full textile support including links, lists, tables, spans, glyphs, footnotes etc.


TextformatterTextileField
-------------------------

This provides a really lightweight text formatter for single line fields from trusted sources. It only provides span
and glyph parsing.


TextformatterTextileRestricted
------------------------------

Should be used for fields that come from untrusted sources (such as site visitors.)

Install and use modules at your own risk. Always have a site and database backup before installing new modules.

“Indeed, if ProcessWire can be considered as a CMS in its own right, it also offers all the advantages of a CMF (Content Management Framework). Unlike other solutions, the programmer is not forced to follow the proposed model and can integrate his/her ways of doing things.” —Guy Verville, Spiria Digital Inc.