logoalt Hacker News

cyber_kinetisttoday at 12:49 PM1 replyview on HN

Does it mix well with text input? What I really want is a native WYSIWYG Markdown editor - in a similar fashion to Typora (Electron) or Milkdown (a JS library).


Replies

nicoburnstoday at 12:58 PM

Blitz has good plaintext text input support. But there's no contenteditable (which is what you would need for rich text editing) yet.

litehtml appears to have no built-in text input support so far as I can see.