Dashboard > blojsom > ... > Available Plugins > Markup Selection Plugin
  blojsom Log In   View a printable version of the current page.  
  Markup Selection Plugin
Added by David Czarnecki, last edited by David Czarnecki on Apr 11, 2005  (view change)
Labels: 
(None)

Description

Adds a field when you add or edit a blog entry to specify the metadata used to apply any text markup filters to the entry.

Availabilty

Available as of blojsom 2.24.

Installation and Setup

In your global /WEB-INF/plugin.properties file, add the following line:

markup-selection=org.blojsom.plugin.markup.MarkupSelectionPlugin

In /WEB-INF/web.xml, add an initialization parameter, plugin-markup-selection, to specify the markups that you have enabled on your weblog.

<init-param>
    <param-name>plugin-markup-selection</param-name>
    <param-value>Markdown:run-markdown,Textile:run-textile,Wiki:run-wiki</param-value>
</init-param>

The format of this parameter is Markup Type:metadata key for running markup plugin.

Usage

A field when adding or editing a blog entry will now be available. Select the markup filter(s) to apply for that entry. You can remove the markup filter(s) applied to an entry by selecting the blank choice.

Site running on a free Atlassian Confluence Open Source Project License granted to blojsom. Evaluate Confluence today.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.4 Build:#809 Jun 12, 2007) - Bug/feature request - Contact Administrators