Skip to content
This repository has been archived by the owner on Mar 14, 2023. It is now read-only.
/ cke_audio Public archive
forked from Philalawst/cke_audio

plugin for CKEditor to insert html5 audio tag

Notifications You must be signed in to change notification settings

aemr3/cke_audio

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Audio

Installation

  • Copy the folder audio to ckeditor/plugins folder
  • Change config.js to add the plugin:
CKEDITOR.editorConfig = function( config )
{
	// Declare the additional plugin 
	config.extraPlugins = '**audio**';

	// Add the button to toolbar
	config.toolbar = [ 
	['Templates', 'Styles','Format','Font','FontSize','TextColor','BGColor','Maximize','Image'], 
	['Source'], 
	['Bold','Italic','Underline','Strike','-','Subscript','Superscript','-',**'audio'**], 
	['Table','HorizontalRule'], 
	['NumberedList','BulletedList','-','Outdent','Indent','Blockquote']
	] 
};

About

This is only an adaptation of Video plugin for CKEditor created by Alfonso Martínez de Lizarrondo

About

plugin for CKEditor to insert html5 audio tag

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%