Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/RichardSquires/summernote-link-editor

Extended link editor
https://github.com/RichardSquires/summernote-link-editor

Last synced: 3 months ago
JSON representation

Extended link editor

Awesome Lists containing this project

README

        

# summernote-link-editor v1.0.0
A plugin for the [Summernote](https://github.com/summernote/summernote/) WYSIWYG editor.

Allows creation of additional link types, the main purpose of starting this plugin is to allow easy email link editing.
The main link creation tab uses summernote existing language and functionality.

Example config:
```
toolbar: [
['font', ['bold', 'italic', 'underline']],
['para', ['ul', 'ol', 'paragraph']],
['color', ['color']],
['style', ['style']],
['insert', ['advLink', 'video']]//add new link button to insert menu group
],
popover: {
link: [['link', ['editAdvLink', 'unlink']]]//add new link button for the edit pop over
}
```

## Buttons ##
### editAdvLink ###
"editAdvLink" button is designed for the link popover
### advLink ###
"advLink" button is design for the toolbar