mirror of
https://github.com/jie65535/note.git
synced 2025-10-16 17:03:50 +08:00
添加今日笔记 2022-04-09
更改初始设置 移除默认截图目录 完成教程
This commit is contained in:
@@ -5,39 +5,39 @@ 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+c` changes state to a TODO item. Try it while the cursor is on this line.
|
||||
- [x] `alt+c` changes state to a TODO item. Try it while the cursor is on this line.
|
||||
|
||||
---
|
||||
|
||||
- [ ] `cmd+b` makes the selection bold. Select me and make me bold.
|
||||
- [x] `cmd+b` makes the selection bold. **Select me and make me bold.**
|
||||
|
||||
---
|
||||
|
||||
- [ ] `cmd+i` makes the selection italic. Select me and make me italic.
|
||||
- [x] `cmd+i` makes the selection italic. *Select me and make me italic.*
|
||||
|
||||
---
|
||||
|
||||
- [ ] `alt+shift+f` formats a table. Place the cursor in the table below and format the table.
|
||||
- [x] `alt+shift+f` formats 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|
|
||||
| column 1 | column 2 |
|
||||
| ----------- | --------------- |
|
||||
| one element | another element |
|
||||
| second row | last cell |
|
||||
|
||||
---
|
||||
|
||||
- [ ] Paste link on selected text
|
||||
- [x] Paste link on selected text
|
||||
1. copy the following text: https://google.com
|
||||
2. select me and paste
|
||||
2. [select me and paste](https://google.com)
|
||||
|
||||
---
|
||||
|
||||
- [ ] Search in your repo with `cmd+shift+f`: type "search"
|
||||
- [x] Search in your repo with `cmd+shift+f`: type "search"
|
||||
- (go back to the file explorer with `cmd+shift+e`)
|
||||
|
||||
---
|
||||
|
||||
- [ ] Paste an image
|
||||
- [x] Paste an image
|
||||
1. copy an image
|
||||
2. move your cursor to the next line, then press `cmd+alt+v` and confirm the name of the file
|
||||
3. .
|
||||
|
Reference in New Issue
Block a user