taqueci / redmine_wysiwyg_editor

Redmine WYSIWYG Editor plugin
GNU General Public License v2.0
116 stars 28 forks source link

Visual editor Support redmine_embedded_video plugin #79

Closed kay54068 closed 4 years ago

kay54068 commented 4 years ago

How can I implement the redmine_embedded_video plugin macro from visual editor?

The redmine_embedded_video information: https://github.com/cforce/redmine_embedded_video

taqueci commented 4 years ago

Hi @kay54068

I want to implment macro input method on visual mode. However, I have no good idea because each macro has its own usage.

As metioned in issue #56, you need to implement:

  1. Custom menu and dialog to input macro
  2. Convertion to Textile/Markdown
  3. Convertion to visual mode content

You can add menu and dialog by:

I hope you can make it.