-
This code:
```
// Move aux element as child from body to element to fix menus in modal Dialog
const aux = document.getElementsByClassName('tox-tinymce-aux')[0…
-
## Background
From courses, you can upload images in the editor via a modal dialog:
![add-image](https://github.com/user-attachments/assets/c65fd6a4-c799-43c8-ad50-5cdf378aba0d)
We need to im…
-
## Descreva o problema que você quer resolver com essa feature
No momento, não temos a possibilidade de formatar um artigo com negrito, itálico, listas, tabelas etc sem o conhecimento de Markdown.
…
-
### Description
Umbraco is using TinyMCE 6 which reaches its end-of-support on October 31, 2024 ([source](https://www.tiny.cloud/docs/tinymce/6/support/)). We cannot upgrade to TinyMCE 7 due to licen…
-
There is a special solution for new lines (soft enter is replaced hard enter in word terminology)
```
// This function replaces escaped newlines with html tags
function fixup_newlines($string)…
-
### Which Umbraco version are you using? (Please write the *exact* version, example: 10.1.0)
14.3.1
### Bug summary
We're using TinyMCE editors and want users to be able to utilize the draggable re…
-
I'm trying to write a plugin to use TinyMCE's rich text editor with Puck, heavily based on the [`puck-rich-text`](https://github.com/Tohuhono/Oberon/tree/main/packages/tohuhono/puck-rich-text) package…
-
I wrote this in closed #13536 first, but thought it might get lost there, so filing a new issue.
Merging `const`s with namespaces really makes sense. For a real-world example, let's take a popular …
-
## Issue
Instead of Base64 format "pasted images" we should solve real image file uploads to our server.
Based on this: https://www.tiny.cloud/docs/general-configuration-guide/upload-images/
This c…
-
I have a created Dark Mode theme for my ListMonk install, but the only thing missing is TinyMCE.
It seems it would be quite trivial to add Dark mode support to TinyMCE, as this can be enabled in th…