Hello! I just started using Trumbowyg and really like it. I have 2 requests regarding the emoji plugin please:
-
Could we add a search box to the emoji drop down? For example, I'd like to type "thumb" and be shown the thumbs up and thumbs down emojis.
-
It would be nice to have the most recently used emoji's as the top-most options, something like this screenshot below from MS Teams. State could be maintained by the hosting site, and inserted using the plugin options, like this:
plugins: {
emoji: {
recentlyused: [
'smile', 'thumbsup', 'thumbsdown', 'heart'
]
}
}
