mirror of
https://github.com/tinymce/tinymce.git
synced 2025-07-22 06:59:59 +00:00

* TINY-10185: Tweak dependencies and scripts to better fit within the premium monorepo * TINY-10185: Rename root package to something more sensible * TINY-10185: Set more reasonable main and types properties on TinyMCE's package json * TINY-10185: Add 'build' scripts to every project * TINY-10185: Add missing inter-dependencies between modules * TINY-10185: Add type when agar is compiled standalone * TINY-10185: Don't allow dompurify to upgrade by accident * TINY-10185: Update to 6.8 release versions. Fix outdated yarn lock. * TINY-10185: Add project.json files to help with nx builds --------- Co-authored-by: Arvin Han <arvinhjt0718@gmail.com>
TinyMCE Oxide skin tools
This project contains the default skins as well as tools and files needed to build your own skin for TinyMCE 6.
Visit the TinyMCE 6 documentation for instructions on how to create and build skins for TinyMCE.
Building the skins
The build process uses Node and Gulp. Make sure you have both installed before you continue.
- Install dependencies with
yarn
. - To view the skins, run
npm start
in this repository and see the oxide-test-data repository for more information.