Skip to content

Adds some macros to the wiki to display a note/info/warning/tip block

License

Notifications You must be signed in to change notification settings

skrech/redmine_wiki_notes

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Redmine Wiki Notes Plugin

WARNING

I'm not a Ruby dev. However, I made a slight fix to make this plugin work with Redmine 4.0.3.

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.

About

Adds some macros to the wiki to display a note/info/warning/tip block

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 79.5%
  • CSS 20.5%