mirror of https://github.com/mikkolehtisalo/iw.git
|
||
---|---|---|
.. | ||
a11yhelp/dialogs | ||
about/dialogs | ||
autosave | ||
clipboard/dialogs | ||
dialog | ||
extimage | ||
fakeobjects/images | ||
image | ||
link | ||
magicline/images | ||
pastefromword/filter | ||
scayt | ||
specialchar/dialogs | ||
table/dialogs | ||
tabletools/dialogs | ||
wsc | ||
README.md | ||
icons.png |
README.md
CKEditor-AutoSave-Plugin
Auto Save Plugin for the CKEditor which automatically saves the content (via HTML5 LocalStorage) temporarly (for example when a login session times out). And after the content is saved it can be restored when the editor is reloaded.
####How the Plugin works
The Plugin saves the content every 25 seconds (can be defined in the Config - autosave_delay), but only when the content has changed.
And when the Editor Page is reloaded and auto saved content is found and its different from the content loaded with the editor the user will be asked if the auto saved content should be loaded instead.
####License
Licensed under the terms of the MIT License.
####Installation
- Extract the contents of the file into the "plugins" folder of CKEditor.
- In the CKEditor configuration file (config.js) add the following code:
config.extraPlugins = 'autosave';