-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Description
I noticed that some plugins listed in the Awesome Summernote repository are outdated and may not be fully compatible with the latest versions of Summernote. for example
the correct way is to use
$note = context.layoutInfo.note,
$note.summernote('editor.saveRange', rng);
// and for example:
// $note.summernote('pasteHTML', '<span>' + text + '</span>');
To address this, I have created a new plugin that follows the proper Summernote plugin format:
Summernote Quran Plugin
This plugin adds a modal to search for Quranic verses from a JSON file, and it is implemented correctly as a Summernote plugin. I’d appreciate it if you could review and consider adding it to the list.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels