A small notebook on webpage using WebStorage. Fits the layout of smartphones.
You can try it Here.
Using 3rd-party repos:
- Autosize for auto resizing the
<textarea>
in editor. - Marked.js for markdown support.
- JSXSS for XSS attack filtering.
- MathJax for (async) equation rendering
- Filtered XSS attack in markdown file.
- Add math equation support (
$...$ ,$$...$$ ) - Add Markdown switch (by adding a # at the start of the title)
New functions:
- Newly viewed note will be placed at the top. (but not next time when reopen the window)
- Add markdown preview with marked.js.
- Delete warning.
Functions:
- Create/Delete a note at the main panel.
- Click on a note to edit it. You can edit the title or contents.
- Click on back to save it.
- Auto. recover the last edit status. (not at the position)
- Auto scrolling to the last edit position.
- GitHub adaptation.
- Syntax highlight.
- Folder management.
- Undo/Redo override.
- Font size/style customize.
- Remaining local storage space warning.