14-day Cloud trial
Start today. For free.

One editor. 50+ features. Zero constraints. After your trial, retain the advanced features.

Try Professional Plan for FREE
PricingContact Us
Log InGet Started Free

Get started with premium plugins on TinyMCE self-hosted

January 21st, 2021

2 min read

Abstract image representing a selection of premium plugins and a server.

Written by

Ben Long

Category

How-to Use TinyMCE

If you’re already self-hosting TinyMCE 5 for your applications, you can try our premium plugins for free for 14 days when you sign-up for a Tiny account using a hybrid approach - a self-hosted core, and premium plugins running off the cloud.

NOTE: If you don't already have TinyMCE set up in a self-hosted environment, check out our blog post on how to get started with TinyMCE self-hosted.

Tiny's premium plugins enhance your applications with additional productivity, compliance, or collaboration tools; for example:

  • PowerPaste - users can copy-paste content from Word, Excel, and other popular applications without bringing additional code and formatting across and breaking their content
  • Format Painter - users can instantly apply content styles to other parts of their content without having to format them all over again
  • Spell Checker Pro - users can easily see words that are misspelled (in up to 13 languages simultaneously) and can correct them at the click of a button via the context menu
  • Comments and AtMention - users can create and reply to comments, and send notifications to other users through an @mention in the document
  • Real-time collaboration - (coming soon) users will be able to collaborate on content at the same time
  • And more - view all premium plugins
A user corrects spelling mistakes in multiple languages with Tiny’s Spell Checker Pro.

Let’s get started!

1. Sign up for a free API key

Go to https://www.tiny.cloud/auth/signup/ and sign up for a free API key. Once you’ve signed up, you’ll have access to try our premium plugins for 14 days.

2. Load the plugins package

To try our premium features, include the following code in the head of your HTML, replacing no-api-key with your own API key from the Tiny account dashboard:

<script src="https://cdn.tiny.cloud/1/no-api-key/tinymce/6/plugins.min.js" referrerpolicy="origin"></script>

NOTE: By specifying the number 5 in the code above, this will load plugins for the latest version 5 release. You may prefer to specify a minor (e.g., 5.6) or patch (e.g., 5.6.2) version to avoid potential incompatibilities with the particular version of your self-hosted core.

3. Try a premium plugin

Now you’re ready to try any of our premium plugins!

For example, try Spell Checker Pro by modifying the init script in your HTML. Add it as a plugin and user option on the toolbar using the tinymcespellchecker and spellchecker controls, respectively. For example:

tinymce.init({
  /* ... */
  plugins: [
    "advlist autolink lists link image charmap print preview anchor",
    "searchreplace visualblocks code fullscreen",
    "insertdatetime media table paste tinymcespellchecker",
  ],
  toolbar:
    "undo redo | styleselect | bold italic | alignleft aligncenter alignright alignjustify | bullist numlist outdent indent | link image | spellchecker",
});
TinyMCE alerts a user to a spelling mistake as they type.

More information about configuring Spell Checker Pro, including multi-language checking, is available in our Tiny documentation.

What next?

Try more of our premium plugins for free. You can find detailed instructions about adding and configuring premium plugins in our Tiny documentation.

If you’re enjoying our premium features, you can continue to use them after the 14 day trial period with one of our custom plans, just get in contact with our sales team.

Looking to try our premium features in your own environment? Contact our sales team who can help sort you out with a paid proof of concept option with customised support included.

TinyMCE with real-time collaboration.
Self Hosting
byBen Long

Computer scientist, storyteller, teacher, and an advocate of TinyMCE. Reminisces about programming on the MicroBee. Writes picture books for kids. Also the wearer of rad shoes. “Science isn’t finished until you share the story.”

Related Articles

  • How-to Use TinyMCEMar 28th, 2024

    How to view and restore document version history in TinyMCE

Join 100,000+ developers who get regular tips & updates from the Tiny team.

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Tiny logo

Stay Connected

SOC2 compliance badge

Products

TinyMCEDriveMoxieManager
© Copyright 2024 Tiny Technologies Inc.

TinyMCE® and Tiny® are registered trademarks of Tiny Technologies, Inc.