utils/plugins library
Classes
- Plugins
- Abstract class that all the plguin classes extend
- SummernoteAtMention
- Summernote @ Mention plugin - adds a dropdown to select the person to mention whenever the '@' character is typed into the editor. The list of people to mention is drawn from the getSuggestionsMobile (on mobile) or mentionsWeb (on Web) parameter. You can detect who was mentioned using the onSelect callback.