Skip to content

eichisanden/redmine_markdown_task_list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Climate Issue Count

Redmine Markdown Task List Plugin

This plugin realizes Github Flavored Markdown style Task List.
Replace [x] and [ ] with checkbox tag in markdown text.

Installation

  1. cd $REDMINE_ROOT/plugins
  2. git clone git@github.com:eichisanden/redmine_markdown_task_list.git
  3. Restart Redmine.

Uninstall

  1. Delete $REDMINE_ROOT/plugins/redmine_markdown_task_list
  2. Restart Redmine.

Usage

[x] Finish my changes
[ ] Push my commits to GitHub
[ ] Open a pull request

image.png

Compatible

Redmine 3.0.0 or higher