Which open-source editor would you choose to build something like Notion
Imagine you are building from scratch a Notion like editor with React, what would be your top choice today?
Does any of them work with custom elements and/or Lit?
If I was building something from scratch, I would make it compatible with React, Vue and Svelte basing it on Lit/custom elements.
You can build a Notion-like editor on top of https://tiptap.dev :-) Here is a demo of what such an editor might look like: https://demos.tiptap.dev/
Since Tiptap is headless, you have the freedom to design and develop the UI exactly the way you want.