Live data from Hacker News

Show HN: I made an open-source Notion-style WYSYWIG editor

novel.sh

1–10 of 140 posts

Re: Show HN: I made an open-source Notion-style WYSYWIG editor

#6

I have a similar project https://github.com/shi-yan/Epiphany

Mine: https://hypertext.plus

Pure HTML document editor. Open source, PWA, based on TinyMCE, with CSS and markup editing, JS macros, saves to local drive, plus OpenAI integration if you have a key.

Re: Show HN: I made an open-source Notion-style WYSYWIG editor

#8

Do you mind defining what "WYSYWIG" means? I tried using your tool for it. "WYSYWIG is an acronym that means++" ... "What You See Is What You Get." :thinking:

WYSYWIG does indeed mean "What You See Is What You Get."

A WYSIWYG editor is an editor that shows the text with all formatting, exactly how it will look once it's "printed". You know, like Word or Google Docs. But unlike when you edit markdown or latex in a plain text editor. For example, writing comments on this site isn't WYSIWYG.

Post reply on HN