KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
redmine_admonition
★ 9
Open GitHub ↗
add admonition in redmine
Download README (.md)
Explore Similar Repositories
easyDemo
:
收集整理并实现各种功能,持续更新
yolov3-face
:
Face detection using keras-yolov3
compgen
:
No description available.
apply-modifiers-w-shape-keys
:
Repository to update the add-on ApplyModifierForObjectWithShapeKeys to Blender 2.8x.
svelte-typescript-storybook-template
:
No description available.
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
redmine_admonition
?
Download (.md)
# 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 ``` FROM redmine WORKDIR /usr/src/redmine/plugins RUN git clone https://github.com/fraoustin/redmine_admonition.git WORKDIR /usr/src/redmine/ ``` ## Usage The following macros are added: * note * info * warning * alert 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. }} ``` This displays a block in the wiki page with a corresponding icon and the specified text. ## License This plugin is released under the GPLv2.