marktext入门

news/2024/9/8 10:52:56/文章来源:https://www.cnblogs.com/dizhilang/p/18327099

快捷键

marktext/docs/KEYBINDINGS_WINDOWS.md at master · marktext/marktext · GitHub

File menu

Id Default Description
file.new-file Ctrl+N New file
file.new-tab Ctrl+T New tab
file.open-file Ctrl+O Open markdown file
file.open-folder Ctrl+Shift+O Open folder
file.save Ctrl+S Save
file.save-as Ctrl+Shift+S Save as...
file.move-file - Move current file to another location
file.rename-file - Rename current file
file.print - Print current tab
file.preferences Ctrl+, Open settings window
file.close-tab Ctrl+W Close tab
file.close-window Ctrl+Shift+W Close window
file.quit Ctrl+Q Quit MarkText

Edit menu

Id Default Description
edit.undo Ctrl+Z Undo last operation
edit.redo Ctrl+Shift+Z Redo last operation
edit.cut Ctrl+X Cut selected text
edit.copy Ctrl+C Copy selected text
edit.paste Ctrl+V Paste text
edit.copy-as-markdown Ctrl+Shift+C Copy selected text as markdown
edit.copy-as-html - Copy selected text as html
edit.paste-as-plaintext Ctrl+Shift+V Copy selected text as plaintext
edit.select-all Ctrl+A Select all text of the document
edit.duplicate Ctrl+Alt+P Duplicate the current paragraph
edit.create-paragraph Ctrl+Shift+N Create a new paragraph after the current one
edit.delete-paragraph Ctrl+Shift+D Delete current paragraph
edit.find Ctrl+F Find information in the document
edit.find-next F3 Continue the search and find the next match
edit.find-previous Shift+F3 Continue the search and find the previous match
edit.replace Ctrl+R Replace the information with a replacement
edit.find-in-folder Ctrl+Shift+F Find files contain the keyword in opend folder

Paragraph menu

Id Default Description
paragraph.heading-1 Ctrl+Shift+1 Set line as heading 1
paragraph.heading-2 Ctrl+Shift+2 Set line as heading 2
paragraph.heading-3 Ctrl+Shift+3 Set line as heading 3
paragraph.heading-4 Ctrl+Shift+4 Set line as heading 4
paragraph.heading-5 Ctrl+Shift+5 Set line as heading 5
paragraph.heading-6 Ctrl+Shift+6 Set line as heading 6
paragraph.upgrade-heading Ctrl+Plus Upgrade a heading
paragraph.degrade-heading Ctrl+- Degrade a heading
paragraph.table Ctrl+Shift+T Insert a table
paragraph.code-fence Ctrl+Shift+K Insert a code block
paragraph.quote-block Ctrl+Shift+Q Insert a quote block
paragraph.math-formula Ctrl+Alt+N Insert a math block
paragraph.html-block Ctrl+Alt+H Insert a HTML block
paragraph.order-list Ctrl+G Insert a ordered list
paragraph.bullet-list Ctrl+H Insert a unordered list
paragraph.task-list Ctrl+Alt+X Insert a task list
paragraph.loose-list-item Ctrl+Alt+L Convert a list item to a loose list item
paragraph.paragraph Ctrl+Shift+0 Convert a heading to a paragraph
paragraph.horizontal-line Ctrl+Shift+U Add a horizontal line
paragraph.front-matter Ctrl+Alt+Y Insert a YAML frontmatter block

Format menu

Id Default Description
format.strong Ctrl+B Set the font of the selected text to bold
format.emphasis Ctrl+I Set the font of the selected text to italic
format.underline Ctrl+U Change the selected text to underline
format.superscript - Change the selected text to underline
format.subscript - Change the selected text to underline
format.highlight Ctrl+Shift+H Highlight the selected text by tag
format.inline-code Ctrl+` Change the selected text to inline code
format.inline-math Ctrl+Shift+M Change the selected text to inline math
format.strike Ctrl+D Strike through the selected text
format.hyperlink Ctrl+L Insert a hyperlink
format.image Ctrl+Shift+I Insert a image
format.clear-format Ctrl+Shift+R Clear the formatting of the selected text

Window menu

Id Default Description
window.minimize Ctrl+M Minimize the window
window.toggle-always-on-top - Toogle always on top mode
window.zoom-in - Zoom in
window.zoom-out - Zoom out
window.toggle-full-screen F11 Toggle fullscreen mode

View menu

Id Default Description
view.command-palette Ctrl+Shift+P Toggle command palette
view.source-code-mode Ctrl+E Switch to source code mode
view.typewriter-mode Ctrl+Shift+G Enable typewriter mode
view.focus-mode Ctrl+Shift+J Enable focus mode
view.toggle-sidebar Ctrl+J Toggle sidebar
view.toggle-tabbar Ctrl+Shift+B Toggle tabbar
view.toggle-toc . Ctrl+K Toggle table of contents
view.toggle-dev-tools Ctrl+Alt+I Toggle developer tools (debug mode only)
view.dev-reload Ctrl+F5 Reload window (debug mode only)
view.reload-images F5 Reload images

Available key bindings

Tabs

Id Default Description
tabs.cycle-forward Ctrl+Tab Cycle through tabs
tabs.cycle-backward Ctrl+Shift+Tab Cycle backwards through tabs
tabs.switch-to-left Ctrl+PageUp Switch tab to the left
tabs.switch-to-right Ctrl+PageDown Switch tab to the right
tabs.switch-to-first Ctrl+1 Switch tab to the 1st
tabs.switch-to-second Ctrl+2 Switch tab to the 2nd
tabs.switch-to-third Ctrl+3 Switch tab to the 3rd
tabs.switch-to-fourth Ctrl+4 Switch tab to the 4th
tabs.switch-to-fifth Ctrl+5 Switch tab to the 5th
tabs.switch-to-sixth Ctrl+6 Switch tab to the 6th
tabs.switch-to-seventh Ctrl+7 Switch tab to the 7th
tabs.switch-to-eighth Ctrl+8 Switch tab to the 8th
tabs.switch-to-ninth Ctrl+9 Switch tab to the 9th
tabs.switch-to-tenth Ctrl+0 Switch tab to the 10th

Misc

Id Default Description
file.quick-open Ctrl+P Open quick open dialog

二级标题1

三级标题1

二级标题2

标题2

标题3

标题4

标题5

本文来自互联网用户投稿,该文观点仅代表作者本人,不代表本站立场。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如若转载,请注明出处:http://www.hqwc.cn/news/772648.html

如若内容造成侵权/违法违规/事实不符,请联系编程知识网进行投诉反馈email:809451989@qq.com,一经查实,立即删除!

相关文章

leetcode-5

题目: 给你一个字符串 s,找到 s 中最长的 回文子串 示例 1:输入:s = "babad"  输出:"bab"  解释:"aba" 同样是符合题意的答案。 示例 2:输入:s = "cbbd"   输出:"bb" 提示: 1 <= s.length <= 1000…

Uniapp 之手写签名

一、效果图二、代码示例 qianming.jsexport const qianming = {data() {return {windowWidth: 0,pixelRatio: 0,context: null,points: [],oldPoints: [],qm_width: 280,qm_height: 120,qm_img: }},methods: {qm_start() {const systemInfo = uni.getSystemInfoSync()this.wind…

代码随想录day11 || 150 逆表达式求值 239 滑动窗口最大值 347 前k最高频元素

150 逆波兰表达式计算func evalRPN(tokens []string) int {// 自己想是真的想不出来,看了视频之后有了思路// 本质上逻辑就是遇到数字入栈,遇到运算符号 出栈两个元素然后计算再入栈,最终就是计算结果stack := Constructor()for _, val := range tokens{// 如果数字入栈if i…

计算机组成与体系结构-校验码

奇偶校验码 奇偶校验是一种简单有效的校验方法,这种方法通过在编码中增加一位校验位来使编码中1的个数为奇数(奇校验)或者为偶数(偶校验),只能发现奇数个数据位 出错的情况.循环冗余校验码 CRC(Cyclic RedundancyCheck)循环冗余校验是一种常用的错误检测技术,用于在数据传输…

CAD快捷键命令大全(最全)

勇者无惧,强者无敌。

电影《抓娃娃》迅雷/百度云下载[超清版BT种子][MP4/2.89GB]分享

电影《抓娃娃》是一部由闫非、彭大魔联合执导,沈腾、马丽领衔主演的喜剧电影。该片于2024年7月16日在中国大陆正式上映,以其独特的剧情设定和深刻的主题探讨,迅速吸引了广大观众的关注。影片不仅延续了“沈马组合”一贯的幽默风格,更在喜剧外壳下包裹了深刻的教育主题,让人…

PWM波形生成

背景 方法 定时器 (1)高级定时器timer1, timer8以及通用定时器timer9, timer10, timer11的时钟来源是APB2总线 (2)通用定时器timer2~timer5,通用定时器timer12~timer14以及基本定时器timer6,timer7的时钟来源是APB1总线 (3)当APB1和APB2分频数为1的时候,TIM1、TIM8~TIM…

ComfyUI插件:ComfyUI Impact 节点(一)

前言: 学习ComfyUI是一场持久战,而 ComfyUI Impact 是一个庞大的模块节点库,内置许多非常实用且强大的功能节点 ,例如检测器、细节强化器、预览桥、通配符、Hook、图片发送器、图片接收器等等。通过这些节点的组合运用,我们可以实现的工作有很多,例如自动人脸检测和优化修…

ComfyUI进阶:Comfyroll节点 (最终篇)+应用实例

前言: 学习ComfyUI是一场持久战,而Comfyroll 是一款功能强大的自定义节点集合,专为 ComfyUI 用户打造,旨在提供更加丰富和专业的图像生成与编辑工具。借助这些节点,用户可以在静态图像的精细调整和动态动画的复杂构建方面进行深入探索。Comfyroll 的节点设计简洁易用,功能…

松灵机器人scout mini小车 自主导航(4)——运行lio-sam建图

松灵机器人Scout mini小车运行lio-sam 在之前的工作中,我们已经实现了用小车搭载传感器,采用gmapping建图和navigation导航实现小车在2D环境中自主导航,但是实际我们采用的激光雷达多为三维激光雷达。因此决定采用lio-sam来建图。具体操作步骤如下。 1.下载雷达仿真 1.1下载…

[题解]P2672 [NOIP2015 普及组] 推销员

P2672 [NOIP2015 普及组] 推销员 为了便于操作,将住户信息按疲劳值从大到小排序。 那么对于选\(X\)个住户,有\(2\)种情况:选疲劳值前\(X\)大的住户,答案即为\(\sum\limits_{i=1}^X a[i] + 2\times \max\limits_{i=1}^X s[i]\)。 选疲劳值前\(X-1\)大的住户,然后在剩下的住…

LockSupport

LockSupprot 用来阻塞和唤醒线程,底层实现依赖于 Unsafe 类(后面会细讲)。 该类包含一组用于阻塞和唤醒线程的静态方法,这些方法主要是围绕 park 和 unpark 展开。 public class Main {public static void main(String[] args) {Thread mainThread = Thread.currentThread(…