python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Superscript Toggle in js
I am trying to build a rich text editor from scratch.I am struggling while toggling on/off superscript.
I am using
var sel= window.getSelection()
var text=sel.toString()
var range=sel.getRangeAt(0)
d...
Ankita Sinha
Votes: 0
Answers: 0
React page is 'lagging' when typing in a rich text editor
If I type very fast, the rich text editor lags while updating. If I hold down the a key, the text editor doesn't update and page freezes until I lift up the key. I have tried using both Mantine text e...
xmuhs
Votes: 0
Answers: 1
React-draft-wysiwyg editor contents not editable
I'm building a simple blog app, and have a working editor to publish posts. I am now trying to implement one for the user to update a previous post. The editor state gets updated to the correct conten...
DeonV
Votes: 0
Answers: 0
Flutter Quill Delta format display into widget?
I am currently using Quill as my WYSIWYG Editor which uses delta format to save data.
I have successfully extracted the delta format to JSON but how should I display it on the screen as a readable for...
C LALHMANGAIHA
Votes: 0
Answers: 1