Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/RichardSquires/summernote-link-editor
- Owner: RichardSquires
- Created: 2022-03-17T10:02:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-12T11:57:47.000Z (about 1 year ago)
- Last Synced: 2024-02-15T07:35:30.180Z (9 months ago)
- Language: JavaScript
- Size: 12.7 KB
- Stars: 1
- Watchers: 0
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-summernote - summernote extended link editor
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