Use Keyboard Shortcuts for Editing
Теги: vscode
Here are some keyboard shortcuts you’ll love when editing your notes.
This works best if you can see the result in the preview panel, run the Markdown: Open Preview to the Side command.
alt+cchanges state to a TODO item. Try it while the cursor is on this line.
cmd+bmakes the selection bold. Select me and make me bold.
cmd+imakes the selection italic. Select me and make me italic.
alt+shift+fformats a table. Place the cursor in the table below and format the table.
| column 1 | column 2 |
|---|---|
| one element | another element |
| second row | last cell |
- Paste link on selected text
- copy the following text: https://google.com
- select me and paste
- Search in your repo with
cmd+shift+f: type “search”- (go back to the file explorer with
cmd+shift+e)
- (go back to the file explorer with
- Paste an image
- copy an image
- move your cursor to the next line, then press
cmd+alt+vand confirm the name of the file - .
- the image file has been created in
/attachmentsand a reference to it has been added here