Live data from Hacker News

Show HN: Edtr.io – Intuitive web editor, open source and fully adaptable

edtr.io

1–10 of 57 posts

Re: Show HN: Edtr.io – Intuitive web editor, open source and fully adaptable

#5
post #3

So this is built on Slate—what does it bring to the table that you can’t do with Slate out of the box?

Core contributor of Edtr.io here:

Slate works well for editing text. Anything with a more complicated layout / UX gets really messy though, since with Slate, you always have to deal with the DOM / Slate's wrapper around contenteditable. And at least before Slate 0.50+, we (& the developers of Schul-Cloud independently of us) ran always in bugs, etc. This is why Edtr.io (similarly to ReactPages, fka ORY Editor) builds it own state management & layouting outside of Slate. And let Slate do what they do best, editing rich-text.

Re: Show HN: Edtr.io – Intuitive web editor, open source and fully adaptable

#6

I 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.

Re: Show HN: Edtr.io – Intuitive web editor, open source and fully adaptable

#7
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?

Re: Show HN: Edtr.io – Intuitive web editor, open source and fully adaptable

#10
post #7

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

Post reply on HN