jakiestfu / Mention.js

Lightweight wrapper for adding @user mention functionality to Twitter Bootstraps Typeahead plugin
http://jakiestfu.github.com/Mention.js/
MIT License
747 stars 144 forks source link

Possible to use this on elements aside from textareas? (wysiwyg) #47

Closed dep-deprecated closed 6 years ago

dep-deprecated commented 8 years ago

I'm having trouble getting this to work with my Wysiwyg editor, which renders as an editable

instead of a textarea. Is it possible to extend this lib to work nicely with elements outside of textareas?

robsilva commented 8 years ago

I am having the same issue with summernote.js

WisdomSky commented 8 years ago

I think it is possible but since not all wysiwyg editors are the same speaking of structure and how and where they store the values, we may be able to add support for a certain wysiwyg editor but can't guarantee to work on other wysiwyg editors.