You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

77 lines
8.1 KiB

3 years ago
  1. ##### Markdown语法教程 (Markdown syntax tutorial)
  2. - [Markdown Syntax](http://daringfireball.net/projects/markdown/syntax/ "Markdown Syntax")
  3. - [Mastering Markdown](https://guides.github.com/features/mastering-markdown/ "Mastering Markdown")
  4. - [Markdown Basics](https://help.github.com/articles/markdown-basics/ "Markdown Basics")
  5. - [GitHub Flavored Markdown](https://help.github.com/articles/github-flavored-markdown/ "GitHub Flavored Markdown")
  6. - [Markdown 语法说明(简体中文)](http://www.markdown.cn/ "Markdown 语法说明(简体中文)")
  7. - [Markdown 語法說明(繁體中文)](http://markdown.tw/ "Markdown 語法說明(繁體中文)")
  8. ##### 键盘快捷键 (Keyboard shortcuts)
  9. > If Editor.md code editor is on focus, you can use keyboard shortcuts.
  10. | Keyboard shortcuts (键盘快捷键) | 说明 | Description |
  11. | :---------------------------------------------- |:--------------------------------- | :------------------------------------------------- |
  12. | F9 | 切换实时预览 | Switch watch/unwatch |
  13. | F10 | 全屏HTML预览(按 Shift + ESC 退出) | Full preview HTML (Press Shift + ESC exit) |
  14. | F11 | 切换全屏状态 | Switch fullscreen (Press ESC exit) |
  15. | Ctrl + 1~6 / Command + 1~6 | 插入标题1~6 | Insert heading 1~6 |
  16. | Ctrl + A / Command + A | 全选 | Select all |
  17. | Ctrl + B / Command + B | 插入粗体 | Insert bold |
  18. | Ctrl + D / Command + D | 插入日期时间 | Insert datetime |
  19. | Ctrl + E / Command + E | 插入Emoji符号 | Insert :emoji: |
  20. | Ctrl + F / Command + F | 查找/搜索 | Start searching |
  21. | Ctrl + G / Command + G | 切换到下一个搜索结果项 | Find next search results |
  22. | Ctrl + H / Command + H | 插入水平线 | Insert horizontal rule |
  23. | Ctrl + I / Command + I | 插入斜体 | Insert italic |
  24. | Ctrl + K / Command + K | 插入行内代码 | Insert inline code |
  25. | Ctrl + L / Command + L | 插入链接 | Insert link |
  26. | Ctrl + U / Command + U | 插入无序列表 | Insert unordered list |
  27. | Ctrl + Q | 代码折叠切换 | Switch code fold |
  28. | Ctrl + Z / Command + Z | 撤销 | Undo |
  29. | Ctrl + Y / Command + Y | 重做 | Redo |
  30. | Ctrl + Shift + A | 插入@链接 | Insert @link |
  31. | Ctrl + Shift + C | 插入行内代码 | Insert inline code |
  32. | Ctrl + Shift + E | 打开插入Emoji表情对话框 | Open emoji dialog |
  33. | Ctrl + Shift + F / Command + Option + F | 替换 | Replace |
  34. | Ctrl + Shift + G / Shift + Command + G | 切换到上一个搜索结果项 | Find previous search results |
  35. | Ctrl + Shift + H | 打开HTML实体字符对话框 | Open HTML Entities dialog |
  36. | Ctrl + Shift + I | 插入图片 | Insert image ![]() |
  37. | Ctrl + Shift + K | 插入TeX(KaTeX)公式符号 | Insert TeX(KaTeX) symbol $$TeX$$ |
  38. | Ctrl + Shift + L | 打开插入链接对话框 | Open link dialog |
  39. | Ctrl + Shift + O | 插入有序列表 | Insert ordered list |
  40. | Ctrl + Shift + P | 打开插入PRE对话框 | Open Preformatted text dialog |
  41. | Ctrl + Shift + Q | 插入引用 | Insert blockquotes |
  42. | Ctrl + Shift + R / Shift + Command + Option + F | 全部替换 | Replace all |
  43. | Ctrl + Shift + S | 插入删除线 | Insert strikethrough |
  44. | Ctrl + Shift + T | 打开插入表格对话框 | Open table dialog |
  45. | Ctrl + Shift + U | 将所选文字转成大写 | Selection text convert to uppercase |
  46. | Shift + Alt + C | 插入```代码 | Insert code blocks (```) |
  47. | Shift + Alt + H | 打开使用帮助对话框 | Open help dialog |
  48. | Shift + Alt + L | 将所选文本转成小写 | Selection text convert to lowercase |
  49. | Shift + Alt + P | 插入分页符 | Insert page break |
  50. | Alt + L | 将所选文本转成小写 | Selection text convert to lowercase |
  51. | Shift + Alt + U | 将所选的每个单词的首字母转成大写 | Selection words first letter convert to Uppercase |
  52. | Ctrl + Shift + Alt + C | 打开插入代码块对话框层 | Open code blocks dialog |
  53. | Ctrl + Shift + Alt + I | 打开插入图片对话框层 | Open image dialog |
  54. | Ctrl + Shift + Alt + U | 将所选文本的第一个首字母转成大写 | Selection text first letter convert to uppercase |
  55. | Ctrl + Alt + G | 跳转到指定的行 | Goto line |
  56. ##### Emoji表情参考 (Emoji reference)
  57. - [Github emoji](http://www.emoji-cheat-sheet.com/ "Github emoji")
  58. - [Twitter Emoji \(Twemoji\)](http://twitter.github.io/twemoji/preview.html "Twitter Emoji \(Twemoji\)")
  59. - [FontAwesome icons emoji](http://fortawesome.github.io/Font-Awesome/icons/ "FontAwesome icons emoji")
  60. ##### 流程图参考 (Flowchart reference)
  61. [http://adrai.github.io/flowchart.js/](http://adrai.github.io/flowchart.js/)
  62. ##### 时序图参考 (SequenceDiagram reference)
  63. [http://bramp.github.io/js-sequence-diagrams/](http://bramp.github.io/js-sequence-diagrams/)
  64. ##### TeX/LaTeX reference
  65. [http://meta.wikimedia.org/wiki/Help:Formula](http://meta.wikimedia.org/wiki/Help:Formula)