Keyboard Shortcuts
Craft supports a number of markdown style shortcuts to make editing and writing faster for those of you who prefer these. Below is the complete list:
General
Exit Selection: ESC or Mac, β . on iPad
Navigation
Navigate Forward / In to Block: β β or β ]
Navigate Back : β β or β [
Search
Open Search: β F
Quick Open: β O or β β§ O
New Document
New Document:β N
Quick New Document (Jump to content): β β§ N
Editing
Edit selected block: Enter or β§ + Enter for pages
Exit Editing: Esc
Insert new block below selection: Space
Insert new block above selection: β§ Space
Undo: β Z
Redo: β β§ Z
Delete: Delete
Styling
Increase Size: β +
Decrease Size: β –
Decorations
Focus: β β§ |
Block: β β§ ‘
Indentation
Increase Indent: Tab
Decrease Indent: β§ Tab
Text Style
Title: β 1
Subtitle: β 2
Heading: β 3
Strong: β 4
Body: β 5
Caption: β 6
Page: β β§ P
Card: β β§ L
Lists, Todo
Make Todo: β β§ 9
Toggle Completion: β T
Bullet List: β β§ 8
Numbered List: β β§ 7
No List: β β§ 0
Inline Styles
Bold: β B
Italic: β I
Code: β β§ C
Strikethrough: β β§ –
Link: β K
Page/Block Link: β β§ K
Highlight: β β§ B
Organize
Move Selected Blocks Up: β β
Move Selected Blocks Down: β β
Move Selected Blocks To Top: β β₯ β
Move Selected Blocks To Bottom: β β₯ β
Grouping
Group Selected Blocks: β G
Ungroup Selected Block: β β§ G
Cut, Copy Paste:
Cut: β X
Copy: β C
Paste: β V
Windows
Open selected Page/Document in new Window: β CTRL N
Close Current Tab or Window: β W
Minimize Window: β M
Tabs
Switch To Tap: β 1-9
Switch To Next Tab: β β₯ β or β β₯ ]
Switch To Previous Tab: β β₯ β or β β₯ [
Markdown Style Shortcuts
Craft Supports a number of markdown style shortcuts to make editing and writing faster. Here is a list of the supported commands:
Full Block Commands
# followed by a space to create a title
## followed by a space to create a subtitle
### followed by a space to create a heading
#### followed by a space to create a strong block
x or [] followed by a space to create an uncompleted todo
[x] followed by a space to create an completed todo
– or * followed by a space to create a bullet list
1., 2., 3., 4. etc followed by a space to create a bullet list
> or | followed by a space to create a block quote
“` or ”’ followed by a space to create a code block Inline Commands
Wrap words between * and * or _ and _ for italic
Wrap words between ** and ** or __ and __ for bold
Wrap words between *** and *** or ___ and ___ for bold&italic
Wrap words between ~~ and ~~ for strikethrough
Wrap words between :: and :: or == and == for highlight
Use the notation [link name](url) to insert a link
Wrap words between ` and ` for inline code
Type – – – to insert a horizontal rule