Go to file
Ludovic Poujol 2c36e7f3c7 Update for redmine 5.0.x compatibility 2022-06-22 11:12:42 +02:00
assets prevent divs to be pushed below sidebar 2010-08-02 22:55:01 +02:00
lib Update for redmine 5.0.x compatibility 2022-06-22 11:12:42 +02:00
Gemfile Replace redcloth3 by Redcloth (Redmine 3.4 compatibility) 2017-08-31 11:41:49 +02:00
LICENSE add LICENSE 2015-01-25 10:20:32 +01:00
README.md Update screenshot 2017-08-31 13:51:53 +02:00
init.rb Update for redmine 5.0.x compatibility 2022-06-22 11:12:42 +02:00
screenshot.jpg Update screenshot 2017-08-31 13:51:53 +02:00

README.md

Redmine Wiki Notes Plugin

Plugin installation

  1. Copy the plugin directory into the vendor/plugins directory

  2. Update your gems

  3. Restart Redmine

Usage

The following macros are added:

  • note
  • tip
  • important
  • warning

Which can be used in three ways:

{{note(Note with *wiki formatting*)}}

{{note
Alternately, you can put blocks of *wiki-formatted* text here.
}}

{{note(Or if you really want)
You can do both...
}}

{{tip
This is a tip
}}

{{warning
Be carefull with :
* razors
* knifes
* fire
}}

{{important
This is important message. Heed my words.
}}

Screenshot

Credits

The icons and the stylesheet were taken from the DokuWiki Note-Plugin (© Olivier Cortès and others, https://www.dokuwiki.org/plugin:note (GPLv2)).

For the contributors, please see the git commit log.

License

This plugin is released under the GPLv2.