diff --git a/published/20211013 5 markdown editors I recommend trying.md b/published/20211013 5 markdown editors I recommend trying.md new file mode 100644 index 0000000000..d107ec755a --- /dev/null +++ b/published/20211013 5 markdown editors I recommend trying.md @@ -0,0 +1,83 @@ +[#]: subject: "5 markdown editors I recommend trying" +[#]: via: "https://opensource.com/article/21/10/markdown-editors" +[#]: author: "Don Watkins https://opensource.com/users/don-watkins" +[#]: collector: "lujun9972" +[#]: translator: "geekpi" +[#]: reviewer: "wxy" +[#]: publisher: "wxy" +[#]: url: "https://linux.cn/article-13904-1.html" + +我推荐尝试的 5 个 Markdown 编辑器 +====== + +> 每个人都有自己喜欢的 Markdown 编辑器。这里有几个我已经试过的。 + +![](https://img.linux.net.cn/data/attachment/album/202110/21/095837n8q1s3hqc1og1fsq.jpg) + +你可以用 Markdown 做任何事情:给网站排版、编写书籍和撰写技术文档只是它的一些用途。我喜欢它创建富文本文档可以如此简单。每个人都有自己喜欢的 Markdown 编辑器。在我的 Markdown 之旅中,我使用了好几个。下面是我考虑过的五个 Markdown 编辑器。 + +### Abricotine + +[Abricotine][2] 是一个在 [GPLv][3] 下发布的开源编辑器。你可以手动输入格式,或者使用菜单插入 [GitHub 风格的 Markdown][4]。Abricotine 允许你在输入时预览文本元素,如标题、图片、数学、嵌入式视频和待办事项。该编辑器只能将文件导出为 HTML。你可以在 Linux、macOS 和 Windows 上使用 Abricotine。 + +![Abricontine][5] + +### MarkText + +[MarkText][7] 是一个简单的 Markdown 编辑器。它有很多功能,而且在处理 Markdown 格式的文件方面做得很好。MarkText 也支持 GitHub 风格的 Markdown,它允许你添加表格和带有语法高亮的代码块。它支持实时预览,并且有一个简单的界面。MarkText 是在 [MIT][8] 下授权的。它支持 HTML 和 PDF 格式的输出。MarkText 可以在 Linux、macOS 和 Windows 上使用。 + +![MarkText][9] + +### Ghostwriter + +[Ghostwriter][10] 是一个用于 Linux 和 Windows 的 Markdown 编辑器。根据其网站用户的说法。“享受无干扰的写作体验,包括全屏模式和简洁的界面。有了 Markdown,你可以现在写,以后再格式化”。它有内置的默认的浅色和深色主题,或者你可以自己编写。你可以将文件实时按 HTML 预览,你可以直接复制和粘贴到博客中,或导出为其他格式。Ghostwriter 是在 [GPLv3][11] 下发布的。 + +![Ghostwriter][12] + +### Atom + +[Atom][13] 被称为 21 世纪的可自定义文本编辑器。它也可以作为一个 Markdown 编辑器使用。它可以在 Linux、Windows 和 macOS上运行,并以 [MIT][14] 许可证发布。它支持 GitHub 风格的 Markdown,并且按下 `Ctrl+Shift+M` 可以打开一个预览面板,这样你就可以轻松地看到 HTML 预览。你可以通过创建一个文件并以 `.md` 文件扩展名保存来轻松入门。这告诉 Atom 它是一个 Markdown 文件。Atom 会自动应用正确的包和语法高亮。 + +![Atom][15] + +### VSCodium + +[VSCodium][16] 是微软的 VSCode 编辑器的自由开源版本,没有内置在微软产品中的遥测技术。它以 [MIT][17] 许可证发布,并提供了 VSCode 的所有功能,而没有专有特性。除了其他功能外,VSCodium 还可以作为一个 Markdown 编辑器。创建一个新文件,点击 “选择一个语言”,选择 “Markdown”,然后开始写你的代码。通过按 `Ctrl-Shift+V` 轻松预览文本,然后再切换回编辑器。你也可以通过添加一个扩展来轻松地扩展 Markdown 编辑器。我最喜欢的插件是 [Markdown editor][18],它是 [MIT][19] 许可证。 + +![VSCodium][20] + +你最喜欢的 Markdown 编辑器是什么? 让我们在评论中知道。 + +-------------------------------------------------------------------------------- + +via: https://opensource.com/article/21/10/markdown-editors + +作者:[Don Watkins][a] +选题:[lujun9972][b] +译者:[geekpi](https://github.com/geekpi) +校对:[wxy](https://github.com/wxy) + +本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 + +[a]: https://opensource.com/users/don-watkins +[b]: https://github.com/lujun9972 +[1]: https://opensource.com/sites/default/files/styles/image-full-size/public/lead-images/osdc-docdish-typewriter-pink.png?itok=OXJBtyYf (A pink typewriter) +[2]: https://abricotine.brrd.fr/ +[3]: https://github.com/brrd/abricotine/blob/develop/LICENSE +[4]: https://guides.github.com/features/mastering-markdown/ +[5]: https://opensource.com/sites/default/files/uploads/1_abricontine.png (Abricontine) +[6]: https://creativecommons.org/licenses/by-sa/4.0/ +[7]: https://marktext.app/ +[8]: https://github.com/marktext/marktext/blob/develop/LICENSE +[9]: https://opensource.com/sites/default/files/uploads/2_marktext.png (MarkText) +[10]: https://wereturtle.github.io/ghostwriter/ +[11]: https://github.com/wereturtle/ghostwriter/blob/master/COPYING +[12]: https://opensource.com/sites/default/files/uploads/3_ghostwriter.png (Ghostwriter) +[13]: https://atom.io/ +[14]: https://github.com/atom/atom/blob/master/LICENSE.md +[15]: https://opensource.com/sites/default/files/uploads/4_atom.png (Atom) +[16]: https://vscodium.com/ +[17]: https://github.com/VSCodium/vscodium/blob/master/LICENSE +[18]: https://github.com/zaaack/vscode-markdown-editor +[19]: https://github.com/zaaack/vscode-markdown-editor/blob/master/LICENSE +[20]: https://opensource.com/sites/default/files/uploads/5_vscodium.png (VSCodium) diff --git a/translated/tech/20211013 5 markdown editors I recommend trying.md b/translated/tech/20211013 5 markdown editors I recommend trying.md deleted file mode 100644 index 69472684eb..0000000000 --- a/translated/tech/20211013 5 markdown editors I recommend trying.md +++ /dev/null @@ -1,84 +0,0 @@ -[#]: subject: "5 markdown editors I recommend trying" -[#]: via: "https://opensource.com/article/21/10/markdown-editors" -[#]: author: "Don Watkins https://opensource.com/users/don-watkins" -[#]: collector: "lujun9972" -[#]: translator: "geekpi" -[#]: reviewer: " " -[#]: publisher: " " -[#]: url: " " - -我推荐尝试的 5 个 markdown 编辑器 -====== -每个人都有自己喜欢的 markdown 编辑器。这里有几个我已经试过的。 -![A pink typewriter][1] - -你可以用 markdown 做任何事情:格式化网站、编写书籍和撰写技术文档只是它的一些用途。我喜欢它创建富文本文档是如此简单。每个人都有自己喜欢的 markdown 编辑器。在我的 markdown 之旅中,我使用了好几个。下面是我考虑过的五个 markdown 编辑器。 - - 1. [Abricotine][2] 是一个在 [GPL v.3.0][3] 下发布的开源编辑器。你可以用手输入格式,或者使用菜单插入 [Github 风格的 Markdown][4]。Abricotine 允许你在输入时预览文本元素,如标题、图片、数学、嵌入式视频和待办事项。该编辑器仅限于将文件导出为 HTML。你可以在 Linux、macOS 和 Windows 上使用 Abricotine。 - -![Abricontine][5] - -(Seth Kenlon, [CC BY-SA 4.0][6]) - - 2. [MarkText][7] 是一个简单的 markdown 编辑器。它有很多功能,而且在处理以 markdown 为格式的文件方面做得很好。MarkText 也支持 Github 风格的 Markdown,它允许你添加表格和带有语法高亮的代码块。它支持实时预览,并且有一个简单的界面。MarkText 是在 [MIT][8] 下授权的。它支持 HTML 和 PDF 格式的输出。MarkText 可以在 Linux、macOS 和 Windows 上使用。 - -![MarkText][9] - -(Seth Kenlon, [CC BY-SA 4.0][6]) - - 3. [Ghostwriter][10] 是一个用于 Linux 和 Windows 的 markdown 编辑器。根据其网站用户的说法。“享受无干扰的写作体验,包括全屏模式和简洁的界面。有了 markdown,你可以现在写,以后再格式化”。它有内置的默认的浅色和深色主题,或者你可以自己编写。你可以将文件预览为实时 HTML,你可以直接复制和粘贴到博客中,或导出为其他格式。Ghostwriter 是在[GPL v.3.0][11] 下发布的。 - -![Ghostwriter][12] - -(Seth Kenlon, [CC BY-SA 4.0][6]) - - 4. [Atom][13] 被称为 21 世纪的可自定义文本编辑器。它也可以作为一个 markdown 编辑器使用。它可以在 Linux、Windows 和 macOS上运行,并以 [MIT][14]许可证发布。它支持 Github 风格的 Markdown,并且 **Ctrl**+**Shift**+**M** 可以打开一个预览面板,这样你就可以轻松地看到 HTML 预览。你可以通过创建一个文件并以 `.md` 文件扩展名保存来轻松入门。这告诉 Atom 它是一个 markdown 文件。Atom 会自动应用正确的包和语法高亮。 - -![Atom][15] - -(Seth Kenlon, [CC BY-SA 4.0][6]) - - 5. [VSCodium][16] 是微软的 VSCode 编辑器的免费开源版本,没有内置在微软产品中的遥测技术。它以 [MIT][17] 许可证发布,并提供了 VSCode 的所有功能,而没有专利特性。除了其他功能外,VSCodium 还可以作为一个 markdown 编辑器。创建一个新文件,点击 **Select a Language**,选择 _Markdown_,然后开始写你的代码。通过按 **Ctrl**-**Shift**+**V** 轻松预览文本,然后再切换回编辑器。你也可以通过添加一个扩展来轻松地扩展 markdown 编辑器。我最喜欢的是 [markdown editor][18],它是 [MIT][19] 许可证。 - -![VSCodium][20] - -(Seth Kenlon, [CC BY-SA 4.0][6]) - - - - -你最喜欢的 Markdown 编辑器是什么? 让我们在评论中知道。 - --------------------------------------------------------------------------------- - -via: https://opensource.com/article/21/10/markdown-editors - -作者:[Don Watkins][a] -选题:[lujun9972][b] -译者:[geekpi](https://github.com/geekpi) -校对:[校对者ID](https://github.com/校对者ID) - -本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出 - -[a]: https://opensource.com/users/don-watkins -[b]: https://github.com/lujun9972 -[1]: https://opensource.com/sites/default/files/styles/image-full-size/public/lead-images/osdc-docdish-typewriter-pink.png?itok=OXJBtyYf (A pink typewriter) -[2]: https://abricotine.brrd.fr/ -[3]: https://github.com/brrd/abricotine/blob/develop/LICENSE -[4]: https://guides.github.com/features/mastering-markdown/ -[5]: https://opensource.com/sites/default/files/uploads/1_abricontine.png (Abricontine) -[6]: https://creativecommons.org/licenses/by-sa/4.0/ -[7]: https://marktext.app/ -[8]: https://github.com/marktext/marktext/blob/develop/LICENSE -[9]: https://opensource.com/sites/default/files/uploads/2_marktext.png (MarkText) -[10]: https://wereturtle.github.io/ghostwriter/ -[11]: https://github.com/wereturtle/ghostwriter/blob/master/COPYING -[12]: https://opensource.com/sites/default/files/uploads/3_ghostwriter.png (Ghostwriter) -[13]: https://atom.io/ -[14]: https://github.com/atom/atom/blob/master/LICENSE.md -[15]: https://opensource.com/sites/default/files/uploads/4_atom.png (Atom) -[16]: https://vscodium.com/ -[17]: https://github.com/VSCodium/vscodium/blob/master/LICENSE -[18]: https://github.com/zaaack/vscode-markdown-editor -[19]: https://github.com/zaaack/vscode-markdown-editor/blob/master/LICENSE -[20]: https://opensource.com/sites/default/files/uploads/5_vscodium.png (VSCodium)