TinyMCE
The rich text editing platform that helped launch Atlassian, Medium, Evernote, and more.
Official documentation
For more detailed information and examples, see the official documentation: TinyMCE .
How to use? #
Copy-paste the following <script>
near the end of your pages under JS Implementing Plugins to enable it.
<script src="vendors/tinymce/js/tinymce/tinymce.min.js"></script>
Basic example #
<textarea data-tinymce="true"></textarea>