Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nishidayuya/redmine_text_format_converter
A Redmine plugin to convert text format from Textile to Markdown.
https://github.com/nishidayuya/redmine_text_format_converter
redmine redmine-plugins
Last synced: about 2 months ago
JSON representation
A Redmine plugin to convert text format from Textile to Markdown.
- Host: GitHub
- URL: https://github.com/nishidayuya/redmine_text_format_converter
- Owner: nishidayuya
- License: mit
- Created: 2014-12-10T11:41:23.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2024-01-05T08:29:11.000Z (about 1 year ago)
- Last Synced: 2024-01-05T09:29:54.679Z (about 1 year ago)
- Topics: redmine, redmine-plugins
- Language: Ruby
- Homepage: https://github.com/nishidayuya/redmine_text_format_converter
- Size: 24.4 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Redmine text format converter
A Redmine plugin to convert text format from Textile to Markdown.
[![License X11](https://img.shields.io/badge/license-X11-brightgreen.svg)](https://raw.githubusercontent.com/nishidayuya/redmine_text_format_converter/master/LICENSE.txt)
## Requirements
* Redmine
* Pandoc 1.13 or later## Installation
Copy the plugin directory into your Redmine plugins directory and run `bundle install`.
```sh
$ cd /path/to/redmine/plugins/
$ git clone https://github.com/nishidayuya/redmine_text_format_converter.git
$ cd redmine_text_format_converter/
$ bundle install
```## Usage
Convert issues, comments, wikis, news, documents and messages text format from Textile to Markdown.
```sh
$ cd /path/to/redmine/
$ bundle exec rake redmine:convert_text_format
```Optional: If your Pandoc stalled, check texts and fix it.
```sh
$ cd /path/to/redmine/
$ bundle exec rake redmine:check_texts redmine:fix_invalid_texts
```