122 字
1 分钟
各种备忘录
2021-10-31
统计加载中...

VS Code#

多行行首插入#

光标移动到第一行行首,按住SHIFT+ALT,移动鼠标选择多行。

多行行尾插入#

选择多列,按住ALT+SHIFT+I

全局搜索#

快捷键CTRL+SHIFT+F

Markdown#

Admonitions#

:::note[MY CUSTOM TITLE (optional)]
Highlights information that users should take into account, even when skimming.
:::
:::tip
Optional information to help a user be more successful.
:::
:::important
Crucial information necessary for users to succeed.
:::
:::warning
Critical content demanding immediate user attention due to potential risks.
:::
:::caution
Negative potential consequences of an action.
:::

Spoiler#

Add spoilers to text. The text also supports Markdown syntax.

The content is hidden ayyy!

The content :spoiler[is hidden **ayyy**]!
各种备忘录
https://bychester.com/posts/quicknote/
作者
Chester
发布于
2021-10-31
许可协议
CC BY-NC-SA 4.0

部分信息可能已经过时