Skip to content

kyan/redactor-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Redactor Plugins

A bunch of plugins for the Redacator WYSIWYG Text Editor.

Version

These plugins have been tested on Redactor v10.0.4

Video.js

This is an updated version of the plugin available on the Redactor site that does not appear to have been updated to use the new API.

Audio.js

Paste in a url to an audio file and it the plugin will wrap it in the <audio> tag.

Usage

These are the instructions when you are using redactor-rails. Firstly add the plugin you wish to use to the location:

/app/assets/redactor-rails/plugins/

Now you need pull them into your app:

//= require redactor-rails/redactor
//= require redactor-rails/config
//= require redactor-rails/plugins/video
//= require redactor-rails/plugins/audio

Now in your /app/assets/redactor-rails/config.js or where ever you you init redactor.

$('.redactor').redactor({
  plugins: ['video', 'audio'],
  ...
});

About

A bunch of plugins for the Redacator WYSIWYG Text Editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published