Live data from Hacker News

Show HN: Instant CMS as a Service on any element (with contenteditable)

copybar.io

11–20 of 59 posts

Re: Show HN: Instant CMS as a Service on any element (with contenteditable)

#11
Website looks really good!

Is copybar dynamically replacing the content and then next time when the page is loaded javascript replaces the content by fetching the value from copybar CDN?

At least it looks like copybar is not changing the actual CMS database content values. Please correct me if I misunderstood the mechanics.

The problem with dynamic replacing would be: 1) search engines get the old text 2) original CMS editing functionality becomes useless for that specific node.

Re: Show HN: Instant CMS as a Service on any element (with contenteditable)

#13
post #10

Glad 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.

The good thing about Hallo is, besides licensing and easy plugin development, the fact that it uses plain, unstyled contentEditables, so the stuff you're editing looks exactly like it will look on the real page. 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…

Great point. We hacked redactor up so that it does just that, allows for unstyled contentEditables. Check it out with the Try Now button on the landing page, you can see the styles don't change.

Re: Show HN: Instant CMS as a Service on any element (with contenteditable)

#14
post #10

Earlier quoted context omitted.

The good thing about Hallo is, besides licensing and easy plugin development, the fact that it uses plain, unstyled contentEditables, so the stuff you're editing looks exactly like it will look on the real page. 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…

Great point. We hacked redactor up so that it does just that, allows for unstyled contentEditables. Check it out with the Try Now button on the landing page, you can see the styles don't change.

Great, have to check that out. Here is the Redactor integration for Create: https://github.com/bergie/create/blob/master/src/editingWidg...

Re: Show HN: Instant CMS as a Service on any element (with contenteditable)

#15
post #10

Glad 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.

The good thing about Hallo is, besides licensing and easy plugin development, the fact that it uses plain, unstyled contentEditables, so the stuff you're editing looks exactly like it will look on the real page. 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…

Easy plugin development and unstyled contentEditables are the top two reasons we chose Hallo over Redactor for our project.

Took a long look at Aloha, but it has such a big footprint that it scared me away.

Thanks for the pointer to CKEditor 4, I wasn't aware they had an inline mode.

Re: Show HN: Instant CMS as a Service on any element (with contenteditable)

#16
post #10

Earlier quoted context omitted.

The good thing about Hallo is, besides licensing and easy plugin development, the fact that it uses plain, unstyled contentEditables, so the stuff you're editing looks exactly like it will look on the real page. 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…

Easy plugin development and unstyled contentEditables are the top two reasons we chose Hallo over Redactor for our project. Took a long look at Aloha, but it has such a big footprint that it scared me away. Thanks for the pointer to CKEditor 4, I wasn't aware they had an inline mode.

I'd love to hear more about what you (and others) are doing with Hallo, as most of the interaction has been with the CMSs that use it

Re: Show HN: Instant CMS as a Service on any element (with contenteditable)

#18
post #10

Earlier quoted context omitted.

The good thing about Hallo is, besides licensing and easy plugin development, the fact that it uses plain, unstyled contentEditables, so the stuff you're editing looks exactly like it will look on the real page. 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…

Great point. We hacked redactor up so that it does just that, allows for unstyled contentEditables. Check it out with the Try Now button on the landing page, you can see the styles don't change.

Just curious, do you get access to the full un-minified Redactor source code once you get a license?

Re: Show HN: Instant CMS as a Service on any element (with contenteditable)

#19
post #11

Website looks really good! Is copybar dynamically replacing the content and then next time when the page is loaded javascript replaces the content by fetching the value from copybar CDN? At least it looks like copybar is not changing the actual CMS database content values. Please correct me if I misunderstood the mechanics. The problem with dynamic replacing would be: 1) search engines get the old text 2) original CM…

Copybar cofounder here.

Thanks! Yeah, we're using the CDN to dynamically display your edited content.

When editing an element, we invalidate the cache on the CDN. It may take a minute or 2 to propagate.

Search engines these days execute Javascript so it can index this dynamic text. However we also have a backend integration solution (via a simple rest call) for people who would rather serve the content from their web servers directly.

Re: Show HN: Instant CMS as a Service on any element (with contenteditable)

#20
post #16

Earlier quoted context omitted.

Easy plugin development and unstyled contentEditables are the top two reasons we chose Hallo over Redactor for our project. Took a long look at Aloha, but it has such a big footprint that it scared me away. Thanks for the pointer to CKEditor 4, I wasn't aware they had an inline mode.

I'd love to hear more about what you (and others) are doing with Hallo, as most of the interaction has been with the CMSs that use it

Definitely. I'll shoot you an email when there's something tangible to show.
Post reply on HN