目前已知的Markdown编辑器收集整理
本文最后更新于:2024年6月30日 晚上
可选择的太多了,无痛使用的却太少。帮我的一位好朋友(印象笔记难民)整理一下。
收集范围:由于Markdown格式本身就是文本格式,理论上任何文本编辑器都可以对它进行编辑,所以本文讨论范围建立在Markdown的专用编辑器之上。
以下排序包含个人的一点主观性。
1. 原生程序
- 对于原生的定义:有原生的软件安装包,但该程序的开发语言不作为定义因素。
- 对于跨平台的定义:Windows、Linux、MacOS、Android、iOS等平台中,支持超过两种及以上的平台
1. Joplin (在用)
- 描述:带同步功能的多端跨平台Markdown编辑器。同步功能支持:Joplin官方、DropBox、OneDrive;
- 官网:https://joplinapp.org/
- Github:https://github.com/laurent22/joplin
- 形式:原生程序渲染
- 跨平台:Windows, macOS, Linux, Android and iOS.
- 存储方式:Joplin官方、DropBox、OneDrive、本地、NextCloud(一款开源网盘,可使用公用服务,可私有自建服务)、WebDAV、S3(Amazon S3)
2. Noteable (在用)
- 描述:支持标签管理文章的原生Markdown应用
- 官网:https://notable.app/
- Github:(非开源但有Github仓库) https://github.com/notable/notable
- 形式:原生程序渲染
- 跨平台:支持
- 存储方式:本地
3. Typora (主用)
- 描述:界面简洁的Markdown编辑器
- 官网:https://typora.io
- Github:非开源
- 形式:原生程序渲染
- 跨平台:支持
- 存储方式:本地
4. AppFlowy (在用)
- 描述:官方描述中说明对标Notion
- 官网:https://appflowy.io/
- Github:https://github.com/AppFlowy-IO/appflowy
- 形式:原生程序渲染
- 跨平台:支持
- 存储方式:本地
5. Ghostwriter
- 描述:没有借口,没有打扰,只有写作。KDE社区项目
- 官网:https://ghostwriter.kde.org/zh-cn/
- 开源:KDE官方开源仓 https://invent.kde.org/office/ghostwriter
- 形式:原生程序渲染
- 跨平台:支持(MacOS需自行编译)
- 存储方式:本地
6. Laverna (用过)
- 描述:保证你的笔记是私有的
- 官网:https://laverna.cc/
- Github:https://github.com/Laverna/laverna
- 形式:原生程序渲染 + Web端版本
- 跨平台:支持
- 存储方式:本地、DropBox、OneDrive、WebDAV
7. MarkText (用过)
- 描述:一款简单、优雅的Markdown编辑器
- 官网:https://marktext.app/ (已失效)
- Github:https://github.com/marktext/marktext
- 形式:原生程序渲染
- 跨平台:支持
- 存储方式:本地
8. Abricotine
- 描述:Abricotine是一款开源的桌面级Markdown编辑器。
- 官网:https://abricotine.brrd.fr/
- Github:https://github.com/brrd/Abricotine
- 形式:原生程序渲染
- 跨平台:支持
- 存储方式:本地
9. Mditor
- 描述:简洁的Markdown编辑器
- 官网:http://mditor.ink/
- Github:https://github.com/houfeng/mditor-desktop
- 形式:原生程序渲染
- 跨平台:仅Mac
- 存储方式:本地
10. Yu Writer
- 描述:高效的跨平台Markdown编辑器
- 官网:https://ivarptr.github.io/yu-writer.site/
- Github:(非开源但有Github仓库) https://github.com/ivarptr/yu-writer.site
- 形式:原生程序
- 跨平台:支持
- 存储方式:本地
11. 思源笔记
- 描述:国产软件,有 “0元终身免费” 版本,据官网所说“靠爱发电”
- 官网:https://b3log.org/siyuan/
- Github:https://github.com/siyuan-note/siyuan
- 形式:原生程序
- 跨平台:PC平台 + 移动平台
- 存储方式:S3(Amazon S3)、WebDAV
2. Web端
多是基于Web的编辑器,个别编辑器支持将文章 Markdown <===> HTML 互转的
1. Writefreely (用过)
- 描述:一个干净的、基于 Markdown 的出版平台,专为写作打造。 一起写作并建立一个社区。
- 官网:https://writefreely.org/
- Github:https://github.com/writefreely/writefreely
- 形式:Web端
- 跨平台:支持
- 存储方式:官方云、私有云
2. StackEdit (用过)
- 描述:开源,基于Web的编辑器,提供官方服务,也可以自己搭建,需要折腾
- 官网:https://stackedit.io/
- Github:https://github.com/benweet/stackedit
- 形式:Web端
- 跨平台:支持
- 存储方式:本地、私有云
3. Hexo (在用)
- 描述:基于Node.js的开源博客,需要相当一定程度的折腾
- 官网:https://hexo.io/zh-cn/
- Github:https://github.com/benweet/stackedit
- 形式:渲染成Web网站
- 跨平台:支持(因为是Web)
- 存储方式:本质上是一个Node.js程序,所有程序代码和文章都在一个文件夹下,习惯上使用Git管理
4. Editor.md (用过)
- 描述:开源可嵌入式在线Markdown编辑器(组件)
- 官网:https://pandao.github.io/editor.md/
- Github:https://github.com/pandao/editor.md
- 形式:Web端嵌入式组件
- 跨平台:支持
- 存储方式:-
5. Remarkable
- 描述:Markdown解析器,工作良好。
- 官网:https://jonschlinkert.github.io/remarkable/demo/
- Github:https://github.com/jonschlinkert/remarkable
- 形式:Web端嵌入式组件
- 跨平台:支持
- 存储方式:-
6. tui.editor
- 描述:Markdown 所见即所得编辑器。 GFM 标准 + 图表和 UML 扩展。
- 官网:https://ui.toast.com/tui-editor
- Github:https://github.com/nhn/tui.editor
- 形式:Web端嵌入式组件
- 跨平台:支持
- 存储方式:-
目前已知的Markdown编辑器收集整理
https://blog.doracoin.cc/posts/days/64664.html