Back
Featured image of post Common Shortcuts in Typora

Common Shortcuts in Typora

Introducing commonly used shortcuts in Typora for easy reference.

Common Typora Shortcuts

  1. Toggle between Markdown/Preview mode: Ctrl + /

  2. Heading Levels (1 to 6): Ctrl + 1 ~ 6

    • H1: # + Space + Heading text
    • H2: ## + Space + Heading text
    • H3: ### + Space + Heading text
    • … Up to H6
  3. Bold: Ctrl + B

    • Example: This is bold
  4. Italic: Ctrl + I

    • Example: This is italic
  5. Insert Table: Ctrl + T

    • Example:
      1 2 3
      4 5 6
  6. Underline: Ctrl + U

    • Example: This is underlined
  7. Strikethrough: Alt + Shift + 5 or ~~Text~~

    • Example: Strikethrough
  8. Horizontal Line: --- or ***

    • Example: ***
  9. Code Block: ```` + Enter or Ctrl + Shift + K

    • Example:
      #include <iostream>
      using namespace std;
      
  10. Math Block: $$ + Enter or Ctrl + Shift + M

    • Example: $$ \varphi = 1 + \frac{1}{1 + \frac{1}{1 + \frac{1}{1 + \cdots}}} $$
  11. Blockquote: <kbd>></kbd> + <kbd>Space</kbd> or Ctrl + Shift + Q

  12. Escape Characters: \ + character

  13. Unordered List: - + Space or * + Space or Ctrl + Shift + ]

  14. Ordered List: Number + . + Space or Ctrl + Shift + [

  15. Generate TOC: [toc] + Enter

  16. Insert Link: Ctrl + K

  17. Emojis: : + word + :

  18. Insert Image: Drag and drop or Ctrl + Shift + I

    • Note: Images are inserted with relative paths for local use. For blogs, use absolute paths.

Formatting and Layout

No. Feature Shortcut
1 Strikethrough Alt + Shift + 5
2 Subscript <sub>Text</sub>
3 Superscript <sup>Text</sup>
4 Footnote [+^ Footnote]
5 Highlight ==Text==
6 Emphasis Ctrl + Shift + `
7 Dim Text +Text+
8 Escape Characters \ + character
9 Clear Formatting Ctrl + \
10 Center Text <center>Text</center>
11 Right Align <p align="right">Text</p>
12 Left Align <p align="left">Text</p>
13 Line Break Press Enter or <br/>
14 Space (double space) or &nbsp;&nbsp;

Document and Window Operations

No. Operation Shortcut
1 New Document Ctrl + N
2 New Window Ctrl + Shift + N
3 Open File Ctrl + O
4 Quick Open Ctrl + P
5 Save File Ctrl + S
6 Save As Ctrl + Shift + S
7 Close Document Ctrl + W
8 Undo Ctrl + Z
9 Redo Ctrl + Y
10 Copy as Markdown Ctrl + Shift + C
11 Paste as Plain Text Ctrl + Shift + V
12 Select Current Line Ctrl + L
13 Select Current Format Ctrl + E
14 Select Current Word Ctrl + D
15 Jump to Start Ctrl + Home
16 Jump to End Ctrl + End
17 Find Ctrl + F
18 Replace Ctrl + H
19 Outline View Ctrl + Shift + 1
20 Document List View Ctrl + Shift + 2
21 File Tree View Ctrl + Shift + 3
22 Toggle Sidebar Ctrl + Shift + L
23 Source Code Mode Ctrl + /
24 Focus Mode F8
25 Typewriter Mode F9
26 Fullscreen Mode F11
27 Actual Size Ctrl + Shift + 0
28 Zoom In/Out Ctrl + Shift + +/-
29 Switch Between Windows Ctrl + Tab
30 Open DevTools Shift + F12

Exporting to PDF, HTML, etc.

File → Export → Choose your desired format

Licensed under CC BY-NC-SA 4.0
Last updated on 2024-09-10 10:59 +0800
Built with Hugo | Theme Stack designed by Jimmy