wiki:EmailProcessorMacro

Version 5 (modified by John Hampton, 16 years ago) (diff)

Add more info re; installation

Email Processor Macro

Notice: This plugin is unmaintained and available for adoption.

Description

Processor to wrap a <pre></pre> text block to 72 cols.

This is especially useful for pasting emails and getting blocks that don't scroll.

example of macro usage

Bugs/Feature Requests

Existing bugs and feature requests for EmailProcessorMacro are here.

If you have any issues, create a new ticket.

Download

Download the zipped source from [download:emailprocessormacro here].

Source

You can check out EmailProcessorMacro from here using Subversion, or browse the source with Trac.

Installation

While this is a wiki macro, it is the new format macro which is actually a plugin. As of 0.11, old style macros (those installed in the wiki-macros folder and only consisting of an execute function) are no longer supported. This means that this macro needs to be installed in the global plugin directory, or in the trac environment's plugins directory.

  • Copy emailprocessor.py into the environment's plugins directory
  • Add the following to the environment's trac.ini
    [components]
    emailprocessor.* = enabled
    
  • Restart your server

Example

Use it like code highlighting:

 {{{
 #!email
 This is some text that will be wrapped
 }}}

Recent Changes

16970 by rjollos on 2017-11-18 09:53:09
Add metadata to macro
10962 by rjollos on 2011-12-01 09:35:55
Refs #6394: Replaced source URL with trac-hacks URL.
10961 by rjollos on 2011-12-01 09:31:37
Refs #6394: Follow-on to [7365]. Added svn:keywords.
(more)

Author/Contributors

Author: pacopablo
Contributors:

Attachments (1)

Download all attachments as: .zip