NES for TinyMCE

A step-by-step guide for installing and configuring Never‑Ending Support (NES) for TinyMCE in your application, including detailed package configuration and version information.

Minimum Requirements

Please review our Minimum Requirements to ensure a smooth installation. Then follow 3 easy steps:

  1. Update your package.json
  2. Create or update your .npmrc file
  3. Install & Run!

Detailed Instructions

Substitute the TinyMCE in your package.json with the following

{
  "dependencies": {
    "tinymce": "npm:@neverendingsupport/tinymce@6.8.6-tinymce-6.8.8"
  },
  "overrides": {
    "tinymce": { ".": "npm:@neverendingsupport/tinymce@6.8.6-tinymce-6.8.8" }
  }
}

Create an .npmrc file with the following

.npmrc
@neverendingsupport:registry=https://registry.nes.herodevs.com/npm/pkg/
//registry.nes.herodevs.com/npm/pkg/:_authToken=<NES_ACCESS_TOKEN>

Install your dependencies

/bin/sh
npm install

Configuring Your Application for Self-Hosted TinyMCE

If you were not previously self-hosting TinyMCE, you will need to configure your application to support a self-hosted setup. This primarily involves ensuring that the tinymce directory is accessible to your application. For detailed instructions, refer to the Self-Hosted Installation Guide on TinyMCE’s website and select the approach that best fits your project’s requirements.

If you have any questions or need assistance, please don’t hesitate to contact us at support@herodevs.com.

And just like that, you can run your integration tests against NES for TinyMCE!

Additional Information

Direct Download URLs

All of our NES for TinyMCE packages can be accessed via direct download URLs.

The download URLs follow the pattern below where <PACKAGE_VERSION> is the version as listed above.

https://registry.nes.herodevs.com/npm/pkg/@neverendingsupport/tinymce/-/<PACKAGE_VERSION>.tgz

For example, the direct download URLs for the latest version of NES for TinyMCE are:

PackageURL
tinymce
6.8.6-tinymce-6.8.8
Download