Textile

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.)

More modules by Netcarver

  • ProcessDiagnostics

    A simple diagnostic gathering suite of modules for ProcessWire CMS/CMF.
  • Textile

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

    Makes discovery of a module's changes, prior to upgrade, a trivial task. Makes support documentation accessible from the admin interface.
  • PW-FieldtypeTime

    Adds a fieldtype and Inputfield for MySQL TIME fields.
  • Admin Restrict Page Tree

    Stops users with certain roles from accessing the page tree.
  • Street Address

    Fieldtype to store a street address and allows access to its subfields.
  • Field Change Notifier

    Emails users with a given role when a watched field changes value.
  • Fluid Images Textformatter

    Removes the height attribute and adds a class to img tags. Set max-width:100% for the class in your CSS and you have fluid images.
  • Session Login Alarm

    Notify users of successful login or failed login attempts on their accounts.

All modules by Netcarver

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