A Redmine plugin to convert text format from Textile to Markdown.
- Redmine
- Pandoc 1.13 or later
Copy the plugin directory into your Redmine plugins directory and run bundle install
.
$ cd /path/to/redmine/plugins/
$ git clone https://github.com/nishidayuya/redmine_text_format_converter.git
$ cd redmine_text_format_converter/
$ bundle install
Convert issues, comments, wikis, news, documents and messages text format from Textile to Markdown.
$ cd /path/to/redmine/
$ bundle exec rake redmine:convert_text_format
Optional: If your Pandoc stalled, check texts and fix it.
$ cd /path/to/redmine/
$ bundle exec rake redmine:check_texts redmine:fix_invalid_texts