=== Wp-autosave === Contributors: wp-autosave team Donate link: wpautosave@gmail.com link: wpautosave@gmail.com Tags: save, autosave, editor, draft, post Requires at least: 3.0.1 Tested up to: 4.9.4 Requires PHP: 5.6 Stable tag: 4.9 License: GPLv2 License URI: http://www.gnu.org/licenses/gpl-2.0.html Plugin for automatically saving a post from the editor to drafts by timer or by changes in editor == Description == Plugin for automatically saving a post from the editor to drafts by timer or by changes in editor **Major features of plugin:** - Auto-save post to drafts at regular time intervals by multipart requests with a randomly generated boundary separator. _(To check the functionality it's enough to have the rights to create an entry in the wp-blog (you can test through a user-account) - you will see all requests through the developer tools or some other tools)_ - Intellectual immediately auto-save post to drafts when you change the text in the editor. - You can attach a time-stamp to request through the settings of the plugin (appendix time of saving in the query) - You can set your own auto-save interval - You can choose the type of saving - by time intervals or when content is changed == Installation == Manual install: Upload plugin folder "wp-autosave" to "plugins" directory of your wordpress app and hit "activate" in plugins menu From store: Upload the wp-autosave plugin to your blog and activate it As easy as 1,2,3! == Frequently Asked Questions == = How to use it? = Just activate plugin and write something in editor - everything you will write will be saved in drafts by your type of saving = What is minimal time to save by intervals? = It depends on you: if you want, you can set time interval even to 0.1 sec = What if my connection will lost and i will be disconnected from server? = Don't worry: plugin automatically check your connection, and if you will lost it, plugin will wait until connection will be restored and continue his work == Screenshots == 1. This is the administration/settings page of this plugin. == Changelog == = 1.0 = * First stable version == Upgrade Notice == = 1.0 = * Initial install