How to Request a New API Key for TinyMCE?
I need to obtain a new API key for TinyMCE. Currently, I have an old API key that I would like to replace with a new one. What are the steps to request a new API key from TinyMCE?
Is the backcolor/forecolor UI widget reusable to implement other custom color-related toolbar buttons?
Problem
How to render content of TinyMCE in my website
I want to use TinyMCE for my website’s editor (it’s an article website). The problem is, when I get content in HTML, I can’t make it look like the editor. What should I do?
The requested module ‘./../../node_modules/tinymce/tinymce.js’ does not provide an export named ‘default’
I’m trying to use the TinyMCE editor in a web component with typescript which I have installed via npm:
Can you stop right-indenting from going out of text box with TinyMCE?
Tiny MCE Editor Loads
When the Tiny team mentions “editor loads” in their pricing, do they mean the number of times a page is loaded that includes the tag, or is it every time I call $(element).fancybox() in my code?
How to add icon to menubar items?
const editorInitConfig = { // … menubar: “file edit view insert format table custom”, menu: { // … custom: { // icon: “emoji”, this option does not exist title: “Custom”, items: “…”, }, }, // … }; I’ve tried some custom injection to no prevail, I attempted to inject an SVG after the editor initializes […]