Skip to content

Plugins at Cursor Line Are Outdated #91

@ahmadyousefdev

Description

@ahmadyousefdev

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions