目录
常用插件安装
[Markdown and VS Code] https://code.visualstudio.com/docs/languages/markdown
主要看中了里面的theme/toc
必要的设置
theme
- 菜单方式设置
File -> Preferences -> Color Themes
- 键盘设置
Ctrl - K + Ctrl - T
K - Color的谐音
T - Theme
预览
在文件标题窗口的右边,有对应的图标,提供预览功能
- 键盘方式
Ctrl - K V
?? 似乎键盘方式没起作用??
关闭拼写检查
发现不用关闭,本身一些常见问题需要避免:
header,用##开头的,前后应当有空行隔开
-
只能有一个,不能有多层并列的#
空行不要多,重复的空行拼写检查会有警告
应当主要是markdown lint插件的告警
bare url used: 需要使用<>中间放url,而不是[]
参考
- 用VS Code打造最佳Markdown编辑器 http://blog.csdn.net/u012195214/article/details/74503021
- Color Themes https://code.visualstudio.com/docs/getstarted/themes
- Markdown and VS Code https://code.visualstudio.com/docs/languages/markdown