notepad

notepad
Login

This is a CGI based Notepad, permitting simple title/content notepad editing.

It was inspired by https://github.com/kasparsd but in shedding jquery and adapting to ES6, CSS3, Sqlite3 and Python CGI... it's mostly a rewrite. Still, the kasparsd version was very much an inspiration!

This notepad, like kasparsd's version, handles offline notes using offline storage, and then sync's to the server when it can reach it.

Storage is now sqlite3, rather than simple filesystem. The timestamping is also designed to accommodate clock skew between client and server.