Live data from Hacker News

Pell – A simple and small rich-text editor for the web

github.com

1–10 of 106 posts

Re: Pell – A simple and small rich-text editor for the web

#3
post #2

1k does sound quite appealing. But: most of the time a WYSIWYG editor is called is when in 'admin pages' where little to nobody gives a shit about page load time. It's more about CRUD performing as expected.

Or comments sections of forums or blogs etc.

Re: Pell – A simple and small rich-text editor for the web

#4
This is cool :)

That said (and not to take thunder away from your page), this is possible because the HTML spec itself allows for any element to be made into a "WYSIWYG" editor by adding the "contenteditable" attribute.

What most other larger editors are doing is working around some of the horrendous non-standardized versions of execCommand which varies across browsers.

Ideally a web standards body should come out with a element, which is controlled through a sane API, and the spec spelled out to support everything by default. And get rid of the bane that is rich text editing on the web.

Re: Pell – A simple and small rich-text editor for the web

#8
post #2

1k does sound quite appealing. But: most of the time a WYSIWYG editor is called is when in 'admin pages' where little to nobody gives a shit about page load time. It's more about CRUD performing as expected.

>where little to nobody gives a shit about page load time.

If it has an end user that is not yourself, I can guarantee you they do care - even if it's not a conscious realisation.

Post reply on HN