3 comments

[ 3.1 ms ] story [ 15.5 ms ] thread
This is a very cool hack.

When writing out text in this way it is intuitive enough, and works nicely. However, when going back to make edits, it is not a fun experience.

OSes don't know quite what to do rendering cursors around the hidden markdown characters. Arrow key navigation is rough. Adding text at the beginning/end of a styled span is ambiguous whether additions should go inside/outside.

But for composing markdown separately and then displaying "rich" text in contexts that only support plain text -- this could maybe be interesting.

For adding more markdown support, headings seem like a useful and doable next feature. And tables would be a feat!

I think a good approach would be to just not hide the markdown characters. I didn't create this but I'm tempted to try to extend it.
That is, indeed, a beautiful useless thing.