ivirabyan / jquery-mentions

Adds mentioning support to your text fields.
http://ivirabyan.github.io/jquery-mentions/
MIT License
114 stars 49 forks source link

Does jquery-mentions support TinyMCE? #40

Closed mdburgos closed 8 years ago

mdburgos commented 8 years ago

The documentation states that this plugin supports WYSIWYG editors, but I'm having troubles trying to make it work with TinyMCE.

Is there something additional I need to do in order to make it work or is it a bug? It works fine for simple textareas

mdburgos commented 8 years ago

Closing this one since according to this https://github.com/ivirabyan/jquery-mentions/issues/9 it does support any WYSIWYG editor. I haven't been able to make it work with TinyMCE though

ivirabyan commented 8 years ago

Basicaly, you have to apply jqueryMentions to div with contenteditable="true". I just checked TinyMCE, it creates editable area inside of iframe, that prevents plugin from working correctly.

mdburgos commented 8 years ago

Thanks for the clarification, it was helpful.