PoemFormatter

A plugin that allows to format poems in a proper and easy way. It provides some small control tags to allow adjustment to the layout.

Author:Walter Werther (profile at wordpress.org)
WordPress version required:3.2
WordPress version tested:3.3.2
Plugin version:0.1.0
Added to WordPress repository:24-08-2011
Last updated:24-08-2011
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:0
Rated by:0
Plugin URI:http://wwerther.de/static/poemformatter
Total downloads:956
Active installs:10+
plugin download
Click to start download

This plugin allows to format poems in a nice way. The content of the poem is capsuled by the [poem]-tag.

It loads a template from the template-directory if specified, else the default template is choosen.

Poem Syntax

The plugin supports a simple formatting syntax. All formatting information has to be put at the line-start

  • #c# -> Center all lines starting with this line
  • #l# -> Align left all lines starting with this line
  • #r# -> Align right all lines starting with this line
    • -> Indent the line by count(+) times <indent> pixels
  • #1#,#2#,#3# -> the following text will be put to the text-box number 1, 2, 3.... Text-Box 1 is default text-box

Template syntax

has to be explained and written. Job is on my ToDo-list.