Geditor
This gem distills from gblog, my old light weight blog. it includes light weight texteditor, textile like syntax and code syntax highlight.
Installation
Add this line to your application's Gemfile:
gem 'geditor'
And then execute:
$ bundle
Or install it yourself as:
$ gem install geditor
Usage
in view for generating text:
<%= geditor_buttons %>
<%= f.text_area :content, :id => "geditor" %>
in view for display text:
<%= g_format content %>
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request