项目作者: fraoustin

项目描述 :
add admonition in redmine
高级语言: Ruby
项目地址: git://github.com/fraoustin/redmine_admonition.git
创建时间: 2019-12-04T14:04:32Z
项目社区:https://github.com/fraoustin/redmine_admonition

开源协议:GNU General Public License v2.0

下载


Redmine Admonition Plugin

From idea https://github.com/dseifert/redmine_wiki_notes

Plugin installation

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

with a Dockerfile

  1. FROM redmine
  2. WORKDIR /usr/src/redmine/plugins
  3. RUN git clone https://github.com/fraoustin/redmine_admonition.git
  4. WORKDIR /usr/src/redmine/

Usage

The following macros are added:

  • note
  • info
  • warning
  • alert

which can be used in one of three ways:

  1. {{note(text with *wiki formatting*)}}
  2. {{note
  3. Alternately, you can put blocks of *wiki-formatted* text here.
  4. }}

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

License

This plugin is released under the GPLv2.