Live data from Hacker News

Create - A new kind of web editing interface

createjs.org

1–10 of 73 posts

Re: Create - A new kind of web editing interface

#4
Inline editing is quite nice. I wonder if I am missing something about this: it seems to only offer italic/bold/underline/strike-through and no structural options?

Plug-and-play inline editing for various CMSs would be nice. If this had more features, I could see using it with a structured, lightweight CMS like Perch [1] to edit structured content inline with the published pages.

[1] http://grabaperch.com/

Re: Create - A new kind of web editing interface

#5
I've seen Thoughtbot do this with Copycopter (https://copycopter.com/) as well as Plone and others. It's a great way to sell user-editing features to your clientele, but I would always start with actual copy prior to enabling it as real copy is just as important as functionality for product design.

Yes, the marketing folks will just send you a bunch of disjointed word docs and expect you to assume that they'll fill in the blanks at a later date. Something that never happens.

Re: Create - A new kind of web editing interface

#8
post #4

Inline editing is quite nice. I wonder if I am missing something about this: it seems to only offer italic/bold/underline/strike-through and no structural options? Plug-and-play inline editing for various CMSs would be nice. If this had more features, I could see using it with a structured, lightweight CMS like Perch [1] to edit structured content inline with the published pages. [1] http://grabaperch.com/

Does it need structural options?

At work, I'm supposed to change a lot of our existing websites over to "Wordpress CMS" because it'll make it easier for the admin staff to modify the website, for updates and such.

The problem is, they need to locate the login then they need to remember their account info, then they need to find the right page they want to modify, then they have to do a bunch of other clicks to get what they want.

Unfortunately, this tends to go woosh right over a lot of heads, and therefore stuff simply doesn't get updated - they send the 'update' via email to IT.

The cool thing about this createjs thing, is that you design the website, you put up the content and you have a simple login form. Everything is editable by clicking and typing directly from the site you're looking at.

I'm sure it'll help in situations like mine, for sure.

Re: Create - A new kind of web editing interface

#10
post #7

One bug I've found: selecting more than a line and applying bold or italics is not reversible. (Win7 x32, Chrome 15.0.874.121)

There's another bug where if you click edit repeatedly in rapid succession, the green flash animation is queued and plays repeatedly.

I think this can be altered by calling stop() before animate()? But it's been a bit since I worked with jQuery.

Post reply on HN