Live data from Hacker News

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

edtr.io

11–20 of 57 posts

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

#11
post #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

Are you on discord or matrix by any chance?

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

#12
Not 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.

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

#13
post #12

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

It’s pronounced Editor IO.

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

#14
post #10

Earlier quoted context omitted.

Yes, landing page only mentions Open Source, maybe we should clarify that. You can reach us at edtr-io@splish.dev

Are you on discord or matrix by any chance?

Nope, sorry. If you send us an email, we can work something out :)

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

#16
post #14

Earlier 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 :)

~~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

#18
post #16
post #14

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

As specified in their comment and in our GitHub repository, the code is licensed under MIT.

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

#19

Is it possible to embed the editor on a web page?

Yes, it’s Backend-agnostic and designed to be embeddable into any web app. It’s basically an editor framework to define your own editor and you write the glue code to your web app.

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

#20
post #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.

Slate is in beta and isn’t stable yet last time I heard.
Post reply on HN