bergie / hallo

Simple rich text editor (contentEditable) for jQuery UI

Home Page:http://hallojs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hallo without a CMS?

maphew opened this issue · comments

Are there any examples of Hallo being used without a CMS?

I haven't decided on a CMS platform yet and would just like to edit and save on a local file system without the bother of integrating into something else.

thanks.

Hi maphew

I've used hallo in a project: https://github.com/pascalfree/WebNote. It saves the edited content via ajax to a file on the server and uses no CMS. However you need a server with php running somewhere e.g. locally.

Yep. Hallo is just a UI on top of contentEditable, so it is as little dependent on having a CMS underneath as a regular ˋtextareaˋ would be. I'm closing this ticket, but please let me know if you run into any issues!