Overview
Pad should work offline, so that a good writing experience doesn't rely on having an internet connection.
Implementation
The editor and posts pages should load without an internet connection. These will be easy to convert, since posts are already stored in localStorage.
Open issue: need to decide on how we'll handle posts synced to an account. We may need to cache them locally to get offline functionality.