This web project is a simple site that stores user notes in a localStorage cookie.
User notes can be typed as plaintext or using HTML syntax. Markdown is not supported nor planned to be.
Note editing is not fully implemented, only a method to replace them given their index numbers (starting at 0). Notes are displayed in chronological order; scrolling down sends the reader forward in time.