This project contains the default skins as well as tools and files needed to build your own skin for TinyMCE 7.
Visit the TinyMCE 7 documentation for instructions on how to create and build skins for TinyMCE.
The skin for the end™ is developed in the wagtail-skin branch.
- The
tinymce-wagtail-skin/
root directory must be located next to theend/
root directory. - Go to
tinymce-wagtail-skin/modules/oxide
and install dependencies withyarn
. - Run Gulp with
yarn build
oryarn start
to watch the source files and compile on the fly. Both commands copy the compiled CSS toend/src/assets/tinymce/
.