Typora commands

Level 1 heading: ⌘1 (command + 1)
Level 2 heading: ⌘2 (command + 2)
Level 3 heading: ⌘3 (command + 3)
Level 4 heading: ⌘4 (command + 4)
Level 5 heading: ⌘5 (command + 5)

Paragraph: ⌘o does not take effect, shortcut keys conflict, use ⌃o (control + o)

Increase headline level: ⌘= (command + =)
Decrease headline level: ⌘- (command + -)

Form: ⌥⌘T (option + command + T)

Code block: ⌥⌘C (option + command + C)

public void main (){
    
    
}

Formula block: ⌥⌘B (option + command + B)

This is the formula block This is the formula block This is a well- type blocks

Quote: ⌥⌘Q (option + command + Q)

Yes, those above are also quotes

Ordered list: ⌥⌘O (option + command + O)

  1. first row
  2. the second list
  3. Third column

Unordered list: ⌥⌘U (option + command + U)

  • first row
  • the second list
  • Third column

Task list: ⌥⌘X (option + command + X)

  • Task one
  • Task two
  • Task three

List indentation:
​ Increase indentation: ⌘] (command + ])
​ Decrease indentation: ⌘[ (command + [)

Can be used to manipulate the format of the list

Link reference: ⌥⌘L (option + command + L)

Footnote: ⌥⌘R (option + command + R)

[^]:

Horizontal dividing line: ⇧⌘- (shift + command + -)


A horizontal dividing line, used to divide text or other

Bold: ⌘B (command + B)

The initial text after the text bold

Italic: ⌘I (command + I)

The initial text in italics

Underscore: ⌘U (command + U)

The initial text underlined text body

Code: ⇧⌘ (shift + command +)

public void main(){

​ System.out.println ("Come and follow me")

}

Inline formula: ⌃M (control + M)

Inline formulas are generally not needed. You need to go to Typore to open the preferences and find Markdown to set the inline formulas

Strikethrough: ⌃~ (control + ~)

删除线Button processing of text

Comment: ⌃- (control + -)

Comments much like html

Hyperlink: ⌘K (command + K)

Baidu

Image: ⌃⌘I (control + command + U)

Clear style: ⌘\ (command +)

It is recommended not to use it unless

Show/hide the sidebar: ⇧⌘L (shift + command + L)

Outline view: ⌃⌘1 (control + command + 1)

Document list view: ⌃⌘2 (control + command +2)

File tree view: ⌃⌘3 (control + command + 3)

Guess you like

Origin blog.csdn.net/xiaole060901/article/details/109899983