This plugin adds WYSIWYG editor mode to Redmine.
This plugin works with Redmine 3.3.0 or later.
The plugin is powered by:
This plugin is under development.
Irreversible conversion may be caused between Textile/Markdown mode and WYSIWYG editor mode.
Since version 0.21.0, the visual editor is disabled as default. If you have many existing projects, you can enable by executing on Rails console:
Project.all.each { |p| p.enable_module!(:visual_editor) }
- Clone or copy files into the Redmine plugins directory
- Restart Redmine
- Enable "Visual editor" in project module settings
The visual editor mode is available in long text custom field with Redmine 4.1.0+ by enabling:
- Text formatting
- Full width layout
e.g. under ubuntu the plugin_assets is not automatically provided in the apache passenger config. So you need to add this directory too
Alias "/redmine/plugin_assets/" /var/cache/redmine/default/plugin_assets/
<Directory "/var/cache/redmine/default/plugin_assets">
Allow from all
Options -MultiViews
Require all granted
</Directory>
This plugin is released under the terms of GNU General Public License, version 2.
Takeshi Nakamura