Mark Text is an MIT licensed open source project, and the latest version will always be downloadable for free from the GitHub release page. Mark Text is still in development, and its development is inseparable from all sponsors. I hope you join them:
Patreon: Funds will be directly sponsored to Luo Ran (@jocs) who created Mark Text and continues to maintain it.Open Collective: All expenses are transparent. The funds will be used for the development and maintenance of Mark Text, funding online and offline activities, and acquiring other necessary resources.Names and company logos of all sponsors (from both Patreon and Open Collective) will appear on the official website for Mark Text and in its README.md file.
Special Sponsors
Platinum Sponsors
Gold Sponsors
Silver Sponsors
Bronze Sponsors
Backers
Cadmium Light | Dark |
---|---|
Graphite Light | Material Dark |
Ulysses Light | One Dark |
Source Code | Typewriter | Focus |
---|---|---|
Want to see new features of the latest version? Please refer to CHANGELOG.
You can either download the latest marktext-%version%.dmg
from the release page or install Mark Text using homebrew cask. To use Homebrew-Cask you just need to have Homebrew installed.
brew install --cask mark-text
Simply download and install Mark Text via setup wizard (marktext-setup-%version%.exe
) and choose whether to install per-user or machine wide.
Alternatively, install Mark Text using Chocolatey. To use Chocolatey you need to have Chocolatey installed.
choco install marktext
Please follow the Linux installation instructions.
All binaries for Linux, macOS and Windows can be downloaded from the release page. If a version is unavailable for your system, then please open an issue.
If you wish to build Mark Text yourself, please check out our build instructions.
If you have any questions regarding Mark Text, you are welcome to write an issue. When doing so please use the default format found when opening an issue. Of course, if you submit a PR directly, it will be greatly appreciated.
Mark Text is in full development, please make sure to read the Contributing Guide before making a pull request. Want to add some features to Mark Text? Refer to our roadmap and open issues.
Thank you to all the people who have already contributed to Mark Text[contributors]
Special thanks to @Yasujizr who designed the Mark Text logo.
MIT.
前言:这些都是个人愚见,如果有什么不对的地方欢迎指出。(●’◡’●) 发生缘由 Typora显示:This beta version of Typora is expired, please download and install a newer,Typora的测试版已过期,请下载并安装更新版本。 所以想着更换一款能够替换Typora的软件,然后找到了MarkText。 环境介绍 MarkTex
文件 新窗口 Ctrl+N 保存 Ctrl+S 粘贴纯文本 Ctrl+Shift+V 查找 Ctrl+F 关闭窗口 Ctrl+W 关闭选项卡 Ctrl+Shift+W 源代码模式 Alt+Ctrl+S 打字机模式 Alt+Ctrl+T 聚焦模式 Ctrl+Shift+J 侧边栏 Ctrl+J 显示标签栏 Alt+Ctrl+B 文本 标题 Ctrl+[1-6] 表格 Ctrl+Shift+T 列表
marktext下载 marktext官网下载 marktext常用快捷键使用说明 1.快捷键使用 功能 快捷键 备注 X级标题 ctrl+X X∈[1~6] 加粗 Ctrl+X X∈[1~6] X级标题 Ctrl+B 标题默认加粗 倾斜 Ctrl+I 插入表格 Ctrl+T 侧边文件信息显示 Ctrl+J 删除线 Ctrl+D 删除的文字 搜索 Ctrl+F 超链接 Ctrl+L 插入公式 Ct
3. Markdown基础语法 2. MarkText可代替Typora的mar
let arrLines = [] var editor= CodeMirror.fromTextArea(document.getElementById("editor") editor.on('inputRead',function(e) { arrLines .push(e.doc.getCursor()) }) for(let i = 0 ;