No commit activity in last 3 years
No release in over 3 years
Adds support for uploading images in ckeditor. Inserts them as base64 with the proper mimetype. Gem for https://github.com/nmmf/base64image
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 3.1, < 8.0
 Project Readme

Ckeditor::Base64image Gem Version

Asset gem for nmmf/base64image. A plugin for CKEditor.

Usage

Add to Gemfile

gem 'ckeditor-base64image'

Add to application.js (after requiring ckeditor/init)

//= require ckeditor/base64image

Replace 'Image' with 'base64image' in app/assets/javascripts/ckeditor/config.js for the toolbar configuration.