Mastering Redmine

Mastering Redmine is a comprehensive guide with tips, tricks and best practices, and an easy-to-learn structure.

Check the book project on this site and/or

Buy the book

By buying this book you will also be donating to Redmine (see this page).


WikiNG plugin for Redmine/ChiliProject

The WikiNG plugin for Redmine and ChiliProject is aimed to extend Redmine Wiki syntax by making it more developer-ready, more emotional and social...

Extensions

The WikiNG plugin adds the following extensions:

  • New links:
  • New blocks:
    • <warning> ... </warning> or warning. ...
    • <notice> ... </notice> or notice. ...
    • <tip> ... </tip> or tip. ...
  • Smileys:
    • :), =), :D, =D, :'(, :(, ;), :P, :O, :/, :S, :|, :X, :*, O:), >:), B), (!), (?) and @}->-
      , , , , , , , , , , , , , , , , , , and
  • Special characters:
    • <-, <->, ->, <=, <=>, =>, -- and ---
      ←, ↔, →, ⇐, ⇔, ⇒, – and
  • Markers:
    • {TODO}
    • {UPDATE}
    • {FIXME}
    • {NEW}
    • {FREE}
  • CSS classes:
    • shadow → drops shadow for images, e.g., !(wiking shadow).image.png!
    • mac-shadow → drops the Mac-style shadow for images, e.g., !(wiking mac-shadow).image.png!
    • pressed → embosses code blocks, e.g., <pre class="wiking pressed">...</pre>
    • button → renders a link as a button, e.g., "(wiking button)anchor":link
    • small → makes font slightly smaller, e.g., %(wiking small)small text% or p(wiking small). small paragraph
  • Macros:
    Macros {{version}} and {{date}} are not compatible with formatted text caching.
    • Conditional macro: {{date >= YYYY-MM-DD}} ... {{date}} (not available under ChiliProject)
    • Conditional macro: {{version < x.x.x}} ... {{version}} (not available under ChiliProject)
    • Macro for creating and calling custom hook: {{hook(<name>)}} ({% hook(<name>) %} under ChiliProject)

Check this page for more detailed syntax. To experiment with the syntax use the playground.

Install

To install the plugin do:

  • Copy wiking directory to #{RAILS_ROOT}/vendor/plugins.
  • Restart Redmine/ChiliProject.

Contributing

You can contribute to the plugin by sharing a theme if you have created one or by improving icons/pictures used for e.g. markers.

Similar plugins

SyntaxReference.png - WikiNG Syntax Reference window (67.6 KB) Andriy Lesyuk, 01 Jul 2012 09:01

HiddenText.png - Hidden text (7.8 KB) Andriy Lesyuk, 01 Jul 2012 09:01