Skip to content

taqueci/redmine_wysiwyg_editor

Repository files navigation

Run tests Build Status

Redmine WYSIWYG Editor plugin

This plugin adds WYSIWYG editor mode to Redmine.

This plugin works with Redmine 6.0.0 or later.

The plugin is powered by:

Warnings

Important

Since version 0.100.0, TinyMCE was upgraded from version 4 to 7. Consequently, some features were lost because several TinyMCE plugins became paid subscriptions.

Development status

This repository will soon be archived.

Incomplete data conversion

Irreversible conversion may be caused between Textile/Markdown mode and WYSIWYG editor mode.

Default settings

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) }

Installation

  1. Clone or copy files into the Redmine plugins directory
  2. Restart Redmine and execute bundle exec rake assets:precompile
  3. Enable "Visual editor" in project module settings

FAQ / Errors

Custom field

The visual editor mode is available in long text custom field with Redmine 4.1.0+ by enabling:

  • Text formatting
  • Full width layout

You get a 404 on plugin_assets folder

e.g. under ubuntu the plugin_assets is not automatically provided in the apache passenger config. So you need to add this directory too

Ubuntu 18.04 / 20.04

 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>

License

This plugin is released under the terms of GNU General Public License, version 2.

Author

Takeshi Nakamura

About

Redmine WYSIWYG Editor plugin

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

 

Packages

No packages published

Contributors 11