Cookbook /
Textallion
Summary:Textallion markup for PmWiki
Version:24 dec 2011
Prerequisites:Txt2tags cookbook
Status:Active
Maintainer: Farvardin
Categories: Markup
Questions answered by this recipe
- How can I extend the txt2tags cookbook markup, using non-obtrusive symbols (no text)?
- How can I reuse the markup used into the textallion project?
Description
This recipe adds additional formatting to the txt2tags cookbook, which replaces the pmWiki standard.
Installation
- Download the following file: textallion.phpΔ and save in your /cookbook directory.
- Add the following line into your local/config.php script:
require_once ("cookbook/textallion.php");
Note: The svn version may be the most up to date: https://pmwiki-efo.googlecode.com/hg/cookbook/textallion.php
Release Notes
This new markup will be added:
- {//..}: line break. If you prefer you can also use the pmwiki markup: \\ or use two consecutive blank lines.
- { ~~ } text of image to be centered {/~~ } . You can also use the pmwiki syntax if you prefer:
- Left floating of image, with wrapped text (%lfloat% in pmwiki):
Attach:image.png{[[~farvardin]] February 03, 2012, at 10:12 AM} Wrapped text including image
- Right floating of image, with wrapped text ( %rfloat% in pmwiki):
{[[~farvardin]] February 03, 2012, at 10:12 AM}Attach:image.png Wrapped text including image
See Also
Sample page showing this: http://anamnese.online.fr/pmwiki-efo/
you can edit the sandbox linking from this page with the password "pmwiki"
Contributors
Comments
User notes? : If you use, used or reviewed this recipe, you can add your name. These statistics appear in the Cookbook listings and will help newcomers browsing through the wiki.