Skip to content
This repository has been archived by the owner on Mar 4, 2018. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 579 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 579 Bytes

Scratchpad

This mini app uses HTML5 local storage API to create an online replacement for a simple Notepad/TextEdit type of application for Chromebooks. By default it creates one entry a day which allows you to implicitly save the history of your notes. They live locally in your browser's cache so content-wise anything goes.

Another HTML5 API (application cache) provides support for offline use so this essentially works as a local application rather than an online service.

Deployment

Copy the content to any Apache-powered server and enjoy.