Aloha Editor: an awesome HTML5 browser based editor
aloha-editor.com
Aloha Editor: an awesome HTML5 browser based editor
1–10 of 24 posts
Re: Aloha Editor: an awesome HTML5 browser based editor
#2Re: Aloha Editor: an awesome HTML5 browser based editor
#3Also, Firefox keeps asking me if I want to kill an unresponsive script, so wondering what that is...
And what is the aGPL? If I include a link to the js file on my webapp, do I have to open source all my code? I really don't get what all these different licenses mean.
Re: Aloha Editor: an awesome HTML5 browser based editor
#4Re: Aloha Editor: an awesome HTML5 browser based editor
#5In particular, there are some screenshots which show table editing, insertion of images, and what appears to be navigation and forms as well. My favourite, though, is on page 37, where it looks like some user-defined paragraph classes ("info" and "alert") have been included in the formatting toolbar -- it looks _really_ slick!
There's at least one other project which is trying to make editing web content better: http://www.wymeditor.org/
I recall reading that, due to the way that WYMeditor makes the HTML structure explicity (while still keeping it relatively end-user-friendly), it tends to encourage users to produce "nice" HTML -- simply because poorly-structured HTML looks ugly in WYMeditor. :)
But wow, Aloha looks absolutely beautiful! The sooner FCKeditor and tinyMCE die, the better off we'll all be.
Re: Aloha Editor: an awesome HTML5 browser based editor
#6Re: Aloha Editor: an awesome HTML5 browser based editor
#7A live example of instantiating and changing CKEditors: http://www.noloh.com/Demos/CKEditor/Example/index.php
Code for example: http://github.com/noloh/CKEditor/blob/master/Example/index.p...
From there, it's easy to create an Edit-In-Place object using CKEditor: http://noloh.diffpaste.com/#/667/, then wherever you would like edit-in-place functionality you simply instantiate an EditRegion.
Re: Aloha Editor: an awesome HTML5 browser based editor
#8Re: Aloha Editor: an awesome HTML5 browser based editor
#9On the insert tab, all I see is Table, but I can't seem to find inserting images, editing hyperlinks, bullet points. Also, Firefox keeps asking me if I want to kill an unresponsive script, so wondering what that is... And what is the aGPL? If I include a link to the js file on my webapp, do I have to open source all my code? I really don't get what all these different licenses mean.
Not sure it makes any difference with .js code, though, because in that case the code is being distributed, so the normal GPL would already apply.
Re: Aloha Editor: an awesome HTML5 browser based editor
#10Very slow for me in Chrome 5 on OS X. Seems like it needs some major polishing before it's ready.