-
Notifications
You must be signed in to change notification settings - Fork 12
/
features.txt
88 lines (66 loc) · 2.48 KB
/
features.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
### 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 links based on clipboard URL on {cmd} {k} -->
+ 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 {cmd} {d} || adds another selection
+ Select each {cmd} {ctrl} {g} || alternative to find and replace
+ Unselect last {cmd} {u}
+ Select more {opt} {↑} || extends selection
+ Select less {opt} {↓} || shrinks selection
### Go To Commands
+ Go to last edited position {cmd} {shift} {backspace}
+ Go to start or end of current block {cmd} {[} or {cmd} {]}
+ Go to end of current inline element {tab}
### Edit Commands
+ Move line up {opt} {shift} {↑} or down {opt} {shift} {↓}
+ Insert line before {cmd} {shift} {enter} or after {cmd} {enter}
### Context Commands<br>{ctrl} {space}
+ Fix spelling
+ Check / uncheck task items
+ Convert list to ordered / unordered / task
+ Convert reference link to inline
+ Go to link
+ Go to reference link definition
+ Go to footnote definition
### Spellcheck
+ Auto-detects language
+ Highlights misspelled words
+ Shows spelling suggestions on {ctrl} {space} or {opt} {enter}
+ Option to auto-correct misspelled words || in Edit menu
### Modes
+ Dark mode {cmd} {;} or {cmd} {ctrl} {n} || switches to a dark theme
+ Focus mode || dims all except the current block
+ Typewriter mode || keeps the active editor line centered
+ Preview {cmd} {shift} {r} || splits app into editor and live preview
### Tools
+ Title browser {cmd} {g}
+ File browser {cmd} {t}
+ Recent files browser {cmd} {e}
+ Export to PDF / HTML
### 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