Ask HN: How to write a rich text editor?
https://news.ycombinator.com/item?id=33324596Hello there! I was looking into writing my own text editor for my personal notes and daily logging. I wanted to build something that works with markdown and supports rich widgets, for example if I use some special syntax (or "just" the link of the tween) I can render a card for a specific tweet.
I'm looking for any kind of suggestion, I'm interested in learning new things
At the moment I was thinking of using Tauri and to write my UI using some frontend framework, but delegate most of the parsing to Tauri, not sure if that makes sense.