I'd really appreciate it this was something built in, not something I have to build based on the dinosaurs example. Every time I need to reach for one of these text editor libraries that is my no. 1 usecase, followed by WYSIWYG.
Wordgard: In-browser rich-text editor from the creator of ProseMirror
11–20 of 111 posts
Re: Wordgard: In-browser rich-text editor from the creator of ProseMirror
#12Getting that WYSIWYG editor up and running was a major stumbling block that I overcame to get my school newspaper a PHP-Nuke site ~25 years ago. It is insane that there isn't a web standard implementation for this passed 15 years ago.
Re: Wordgard: In-browser rich-text editor from the creator of ProseMirror
#13I can’t believe that we are still trying to solve this. One would think that after so many years (I’ve started doing web almost 20 years ago) we would end up with some solutions baked in browsers
Re: Wordgard: In-browser rich-text editor from the creator of ProseMirror
#14The code appears to be unavailable. This includes not just wordgard but all the ProseMirror code as well. If the motivation for moving off GitHub was "GH is down too much", it might be worth tracking how many 9's of uptime is lost in the self-hosted case.
Maybe something changed in the meantime, but I'm seeing what appears to be the code for it here: https://code.haverbeke.berlin/wordgard/wordgard/src/branch/m...
Re: Wordgard: In-browser rich-text editor from the creator of ProseMirror
#15ProseMirror is an excellent project, but it’s always been a bit awkward using it directly in React. I remember that NYT had to rewrite the renderer to make it work for their use-case. I wonder how Wordgard compares in this aspect!
They are also working on a collaborative editing suite for ProseMirror as an alternative to TipTap https://pitter-patter.dev/
Re: Wordgard: In-browser rich-text editor from the creator of ProseMirror
#16I think most people would love to the know the 'why'. This page discusses differences with prosemirror and is the closest I got to that question: ( https://wordgard.net/docs/prosemirror/ ). One thing to note is that there is not an upgrade path. Many concepts are shared with prosemirror, but it seems that switching means doing quite some work (correct me if I am wrong). Obsidian is based on Code Mirror so I guess the…
Re: Wordgard: In-browser rich-text editor from the creator of ProseMirror
#17Re: Wordgard: In-browser rich-text editor from the creator of ProseMirror
#18I can’t believe that we are still trying to solve this. One would think that after so many years (I’ve started doing web almost 20 years ago) we would end up with some solutions baked in browsers
Re: Wordgard: In-browser rich-text editor from the creator of ProseMirror
#19Re: Wordgard: In-browser rich-text editor from the creator of ProseMirror
#20There is an entire YC company built on top of Prosemirror (Tiptap).
The thought that Prosemirror is no more in active development is scary.