You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An Active Admin plugin to use [Quill Rich Text Editor](https://github.com/quilljs/quill) in form fields.
5
9
6
-

10
+

7
11
8
12
Please :star: if you like it.
9
13
@@ -13,6 +17,7 @@ After installing Active Admin, add to your Gemfile: `gem 'activeadmin_quill_edit
13
17
14
18
If you installed Active Admin without Webpacker support (default for now):
15
19
20
+
- Add a SASS/SCSS gem to your Gemfile (ex. `gem 'sassc'`)
16
21
- Add at the end of your Active Admin styles (_app/assets/stylesheets/active_admin.scss_):
17
22
```scss
18
23
@import'activeadmin/quill_editor/quill.snow';
@@ -92,6 +97,10 @@ Consider that this is just a basic example: images are uploaded as soon as they
92
97
the *upload_admin_post_path*) and it doesn't provide a way to remove images (just deleting them from
93
98
the editor will not destroy them, you'll need to implement a purge logic for that).
94
99
100
+
## Changelog
101
+
102
+
The changelog is available [here](CHANGELOG.md).
103
+
95
104
## Do you like it? Star it!
96
105
97
106
If you use this component just star it. A developer is more motivated to improve a project when there is some interest. My other [Active Admin components](https://github.com/blocknotes?utf8=✓&tab=repositories&q=activeadmin&type=source).
0 commit comments