diff --git a/README.md b/README.md index 0617e19..9e4d617 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Advantages over jquery.mentionsInput: - Many issues are solved - Input styles are copied to highlighter automatically - Support for both textarea and input tags -- Support for WYSIWYG editors +- Support for contenteditable (and as a result support for some WYSIWYG editors) - Hidden-input with markuped text created automatically - Uses jQuery UI autocomplete @@ -52,6 +52,20 @@ Getting value: Don't use textarea value directly, because it contains special characters, used by plugin internally. Always use methods. +##### WYSIWYG editors +To create WYSIWYG editor on your site, usually you create ` + +``` ## Options