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)
Saving content as JSON to a database in real time
I have a text editor built on Tiptap that sends its content as JSON to a API which saves it to a mongoDB database. I have a timeout on it so it only sends a request after the user has stopped typing f...
maxitaxi
Votes: 0
Answers: 2
React dynamic list of React-Draft-Wysiwyg text boxes not updating correctly after remove
Codesandbox link: https://codesandbox.io/s/tender-meadow-un6ny7?file=/src/index.js
I'm creating a basic application where you can dynamically add in text boxes via the react-draft-wysiwyg library.
r...
Dom
Votes: 0
Answers: 1
How to add custom (string based) bullet list into wagtail WYSIWYG
I am looking for a way to register a new editor feature to the wagtail WYSIWYG editor.
The following code adds the bullet list to the editor. (It is also built-in).
@hooks.register('register_rich_tex...
Hatim
Votes: 0
Answers: 0