-
In https://github.com/whatwg/html/issues/1937#issuecomment-257804979 @therealglazou says
> first, I think this should NOT have been merged in issue #1945 without some metrics on impacted Wysiwyg ed…
-
The text should be checked for html tags and in this case turn on a wysiwyg editor (option to turn it on on plain text should be avail).
This is a must especially for long text which (probably) are tr…
-
### Link to reproduction
_No response_
### Environment Info
```text
Payload Version
3.0.0-beta.101
Node Version
v.22.8.0
Next.js Version
15.0.0-canary.104
```
### Describe the…
-
When running JQuery's val() function on a emojiarea, the div is not affected. For example, $("textarea").val(''); does not clear the div.
A workaround can be used: $(".emoji-wysiwyg-editor").html(''…
-
- click "TAKE NOTE" action
- pause video, create new note object with time video paused.
- popup wysiwyg editor
- save note to notebook
- export notes in any fashion, html, pdf, whatever?
-
When switching from markdown to wysiwyg (or HTML for that matter), the cursor jumps to a different location, or the editor starts selecting text. It may even destroy the contents by inserting random c…
kakra updated
3 years ago
-
Former title: elements can break tinymce editor
You can shoot yourself in the foot by adding a `` element to a document (e.g. through the tinymce source editor).
This breaks the wysiwyg editor, as …
-
Hi there
I've used your lib in my project but had two issues. HTML was not escaped (content was cut on first HTML tag as it was rendered by the browser) and the new lines were not preserved.
Here is …
-
### For Feature Requests
Desired Feature: WYSIWYG Table Generator & Editor for Markdown Mode
##### Expected Behavior
When in markdown editor mode. Have the ability to create and edit tables i…
-
The image uploaded to the database like this:
``
but when i load this code to editor input, it only text show.
sorry my english is not good
```
import React, { useEffect, useState } from "rea…