Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 899 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 899 Bytes

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