Project

simditor

0.02
No commit activity in last 3 years
No release in over 3 years
Rails assets wrapper for https://github.com/mycolorway/simditor
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies
 Project Readme

simditor gem

simditor gem is a Rails assets wrapper of Simditor.

Gem Version

Usage

in Gemfile

gem 'simditor'

in application.js

//= require simditor

in application.css

 *= require simditor

Initialization

editor = new Simditor(
  textarea: $('#editor')
  toolbar: [
    'title','bold','italic','underline','strikethrough','color','|'
    'ol','ul','blockquote','code','table','link','image','hr','|'
    'indent','outdent'
  ]
  pasteImage: true
  defaultImage: '<%= image_path "upload-loading.png" %>'
  upload: url: '/upload')