Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taalendigitaal/summernote-audio
Summernote plugin to insert audio by URL or file upload
https://github.com/taalendigitaal/summernote-audio
Last synced: 3 months ago
JSON representation
Summernote plugin to insert audio by URL or file upload
- Host: GitHub
- URL: https://github.com/taalendigitaal/summernote-audio
- Owner: taalendigitaal
- License: mit
- Created: 2018-11-29T13:19:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-01-06T15:50:33.000Z (almost 4 years ago)
- Last Synced: 2024-02-15T07:31:16.068Z (9 months ago)
- Language: JavaScript
- Size: 11.7 KB
- Stars: 9
- Watchers: 5
- Forks: 30
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-summernote - summernote-audio
README
# summernote-audio
[Summernote](https://summernote.org/) plugin to insert audio by URL or file upload. Based on the ImageDialog and VideoDialog already provided by Summernote.## Installation
Include the plugin script after including Summernote:
```html
```
## Configuration
Add the audio button to the Summernote toolbar:
````javascript
$('.summernote').summernote({
toolbar:[
['insert', ['link', 'picture', 'video', 'audio']],
],
});
````## Translations
Currently supports the following languages:
* English
* Dutch