TinyMCE is a versatile tool that can be used for a wide variety of text editing tasks. This repository aims to inspire you and demonstrate different approaches to common use cases.
Every demo has a thorougly documented HTML file explaining the TinyMCE config as well as links to relevant documentation to make it easy to use these demos as basis for your own projects.
You can download and run these demos locally. Some demos uses premium plugins so we have included an API key that works for localhost
.
- Check out this repository to your local computer.
- Install dependencies using the command
yarn
- Start the web server to view the demos using the command
yarn run serve
The files in this repository are licensed under an MIT license. TinyMCE is licensed under a LGPL or commercial license.