Web page to take quick notes and keep a todo list.
The notes and todo are saved in the browser's localStorage
.
The notes can be saved to a text file.
I blended this together from SimpleMDE and this ToDo list for my own use.
One can also type in equations. It uses MathJax for this.
- Clone the repo
git@github.com:franklinvp/notes_todo_page.git
and open the pagehome.html
that is in it in some browser. - Click the button with the eye to toggle between edit or view modes of the notes. The notes can be typed in Markdown language.
- The button with the question mark displays a cheat sheet of the Markdown language that can be used to format the notes nicely.
- The button with the down arrow saves the notes as a text file.
- Type and Enter at the top of the TODO section to add items to the TODO list.