Skip to content
This repository was archived by the owner on May 18, 2025. It is now read-only.

Commit 037d0d8

Browse files
author
Mattia Roccoberton
committed
Update the specs badge
1 parent c237980 commit 037d0d8

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Active Admin Medium Editor [![Gem Version](https://badge.fury.io/rb/activeadmin_medium_editor.svg)](https://badge.fury.io/rb/activeadmin_medium_editor) [![CircleCI](https://circleci.com/gh/blocknotes/activeadmin_medium_editor.svg?style=svg)](https://circleci.com/gh/blocknotes/activeadmin_medium_editor)
1+
# Active Admin Medium Editor [![Gem Version](https://badge.fury.io/rb/activeadmin_medium_editor.svg)](https://badge.fury.io/rb/activeadmin_medium_editor) [![Specs](https://github.com/blocknotes/activeadmin_medium_editor/actions/workflows/specs.yml/badge.svg)](https://github.com/blocknotes/activeadmin_medium_editor/actions/workflows/specs.yml)
22

33
An Active Admin plugin to use [medium-editor](https://github.com/yabwe/medium-editor), a compact and clean WYSIWYG editor.
44

@@ -7,11 +7,13 @@ An Active Admin plugin to use [medium-editor](https://github.com/yabwe/medium-ed
77
![screenshot](screenshot.png)
88

99
## Usage
10+
1011
- After the installation, select some text in the editor
1112
- A pop-up menu is shown with the available buttons
1213
- Click on a button and the effect will be applied to the selected text
1314

1415
## Install
16+
1517
- After installing Active Admin, add to your Gemfile: `gem 'activeadmin_medium_editor'` (and execute *bundle*)
1618
- Add at the end of your Active Admin styles (_app/assets/stylesheets/active_admin.scss_):
1719
```scss
@@ -57,13 +59,16 @@ f.input :description, as: :medium_editor, input_html: { data: { options: { toolb
5759
For details about the buttons' effect please refer to medium-editor documentation.
5860

5961
## Do you like it? Star it!
62+
6063
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).
6164

6265
Or consider offering me a coffee, it's a small thing but it is greatly appreciated: [about me](https://www.blocknot.es/about-me).
6366

6467
## Contributors
68+
6569
- [Mattia Roccoberton](http://blocknot.es): author
6670
- The good guys that opened issues and pull requests from time to time
6771

6872
## License
73+
6974
The gem is available as open-source under the terms of the [MIT](LICENSE.txt).

0 commit comments

Comments
 (0)