Go to file
2017-08-31 11:50:35 +02:00
assets prevent divs to be pushed below sidebar 2010-08-02 22:55:01 +02:00
lib Added support for text blocks with wiki formatting. 2015-01-16 15:00:47 -08:00
Gemfile Replace redcloth3 by Redcloth (Redmine 3.4 compatibility) 2017-08-31 11:41:49 +02:00
init.rb Update version, author and repo URL 2017-08-31 11:50:35 +02:00
LICENSE add LICENSE 2015-01-25 10:20:32 +01:00
README.rdoc Convert file from Dos format (dos2unix) 2017-08-31 11:40:30 +02:00
screenshot.png added screenshot, resolves #1 2011-11-02 06:29:05 +01:00

= Redmine Wiki Notes Plugin

== Plugin installation

1. Copy the plugin directory into the vendor/plugins directory
2. Restart Redmine

== Usage

The following macros are added:

* note
* tip
* important
* warning

which can be used in one of three ways:

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

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

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

This displays a block in the wiki page with a corresponding
icon and the specified text.

== Credits

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

For the contributors, please see the git commit log.

== License

This plugin is released under the GPLv2.