tedivm / mortar

Automatically exported from code.google.com/p/mortar
0 stars 0 forks source link

Full suite of content-saving-related functions in editor #76

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In order to achieve feature-parity with other competing systems, a full 
set of content-saving/editing-related features must be implemented into 
the Add/Edit actions:

* The ability to save "drafts" that can be returned to but are not yet 
publicly visible.
* An autosave feature that records what you've entered into the database 
every X seconds so that nothing is lost if your browser crashes or you 
close your window accidentally.
* A "quick save" button that saves what you've done and immediately takes 
you back to the edit page to write more.
* A "preview" button that allows you to see what you've done so far as it 
would appear in the user-side theme.

Original issue reported on code.google.com by charlequin@gmail.com on 31 Jan 2010 at 12:30