# Update (21/11/17): #
### Another version of the same concept has spawned that is 100 times better, please visit https://github.com/Hube2/acf-medium-editor ###


---


## Advanced Custom Fields: Inline WYSIWYG Field

### Description
Adds an inline WYSIWYG field (using [Medium Editor](https://github.com/yabwe/medium-editor)) to the Advanced Custom Fields plugin. Perfect for small bits of content that require rich-text formatting such as captions with credit links.

### Compatibility
This ACF field type is compatible with:
* ACF 5

### Screenshots
![alt text](http://i.imgur.com/6SIVTh5.jpg "Example #1")
![alt text](http://i.imgur.com/VX5iJVd.jpg "Example #2")

### Installation

1. Copy the `acf-inline-wysiwyg` folder into your `wp-content/plugins` folder
2. Activate the plugin

### Changelog

**1.0.2**
* [Fix] JS update to fix an issue with initialising MediumEditor on appended input fields
* [Fix] For #1

**1.0.1**
* [Tweak] Remove redundant call to `setContent`

**1.0.0**
* Initial release.

### To-do
- [ ] Add options for Single and Multiline text
- [ ] Add option to define toolbar formats
- [ ] Add option to define theme

