Ilogeek / redmine_issue_dynamic_edit

Allows users to dynamically update (AJAX) issue's attributes from issue details page without any refresh (JIRA like)
http://www.redmine.org/plugins/redmine_issue_dynamic_edit
MIT License
131 stars 56 forks source link

Integrate with the Redmine WYSIWYG plugin (description field) #77

Open asoltesz opened 3 years ago

asoltesz commented 3 years ago

The WYSIWYG plugin is fairly popular with Redmine users for better Markdown/Textile editing.

Would be nice if the dialog of for the Description field could also integrate with this plugin and display the WYSIWG editor if that is selected by the user for editing operations.

Edit: I mean the redmine_wysiwyg_editor plugin

markusneg commented 3 years ago

Du you mean the redmine_wysiwyg_editor? In my case it doesn't work at all with redmine_issue_dynamic_edit (see #47). It doesn't show up at all.

asoltesz commented 3 years ago

@markusneg Yes, I mean that plugin and it doesn't show up in mine either.

This is not a surprise, because I suspect the redmine_wysiwyg_editor plugin probably attaches to some extension point or identifies the HTML area it needs to work in.

It would be nice if there was some mechanism by which the visual editor could also appear in the description editor dialog of the dynamic_edit plugin.