About Simple Note Taker

This is a simple note taking application where the notes are stored locally in the browser application storage.

Use Session or Local Storage

You can switch between storing data in the Local Storage or the Session Storage by clicking on the associate link i.e. "Local Storage" to use Local Storage, or "Session Storage" to use Session Storage.

Use the dev tools to view the Application Storage to see the data stored in the browser.

Adding Notes

Validation is performed when adding the note details.

Click the Add button to store the note and show it in the browser.

Managing Storage in Edit List View

By default the stored data is not loaded into the browser.

Press:

Managing Storage in Manage List View

All data is loaded into the browser when editing in Manage List view.

Note details are truncated to show in the details summary when it is a long note.

Press:

JavaScript Hacking

The main note taking application code is accessible in the document, so it is possible to work with the loaded and stored data entirely from the console using JavaScript.

This might help with the creation of test data and automating without using the UI.

Help keep this site free by joining our Patreon Membership site. Membership costs as little as $1 a month and includes access to exclusive e-books and online training courses.