This is really nice. One note: the landing page doesn’t mention the MIT license or commercial use. I had to go to the repo to figure it out. Would love to look into integrating this editor in our email client. Is there an easy way for us to chat?
Yes, landing page only mentions Open Source, maybe we should clarify that. You can reach us at edtr-io@splish.dev
Show HN: Edtr.io – Intuitive web editor, open source and fully adaptable
11–20 of 57 posts
Re: Show HN: Edtr.io – Intuitive web editor, open source and fully adaptable
#12What is a “web editor”? Is that establish as terminology for this type of wyswiyg editor?
Does it or doesn’t it support mobile? It mostly doesn’t work but with some fiddly stubbornness I was able to get a few of the controls to do something.
Re: Show HN: Edtr.io – Intuitive web editor, open source and fully adaptable
#13Not sure how it’s pronounced, `ed-trio`? What is a “web editor”? Is that establish as terminology for this type of wyswiyg editor? Does it or doesn’t it support mobile? It mostly doesn’t work but with some fiddly stubbornness I was able to get a few of the controls to do something.
Web editor in the sense that the editor runs as a web app, and the default rendering output is React (although other output formats are possible).
Mobile kinda works (minimum goal is to let users do simple edits from mobile), but we mostly focused on the desktop so far.
Re: Show HN: Edtr.io – Intuitive web editor, open source and fully adaptable
#14Re: Show HN: Edtr.io – Intuitive web editor, open source and fully adaptable
#15Re: Show HN: Edtr.io – Intuitive web editor, open source and fully adaptable
#16Earlier quoted context omitted.
Are you on discord or matrix by any chance?
Nope, sorry. If you send us an email, we can work something out :)
Edit: As people had pointed out, that they were asking for chat to integrate it into the email client. Sorry for the confusion.
Re: Show HN: Edtr.io – Intuitive web editor, open source and fully adaptable
#17Re: Show HN: Edtr.io – Intuitive web editor, open source and fully adaptable
#18Earlier quoted context omitted.
Nope, sorry. If you send us an email, we can work something out :)
~~Why does one have to send an email just to ask about license?~~ Edit: As people had pointed out, that they were asking for chat to integrate it into the email client. Sorry for the confusion.
Re: Show HN: Edtr.io – Intuitive web editor, open source and fully adaptable
#19Is it possible to embed the editor on a web page?
Re: Show HN: Edtr.io – Intuitive web editor, open source and fully adaptable
#20I was thinking of building something similar. Any other alternatives to similar solutions?
Prosemirror seems to be one of the most pluggable block editors out there. For the vue.js community, tiptap is built on prosemirror. Slate (which this is built on) is good too.