Questions tagged [tinymce-4]

TinyMCE is an open source WYSIWYG HTML editor that provides a modern rich text editing experience for web applications. Use this tag for questions regarding the usage of TinyMCE and its integration with CMSs and other web-based applications.

TinyMCE is an open source WYSIWYG HTML editor that provides a modern rich text editing experience for web applications. It is useful for developers who want a simple yet powerful way for users to create and edit HTML content online.

TinyMCE is integrated into thousands of open source and commercial applications such as:

  • Content management systems (CMSs)
  • Learning management systems (LMSs)
  • Customer relationship management (CRM) and marketing automation systems
  • Email marketing systems
  • Content creation in SaaS systems

Core features

In addition to basic formatting tools like bold, italic, underline, lists, and alignment, it provides a wide array of tools one would expect to find in the modern content creation apps like the ability to insert images, videos, tables, and spell checking. There’s also a range of additional features especially designed to assist with productivity, compliance and collaboration.

TinyMCE is highly configurable to cater for a range of use cases. It can be set up with lots of options and tools, or just a few, depending on whether you’re using it within, say, a chat client or a CMS. With 50+ powerful plugins available to developers, extending TinyMCE is as simple as including a single line of code. The look and feel can also be configured to match particular UIs and design systems.

It’s easily integrated with the most popular front-end frameworks, including , , , and .

Browser compatibility

TinyMCE is compatible with multiple browsers, including Internet Explorer, Firefox, Safari, Opera and Google Chrome, across multiple operating systems. TinyMCE 5.1 was specifically redesigned to provide an enhanced mobile experience for users.

API

TinyMCE includes an extensive API for developing custom plugins and integrations.

Useful links

1317 questions
0
votes
1 answer

how can I load tinymce 4 in modal window?

I have a form in cakephp.. I am opening it in a modal window whih extends jquery. Now I have loaded tinymce in my form but it is not loading in modal. tinymce.js is loading. even its all settings are also loading properly. Can anyone suggest What…
Amb
  • 3,343
  • 7
  • 27
  • 34
0
votes
1 answer

TinyMce4: Is the cursor located in a word?

Currently I am developing a plugin for TinyMce 4's editor. In this plugin I need to know whether the cursor is located in/around a word. The best way to determine this would be to check both the character before and after the cursor. If both are…
Roel van Duijnhoven
  • 800
  • 1
  • 7
  • 24
0
votes
2 answers

Tinymce toggle format, formats the button not the editor

So im having a little issue with tinymce4 api, iv created a custom format that i want to tigger with a button. However what happens is that when the button is clicked, the style is applied to the button instead of the actual contenteditable field..…
mistenkt
  • 2,302
  • 3
  • 15
  • 19
0
votes
1 answer

TinyMCE 4 with elFinder integration

I tried to integrate elFinder in TinyMCE 4 and followed the following thread: TinyMCE 4 with elFinder I followed all the steps exactly but I get the following error in the js console when I click the button to open the image browsing…
dzjost
  • 1
  • 2
-1
votes
1 answer

Remove all tags from the text while typing with Tinymce editor plugin, wordpress

when i write a text using TinyMCE editor, white spaces are replaced by p tags and new lines are replaced by "rn", i want to remove all this formating, just want to keep a simple text that i have entered. here is the example text out put: "
bkr malik
  • 1
  • 2
-1
votes
1 answer

Get the count of words in TinyMCE with Word Count plugin

I wanna get the count of words in the textarea and make changes to my users account based on the number of words. For example: a person writes 1000 words and its credibility goes up in the account (I use Django) …
-1
votes
1 answer

TINYMCE Editor External Templates: Uncaught TypeError: Cannot read property 'indexOf' of undefined

I am using TINYMCE Editor Version 4.8.2 (2018-08-09) and trying to add few prebuilt templates in .html in the list. I installed the template plugin in the plugin directory and initiated it in init-tinymce.js as below. tinymce.init({ /* replace…
Muhammad Hassan
  • 1,224
  • 5
  • 31
  • 51
-1
votes
1 answer

Rendering Formatted HTML with TinyMCE

Struggling with encoding and formatting in TinyMCE. Here's my setup: When I use any of the formatting tools (bold, ital, etc.) to add HTML tagging, the wysiwyg editor initially shows correctly: But when saving to my MongoDB and viewing the post, I…
jeremytripp
  • 1,038
  • 1
  • 11
  • 25
-1
votes
1 answer

Keep correct size of embed video in TinyMce

I want to add embed media in TinyMce with media plugin. When I add an embed video for example with specific size value, when I save the post, the width is not correct. The following HTML is created: