send link to app

A simple, markdown based note-taking app.


- Write notes, journals & research in markdown (easy-to-read, easy-to-write plain text format)
- Supports adding images to your notes.
- Read notes in clean and beautiful previews.
- Organize notes in multiple notebooks.
- Search notes by title, content or tags within notebooks.
- Editor-only & Preview-only modes allow to write & read notes in a distraction-free UI.
- Experience the app in two beautiful themes, Light & Dark.
- Sync notes across your Mac, iPhone, iPad, and iPod Touch using iCloud Drive.



Note-Preview supports code-highlighting for multiple programming languages with & without line-numbers.
To use code-highlighting enclose the code in your notes in

```prettyprint
// Write Code here
```

To add line-numbers with code-highlighting use

```prettyprint linenums:1
// Write Code here
```


You can cerate to-do lists or task-lists using "[ ]" and "[x]" at start of list items,

- [x] Completed Task
- [ ] Incomplete Task

like so.