Plugins Directory » redmine_persist_wfmt
|
Author: | Masato NODA |
---|---|---|
Website: | https://github.com/pinzolo/redmine_persist_wfmt | |
Code repository: | https://github.com/pinzolo/redmine_persist_wfmt | |
Registered on: | 2014-07-07 (almost 11 years ago) | |
Current version: | 2.0.0 | |
Compatible with: | Redmine 4.0.x | |
User ratings: |
redmine_persist_wfmt is a plugin for Redmine that keep and valid viewing wiki format of various documents. (issue, document, wiki ...)
Feature senario¶
- Write document as Textile
- Change wiki formatting setting to Markdown
- Write document as Markdown
- Users can view new documents as translated into Markdown
- Users also can view old documents as translated into Textile
Installation notes
Execute follow commands at your Redmine directory.
1. Clone to your Redmine's plugins directory:¶
$ git clone https://github.com/pinzolo/redmine_persist_wfmt.git plugins/redmine_persist_wfmt
2. Install dependency gems:¶
$ bundle install --without test development
3. Execute migration:¶
$ bundle exec rake redmine:plugins:migrate NAME=redmine_persist_wfmt RAILS_ENV=production
4. Execute persist_all task:¶
# FORMAT is required and must be 'textile' or 'markdown' $ bundle exec rake pwfmt:persist_all FORMAT=textile RAILS_ENV=production
5. Restart your Redmine:¶
# In case of using passenger $ touch tmp/restart.txt
Changelog
2.0.0 (2019-05-04)
Compatible with Redmine 4.0.x.
Compatible with Redmine4
- Support change toolbar button actions.
- Fix some bugs.
- Rewrite logics.
- Rewrite tests.
1.1.0 (2014-06-23)
Compatible with Redmine 2.5.x.
Enable preview and refactoring