Skip to content

zethussuen/epic-editor-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note: This gem is currently un-maintained. If you would like to help keep it current or take ownership, please contact me @zethussuen

epic-editor-rails v0.2.4

Gemfile: gem 'epic-editor-rails'
Install: $ bundle install

application.js:

//= require 'epiceditor'  

All instructions and patterns from the upstream's README (EpicEditor) can be applied directly.

With the exception of specifying themes, which can be accomplished along the lines of:

new EpicEditor({
  theme: {
    editor: '<%= asset_path 'editor/epic-light.css' %>',
    preview: '<%= asset_path 'preview/preview-dark.css' %>'
  }
}).load();

EpicEditor v0.2.3
http://epiceditor.com/

Bitdeli Badge

About

EpicEditor dropped into Rails

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages