iametza / ckeditor-html5-audio

HTML5 audio plugin for CKEditor. (Hau honen ispilu bat da: / This is a mirror of https://gitlab.com/iametza/ckeditor-html5-audio)
http://ckeditor.com/addon/html5audio
GNU General Public License v3.0
12 stars 16 forks source link
ckeditor ckeditor-widget ckeditor5 html5-audio

ckeditor-html5-audio

Introduction

ckeditor-html5-audio is a CKEditor plugin that allows the easy insertion of HTML5 audio players.

Installation

Available on the official CKEditor add-on repository:

http://ckeditor.com/addon/html5audio

If you want to add the plugin manually, you will need to:

  1. Extract the html5audio folder into the plugins folder of your CKEditor installation. Example:

    http://example.com/ckeditor/plugins/html5audio
  2. Enable the plugin by using the extraPlugins configurations setting. Example:

    config.extraPlugins = 'html5audio';
  3. Download and configure all its dependencies, too.

Add-on Dependencies

Widget

Translations

We want to thank all the people who helped translating this plugin:

More translations are welcome and will be included in next releases. If you want to translate this plugin to your language follow these steps:

  1. Fork this project

  2. Create a new file in the html5/lang/ folder. The name of the file must be the two letter code of your language dot js. For example, fr.js for the French translation.

  3. Copy the contents of the English translation (html5audio/lang/en.js) and paste them in your new file.

  4. Translate the strings to your language and change the two letter code of the language in the first line of the file:

    CKEDITOR.plugins.setLang( 'html5audio', 'en', {
  5. Add the two letter code of your language to the string in the third line of the plugin.js file:

    lang: 'bg,ca,de,de-ch,el,en,eu,es,fr,ru,uk,uz,zh-cn,fa,pl',
  6. Create a pull request with your changes.

Version history

1.5.4 - 2021-06-11

1.5.3 - 2020-05-22

1.5.2 - 2019-06-20

1.5.1 - 2019-06-14

1.5.0 - 2019-03-04

1.4.3 - 2018-08-27

1.4.2 - 2018-04-04

1.4.1 - 2017-09-26

1.4.0 - 2017-07-17

1.3.8 - 2017-06-10

1.3.7 - 2017-05-31

1.3.6 - 2017-05-31

1.3.5 - 2017-01-04

1.3.4 - 2016-10-10

1.3.3 - 2016-08-23

1.3.2 - 2016-07-27

1.3.1 - 2016-06-16

1.3.0 - 2016-06-14

1.2.0 - 2016-05-19

1.1.0 - 2016-02-12

1.0.1 - 2016-02-05

1.0.0 - 2016-02-05

License

ckeditor-html5-audio is free software/open source, and is distributed under the GNU General Public License v3 license.

GNU General Public License version 3