支持系统
OS X 10.11
价格
30
下载次数
354
官方网站

A simple, markdown based note-taking app.

# Key Features:

– 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.

# Code-Highlighting:

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
“`

# To-do lists:
You can cerate to-do lists or task-lists using “[ ]” and “[x]” at start of list items,

– [x] Completed Task
– [ ] Incomplete Task

like so.