NP_Markup

This plugin enables support for several different markup systems on your blog. You can select a default parser per blog member, as well as item-specific parsers. Markup parsing can also be enabled for comments (no comment-specific parser).

NP_Markup includes the following markup systems:

This plugin also includes a preview page which you can use to preview the generated XHTML code as well as the rendered preview of your markup.

General Plugin info
Author: Joel Pan (ketsugi) (http://ketsugi.com)
Current Version: 1.0b2
Download: Download this plugin
Forum Thread: Discuss on the forum

Installing

  • Download the zip file
  • Unzip and upload all files to the plugin directory
  • Install it from the plugin admin menu
  • Select your default parsers from plugin options and member options
  • Make the following core change:

ADMIN.php, circa line #1444

// call plugins
$manager->notify('PreUpdateComment',array('body' => &$body));

Change this to:

// call plugins
$manager->notify('PreUpdateComment',array('commentid' => $commentid, 'body' => &$body));

Parser Syntax

Warning

This plugin is still in development and should not be installed except for testing purposes.

markup.txt · Last modified: 2006/07/06 13:37 (external edit)
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki