Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/simsalabim/sisyphus
Gmail-like client-side drafts and bit more. Plugin developed to save html forms data to LocalStorage to restore them after browser crashes, tabs closings and other disasters.
https://github.com/simsalabim/sisyphus
Last synced: about 1 month ago
JSON representation
Gmail-like client-side drafts and bit more. Plugin developed to save html forms data to LocalStorage to restore them after browser crashes, tabs closings and other disasters.
- Host: GitHub
- URL: https://github.com/simsalabim/sisyphus
- Owner: simsalabim
- License: mit
- Created: 2011-10-25T12:12:58.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2023-01-16T17:55:13.000Z (almost 2 years ago)
- Last Synced: 2024-09-26T23:22:46.757Z (about 2 months ago)
- Language: JavaScript
- Homepage: http://sisyphus-js.herokuapp.com
- Size: 473 KB
- Stars: 1,986
- Watchers: 50
- Forks: 221
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE
Awesome Lists containing this project
README
# Sisyphus ![Build Status](https://travis-ci.org/simsalabim/sisyphus.svg?branch=master "Build Status")
Plugin developed to save html forms data to LocalStorage to restore them after browser crashes, tabs closings and other disasters.Description and sample are available at http://sisyphus-js.herokuapp.com/
Smashing Magazine article: http://coding.smashingmagazine.com/2011/12/05/sisyphus-js-client-side-drafts-and-more/
# How to contribute
1. Fork the repository
2. Install dependencies with `npm install`
3. Run `./node_modules/karma/bin/karma start` (or `$ npm install -g karma-cli` and `karma start`)
4. Make your changes
5. Write some specs and make sure that you did not break existing ones
6. Check that your code style matches [jQuery Core Style Guidelines](http://contribute.jquery.org/style-guide/js/)
7. Send a pull requestAuthor: Alexander Kaupanin