Back
TinyMCE
Mentioned in 32 todos by 8 makers.
Mentions over time
Loading...
Sentiment
Loading...
Praised in 9.4% of mentions (site average 9.9%), complaints in 6.3% (average 3.8%).
What makers are doing
Loading...
Often used together with
Do you make TinyMCE?
See everything makers say about it: every mention with praise and complaints, sentiment trends, weekly email digests, and CSV export.
Explore InsightsRecent todos mentioning TinyMCE
🍟 Side Project Weekend: ✨ Shipped new feature: Username dropdown when you @ mention someone in the post body. Works now in both markdown and rich text editors. Took me a month of weekend mornings messing about on TinyMCE rich text editor 😓.. this is why I dislike dependencies
#lifelog
Added the ability to export to Word in TinyMCE. That was not easy.
#plannerie
🍟 Side Project Weekend: FINALLY finally finally completed dark mode on both editors. Just trying to figure out how to change the color of the text input on Tinymce editor across an iframe took all morning. As always, the last 1% takes the longest..
#lifelog
🍟 Side project weekend: Building dark mode for the rich text editor on the /compose page. 90% done. Making Tinymce editor go dark proved to be trickier than imagined
#lifelog
CRA -> Next.js migration - move back to Quilljs & mathquill because TinyMCE + MathType is ridiculous expensive
#quizwhizzer
Deployed fix for typing sounds on new rich text editor - Had to figure out how to use `editor.on` from TinyMCE instead to listen for the keydown event: editor.on('keydown', this.playSound)
#lifelog
🛳 Shipped rich text editor!
- Had to do some javascript gymnastics to be able to listen to the text inside TinyMCE editor, so that I can bring back typing sounds.
- 'Discovered' the Markdownit can also render HTML markup! How silly that I always assumed this to be so hard.
#lifelog