Show HN: Instant CMS as a Service on any element (with contenteditable)
1–10 of 59 posts
Re: Show HN: Instant CMS as a Service on any element (with contenteditable)
#2Re: Show HN: Instant CMS as a Service on any element (with contenteditable)
#3Interesting. Though of course you can just use my http://createjs.org/ and get pretty much the same thing for free :-)
Re: Show HN: Instant CMS as a Service on any element (with contenteditable)
#4Interesting. Though of course you can just use my http://createjs.org/ and get pretty much the same thing for free :-)
CreateJS is awesome. This service seems to be more about content hosting though. So still useful to some people I think.
Re: Show HN: Instant CMS as a Service on any element (with contenteditable)
#5Re: Show HN: Instant CMS as a Service on any element (with contenteditable)
#6Earlier quoted context omitted.
CreateJS is awesome. This service seems to be more about content hosting though. So still useful to some people I think.
True, though usually people would seem rather want to have their content on their own servers, and have an API the editing tool uses to save. This is the scenario Create.js was built for, allowing you to use it in a custom web app, but also major CMSs like TYPO3 or OpenCms to build their custom UIs on top of it.
Re: Show HN: Instant CMS as a Service on any element (with contenteditable)
#7Re: Show HN: Instant CMS as a Service on any element (with contenteditable)
#8Pasting causes tab to crash in Windows Chrome 22.0.1229.94
Re: Show HN: Instant CMS as a Service on any element (with contenteditable)
#9Earlier quoted context omitted.
True, though usually people would seem rather want to have their content on their own servers, and have an API the editing tool uses to save. This is the scenario Create.js was built for, allowing you to use it in a custom web app, but also major CMSs like TYPO3 or OpenCms to build their custom UIs on top of it.
Definitely. I bet there's a lot of companies / startups who need something quick and simple though. So lots of room for both solutions.
Re: Show HN: Instant CMS as a Service on any element (with contenteditable)
#10Glad to see that contenteditable-type editors are becoming more viable. Looks like Copybar uses Redactor, but I'm hoping bergie's http://hallojs.org/ gets a lot more traction since it's the only one that's MIT licensed.
I integrated Redactor as another editor option in Create.js a while back, but it looks a bit strange because it changes the styling of the currently active content area. Other than that it is very simple and clean!
Another valid editor option is Aloha, http://aloha-editor.org
You can use any (or even all) of these with Create, or integrate your own. The next editor I'm looking to add is CKEditor 4, as it also has an inline editing mode: http://nightly-v4.ckeditor.com/3627/samples/inlineall.html