Dialects Support
- Original Markdown
- Github Flavored Markdown
- Table of contents
[[toc]]
- Footnotes
[^1]: example
- Front matter
--- ... ---
- Page breaks
+++
- Inline math expressions
$$e=mc^2$$
- Block-level math expressions
$$$ ... $$$
- Mermaid diagrams
```mermaid ... ```
- Contents of fenced code blocks
- Contents of math expressions
Syntax Assistance
- Pairs inline markers, HTML tags, code fences, math fences
- Creates links on paste URL over selected text
- Creates images on drag and drop
- Creates tables on enter based on header
| abc | abc |
- Creates table rows on enter
- Creates markers for subsequent list items on enter
- Resizes table columns on typing
- Resizes underlined titles on typing
Auto-completion
- Emoji
:clap:
- Paths in links and images
[link](/path/to/file)
- Keywords in fenced code blocks
Selection Commands
- Select next ctrl d | adds another selection
- Select each ctrl ⌃ g | alternative to find and replace
- Add selection above ⌃ ⇧ ↑
- Add selection below ⌃ ⇧ ↓
- Add custom selection ctrl alt click
- Unselect last ctrl u
- Select more alt ↑ | extends selection
- Select less alt ↓ | shrinks selection
- Go to last edited position ⇧ ctrl ⌫
- Go to start or end of current block ctrl [ or ctrl ]
- Go to end of current inline element ⇥
Edit Commands
- Move line up alt ⇧ ↑ or down alt ⇧ ↓
- Insert line before ⇧ ctrl enter or after ctrl enter
- Delete line ⌃ ⇧ k
- Duplicate line ⇧ ctrl d
Context Commands
alt enter
- Fix spelling
- Check / uncheck task items
- Convert list to ordered / unordered / task
- Convert reference link to inline link
- Go to reference link definition
- Go to footnote definition
Modes
- Dark mode ctrl ; | switches to a dark theme
- Focus mode | dims all except the current block
- Typewriter mode | keeps the active editor line centered
- Preview ⇧ ctrl r | editor ‹› preview
File Manager
ctrl t
- Type to fuzzy search
- Type and hit enter to create a file or a folder
- Right click on an item to open contextual commands
- Hit f2 to rename item
- Hit del to delete item
Go To Tools
- Go to recent file ctrl e
- Go to title ctrl e
- Go to command ctrl ⇧ p
Helpers
- Git | indicates changed / modified / deleted lines or files
- Automatic Backups | local backups of unsaved changes
- Text Stats | word count / character count / time to read
Extensions
Under Development
Planned for v 3.0 around June 2017