active_admin_editor icon indicating copy to clipboard operation
active_admin_editor copied to clipboard

Rich text editor for Active Admin using wysihtml5.

Results 30 active_admin_editor issues
Sort by recently updated
recently updated
newest added

The current gemspec fails to build: ``` ERROR: While executing gem ... (Gem::InvalidSpecificationException) duplicate dependency on activeadmin (~> 0.4.3, development), (>= 0.4.0) use: add_runtime_dependency 'activeadmin', '~> 0.4.3', '>= 0.4.0' ```...

It's working locally but can't make it work in heroku. upload button doesn't show up. I tried config.assets.initialize_on_precompile = true and config.assets.initialize_on_precompile = false I have all the AWS settings...

There is issue in adding mailto on any link rather than adding any url. Email id is get removed from the link and target="_blank" is added.

### ejholmes/active_admin_editor now has a Chat Room on Gitter @ejholmes has just created a chat room. You can visit it here: [https://gitter.im/ejholmes/active_admin_editor](https://gitter.im/ejholmes/active_admin_editor?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&content=body_link). This pull-request adds this badge to your README.md:...

I cant figure this out so last resort to post it here The gemspec at /home/chris/.rbenv/versions/2.1.5/lib/ruby/gems/2.1.0/bundler/gems/active_admin_editor-86f964be3071/active_admin_editor.gemspec is not valid. The validation error was 'duplicate dependency on activeadmin (~> 0.4.3, development),...

After updating to ruby 2.1.1 Bundler started complaining about duplicate dependency definitions: ``` The validation message from Rubygems was: duplicate dependency on activeadmin (~> 0.4.3, development), (>= 0.4.0) use: add_runtime_dependency...

Upgrades from the abandoned branch of wysihtml to the [actively-maintained version](https://github.com/voog/wysihtml). There are no API changes, it just adds additional features and stability of wysihtml 5.0, most notably the `lineBreaks`...

Hi @ejholmes Here another feature. I just added the possibility also to provide an custom uploader action. I added this because I like to scale down images before they gets...

First of all, thank you for developing the gem, it's incredibly usefull in the projects I currently work, but I was wondering if there is a way to not generate...