We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Allows you to add basic 'pages' to a site.
A page is stored in the DB. It has a name and a body.
The body is stored in HTML.
editing is done real real in place using: http://www.webmonkey.com/2008/07/make_any_content_editable_with_javascript/
you could popup a little toolbox on the side panel that give you bold and italic buttons and an add link dialog and maybe some styles to choose from.
Where you clicked 'edit' and it changes to 'You are in edit mode' and then has a 'save' and 'cancel' buttons.
The text was updated successfully, but these errors were encountered:
So I found out chrome supports ctrl+b and other shortcuts for styling. Very nice.
Sorry, something went wrong.
No branches or pull requests
Allows you to add basic 'pages' to a site.
A page is stored in the DB. It has a name and a body.
The body is stored in HTML.
editing is done real real in place using: http://www.webmonkey.com/2008/07/make_any_content_editable_with_javascript/
you could popup a little toolbox on the side panel that give you bold and italic buttons and an add link dialog and maybe some styles to choose from.
Where you clicked 'edit' and it changes to 'You are in edit mode' and then has a 'save' and 'cancel' buttons.
The text was updated successfully, but these errors were encountered: