Show HN: I made an open-source Notion-style WYSYWIG editor
81–90 of 140 posts
Re: Show HN: I made an open-source Notion-style WYSYWIG editor
#82At the risk of sabotaging stuff I've worked on, it's _astoundingly easy_ to glue together Y.js, prosemirror, and a little bit of express.js to get a distributed Notion clone with conflict free resolution. Like I have something that I got working in 3 days with multiple pages, so links between things, and cursor syncing (most of this work is provided by wonderful people with full-featured libraries!). There's some tri…
fyi, from my experience it’s still quite a lot of work to build on top of Prosemirror and TipTap directly to do so. So I’ve started working on https://www.blocknotejs.org to make this even easier for developers; its a batteries-included library with Notion style UI elements out of the box. Definitely bullish on this ecosystem including Yjs and local first dev!
FWIW I picked up prosemirror because I have experience working with CodeMirror 6, and I trust the general model to be right, if complicated to use. But honestly I might not need the level of complications provided by PM.
Re: Show HN: I made an open-source Notion-style WYSYWIG editor
#83Re: Show HN: I made an open-source Notion-style WYSYWIG editor
#84Re: Show HN: I made an open-source Notion-style WYSYWIG editor
#85At the risk of sabotaging stuff I've worked on, it's _astoundingly easy_ to glue together Y.js, prosemirror, and a little bit of express.js to get a distributed Notion clone with conflict free resolution. Like I have something that I got working in 3 days with multiple pages, so links between things, and cursor syncing (most of this work is provided by wonderful people with full-featured libraries!). There's some tri…
Any notion replacement needs to be offline first and mobile first.
Re: Show HN: I made an open-source Notion-style WYSYWIG editor
#86I see you're using the Vercel AI SDK but wasn't that released like yesterday?
Re: Show HN: I made an open-source Notion-style WYSYWIG editor
#87The best self hosted alternative of Notion I have found is Outline[1] The link describing the infra[2] is an example of how it looks. [1] github.com/outline/outline [2] https://docs.getoutline.com/s/hosting/doc/requirements-ULdYn...
Re: Show HN: I made an open-source Notion-style WYSYWIG editor
#88Any suggestions for a vscode extension that allows editing markdown files in the same wysiwyg way?
Re: Show HN: I made an open-source Notion-style WYSYWIG editor
#89if this project gets pages and tables, it could be an open source notion killer
Re: Show HN: I made an open-source Notion-style WYSYWIG editor
#90At the risk of sabotaging stuff I've worked on, it's _astoundingly easy_ to glue together Y.js, prosemirror, and a little bit of express.js to get a distributed Notion clone with conflict free resolution. Like I have something that I got working in 3 days with multiple pages, so links between things, and cursor syncing (most of this work is provided by wonderful people with full-featured libraries!). There's some tri…
Notion is goat-ed! It's one of the greatest software ever created in our time imho. Y.js sounds amazing – gonna have to look into it! Have been using Liveblocks for real-time data stuff, the DX is a breeze to work with!