An open API service indexing awesome lists of open source software.

https://github.com/jaredk3nt/marknote

Website designed for mobile that allows you to take notes in markdown
https://github.com/jaredk3nt/marknote

markdown markdown-editor mobile-first mobile-web notes notes-app react reactjs website

Last synced: 3 months ago
JSON representation

Website designed for mobile that allows you to take notes in markdown

Awesome Lists containing this project

README

          

# Marknote

A mobile first note taking experience harnessing the power of markdown. Notes are stored in localStorage so the notes are all yours 😁.

![markdown](assets/markdown.png)

## Roadmap

Here are the things I want to bring to Marknote to make it even better:

- Delete notes (need this one 😬)
- Store last updated info and sort list by that
- Notifications on whether the note is saved or not, and saving when not typing
- Note folders so you can section your notes
- syntax highlighting on code (if its something people want since it will bloat the site a bit)