A simple Blog editor
Before you read the remainder of this text click on toggle research button on the right-hand-side toolbar.
What you are reading is not a normal web page. It is a page that is dynamically editable. Try clicking toggle edit to make the page editable. All the buttons in the right-hand-side toolbar are fully functional with the exception of the save button. To save the result of your editing you will have to have a local Erlang server running on your machine. This is because javascript programs cannot easily store data on your local disk.
To enter a header click on h1 or h2. To save your work click on save.Save
Note that all old versions of the document are saved. Note:to save a document you must have a functioning Erlang server running in the background.
To Do
- Add some method of editing hrefs and image URLs.
- Add some reorganiser mode so we can more sections up and down
- Add stuff to collapse uncollapse egions
- Probably for safety we should always be able to toggle the editor mode.