Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrliptontea/redmine_wiki_admonition
Macros for simple admonition blocks for Redmine's wiki
https://github.com/mrliptontea/redmine_wiki_admonition
Last synced: about 2 months ago
JSON representation
Macros for simple admonition blocks for Redmine's wiki
- Host: GitHub
- URL: https://github.com/mrliptontea/redmine_wiki_admonition
- Owner: mrliptontea
- Created: 2015-02-01T15:11:12.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-03-01T09:06:48.000Z (almost 10 years ago)
- Last Synced: 2024-04-18T13:20:52.848Z (9 months ago)
- Language: Ruby
- Size: 145 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Redmine wiki admonition
Adds macros for simple admonition blocks for Redmine's wiki.
## Installation
Just put `redmine_wiki_admonition` folder into your Redmine's `plugins` folder and restart Redmine.
## Available types and usage
* `note` - for friendly tips, hints etc.
Usage:{{note(You should note:)
That this is in fact a note.
}}* `danger` - for pointing out a potential danger
Usage:{{danger(Beware!)
It's dangerous to go alone.
}}* `important` - for things that require some extra caution
Usage:{{important(This is important:)
The two most important days in your life are
the day you are born and the day you find out why.
}}## License
[WTFPL](http://www.wtfpl.net/)