Giter VIP home page Giter VIP logo

ckeditor-html5-audio's Introduction

ckeditor-html5-audio

Introduction

ckeditor-html5-audio is a CKEditor plugin that allows to insert HTML5 audio easily.

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: 'en,eu,es,ru',
    
  6. Create a pull request with your changes.

Version history

1.3.3 - 2016-08-23

1.3.2 - 2016-07-27

  • Fixed #9: Undefined resource fetched while opening the audio dialog
  • Fixed #10: Missing icon for the context menu in built version

1.3.1 - 2016-06-16

1.3.0 - 2016-06-14

  • Added option to set autoplay attribute

1.2.0 - 2016-05-19

  • Bug fixes:

    • Didn't work with the Basic Package due to missing translation strings.

      iametza#3

    • Going back and forth to source code edition removed attributes and styles.

      iametza#4

1.1.0 - 2016-02-12

  • Added context menu
  • Fixed the left/right alignment

1.0.1 - 2016-02-05

  • Added Russian translation. Thanks smartcorestudio!
  • Small bugfixes and improvements

1.0.0 - 2016-02-05

  • Initial release

License

ckeditor-html5-audio is free software/open source, and is distributed under the GNU General Public License (GPL) version 3 license.

ckeditor-html5-audio's People

Watchers

 avatar  avatar

Forkers

fraugdib

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.