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.