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

Images I upload are sometimes very large, I would like to set the style of the editor window to have images have a `max-width` of 100%

Is there any way to override an existing toolbar template or to use config for customization?

Deploying to heroku I've seen some problems when this is set to true. For some reason, formtastic does not reload some classes when it's needed. So I see things like:...

Here is how we will input html code: ``` ActiveAdmin.register Page do form do |f| f.inputs do f.input :title f.input :content, as: :html_editor end f.buttons end| ``` How to write...

The parser is removing internal links from src and href. The cases I have found look like this: ``` => ``` and ``` => ``` Tried overriding the parser rules...

Hi! Can I somehow disable parser_rules? It's remove all params from div `` goes to ``

Thank you for the project. Is there any way of localizing the editor controls?

Should just set the `width` attribute to a percentage value: `100%`, `75%`, `50%`, `25%`

enhancement