Live data from Hacker News

Show HN: Popline – An HTML5 Rich Text Editor Toolbar

kenshin54.github.io

11–16 of 16 posts

Re: Show HN: Popline – An HTML5 Rich Text Editor Toolbar

#12
Very nice. Agreed with another commenter that the default animations could be snappier.

I have a complaint: like many HTML WYSIWYG tools, modes are not directly reversible. For example, select a word then click the "numbered list" button. Then click it again to switch back to a normal paragraph. Oddly, a new paragraph has been added above your selection.

So many HTML WYSIWYG tools have this kind of quirk, leading to very polluted output HTML (with empty tags, redundant tags, and so on).

Re: Show HN: Popline – An HTML5 Rich Text Editor Toolbar

#13
post #12

Very nice. Agreed with another commenter that the default animations could be snappier. I have a complaint: like many HTML WYSIWYG tools, modes are not directly reversible. For example, select a word then click the "numbered list" button. Then click it again to switch back to a normal paragraph. Oddly, a new paragraph has been added above your selection. So many HTML WYSIWYG tools have this kind of quirk, leading to…

Yep, not so many editor do this right.The only editor I know fix this pain is the medium's editor.

But their function are so limit.

Re: Show HN: Popline – An HTML5 Rich Text Editor Toolbar

#14
post #3
post #2

A weekend side project done by kenshin54 and myself, hope it is working for you. And it's far more powerful than it presents.

Seems to lack a license. I'm assuming the intention was to make this open source? Anyway, great work! Many similarities in the UI to my http://hallojs.org/ editor. I'd love to integrate this with Create.js if you can clarify the license question...

I was just going to comment on the similarity as well. I think these built-in HTML5 editors are great, especially when they include persistence. For the node.js devs, I made a wrapper for Create.js http://github.com/primaryobjects/contentblocks

Re: Show HN: Popline – An HTML5 Rich Text Editor Toolbar

#15
This is really weird, I happened to ask on Twitter if there was anything like this just two days ago: https://twitter.com/jbrooksuk/status/341914274014302208

It's almost perfect, I prefer how Medium.com positions the toolbar, top & center of selected content.

Re: Show HN: Popline – An HTML5 Rich Text Editor Toolbar

#16
post #3

Earlier quoted context omitted.

Seems to lack a license. I'm assuming the intention was to make this open source? Anyway, great work! Many similarities in the UI to my http://hallojs.org/ editor. I'd love to integrate this with Create.js if you can clarify the license question...

I was just going to comment on the similarity as well. I think these built-in HTML5 editors are great, especially when they include persistence. For the node.js devs, I made a wrapper for Create.js http://github.com/primaryobjects/contentblocks

Cool! Added a link to the Create.js README: https://github.com/bergie/create/commit/24fb0c02d68f9deecf32...
Post reply on HN