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
{{ message }}
This repository was archived by the owner on May 18, 2025. It is now read-only.
An Active Admin plugin to use [medium-editor](https://github.com/yabwe/medium-editor), a compact and clean WYSIWYG editor.
5
9
6
10
**IMPORTANT NOTICE**: while I like the Medium Editor idea of having floating buttons, it looks like that they are slow to release new stable versions. Some editor bugs are related to this problem unfortunately.
7
11
8
-

12
+

9
13
10
14
## Usage
11
15
@@ -15,7 +19,8 @@ An Active Admin plugin to use [medium-editor](https://github.com/yabwe/medium-ed
15
19
16
20
## Install
17
21
18
-
- After installing Active Admin, add to your Gemfile: `gem 'activeadmin_medium_editor'` (and execute *bundle*)
22
+
- After installing Active Admin, add to your Gemfile: `gem 'activeadmin_medium_editor'`
23
+
- Add also a SASS/SCSS gem to your Gemfile (ex. `gem 'sassc'`)
19
24
- Add at the end of your Active Admin styles (_app/assets/stylesheets/active_admin.scss_):
For details about the buttons' effect please refer to medium-editor documentation.
61
66
67
+
## Changelog
68
+
69
+
The changelog is available [here](CHANGELOG.md).
70
+
62
71
## Do you like it? Star it!
63
72
64
73
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).
@@ -67,7 +76,7 @@ Or consider offering me a coffee, it's a small thing but it is greatly appreciat
0 commit comments