Marknote
Marknote copied to clipboard
Markdown Note Taking.
If you click and drag, you can scroll the note list: 
Make users confirm before deleting a note. Currently it's too easy!
I want a way to store a large amount of text (like HTTP responses) without it taking up a bunch of space. To do this we could add syntax for...
On Mac, plugins need to be installed inside Marknote.app, meaning plugins would need to be reinstalled when the app is updated. Possibly load plugins from the users home directory? `~/.marknote/plugins`...
Allow linking to different sections of a note using headers.
Polymer's components are outdated and it's a pain to update them manually, bower would fix this.
Instead of waiting for mouseup (click) for actions, use mousedown. This makes the interface feel faster.
Should we include an always on option? We could provide quick access to a scratchpad similar to Write:  Or just quick access to your notes! You could keep a...
I recently came across [markdown-it](https://github.com/markdown-it/markdown-it) which looks amazing! It allows you to extend markdown (adding new syntax) and is faster than marked.