mirror of
https://github.com/LCTT/TranslateProject.git
synced 2024-12-26 21:30:55 +08:00
commit
4973056889
@ -1,85 +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 editors I recommend trying
|
||||
======
|
||||
Everyone has their favorite markdown editor. Here are a few I have
|
||||
tried.
|
||||
![A pink typewriter][1]
|
||||
|
||||
You can use markdown for anything—formatting websites, authoring books, and writing technical documentation are just some of its uses. I love how easy it is to create rich documents. Everyone has their favorite markdown editor. I have used several on my markdown journey. Here are five markdown editors I have considered.
|
||||
|
||||
1. [Abricotine][2] is an open source editor released under the [GPL v.3.0][3]. You can enter formatting by hand or use the menu to insert [Github flavored Markdown][4]. Abricotine allows you to preview text elements like headers, images, math, embedded videos, and to-do lists as you type. The editor is limited to exporting documents as HTML. You can use Abricotine on Linux, macOS, and Windows.
|
||||
|
||||
![Abricontine][5]
|
||||
|
||||
(Seth Kenlon, [CC BY-SA 4.0][6])
|
||||
|
||||
2. [MarkText][7] is a simple markdown editor. It has many features, and it does a good job of handling documents formatted in markdown. MarkText also supports Github flavored Markdown, which allows you to add tables and blocks of code with syntax highlighting. It supports real-time preview and has a simple interface. MarkText is licensed under [MIT][8]. It supports output in HTML and PDF. MarkText is available on Linux, macOS, and Windows.
|
||||
|
||||
![MarkText][9]
|
||||
|
||||
(Seth Kenlon, [CC BY-SA 4.0][6])
|
||||
|
||||
3. [Ghostwriter][10] Is a markdown editor for Linux and Windows. According to users of its website: "Enjoy a distraction-free writing experience, including a full-screen mode and a clean interface. With markdown, you can write now and format later." It has built-in light and dark themes that come by default, or you can write your own. You can preview documents as live HTML that you can copy and paste directly into a blog or export into another format. Ghostwriter is released under the [GPL v.3.0][11].
|
||||
|
||||
![Ghostwriter][12]
|
||||
|
||||
(Seth Kenlon, [CC BY-SA 4.0][6])
|
||||
|
||||
4. [Atom][13] is billed as a hackable text editor for the twenty-first century. It can function as a markdown editor too. It runs on Linux, Windows, and macOS and is released with an [MIT][14] license. It supports Github flavored Markdown, and **Ctrl**+**Shift**+**M** opens a preview panel so you can easily see the HTML preview. You can get started easily by creating a file and saving it with the `.md` file extension. This tells Atom that it is a markdown file. Atom automatically applies the right packages and syntax highlighting.
|
||||
|
||||
![Atom][15]
|
||||
|
||||
(Seth Kenlon, [CC BY-SA 4.0][6])
|
||||
|
||||
5. [VSCodium][16] is the free open source code release of Microsoft's VSCode editor without the telemetry built into the stock Microsoft product. It is released with an [MIT][17] license and provides all the functionality of VSCode without the proprietary features. In addition to its other features, VSCodium can function as a markdown editor. Create a new file, click **Select a Language**, choose _Markdown_ and begin writing your code. Easily preview the text by pressing **Ctrl**-**Shift**+**V** and then toggle back to the editor. You can also easily extend the markdown editor by adding an extension. This is my favorite is [markdown editor][18] and it has an [MIT][19] license.
|
||||
|
||||
![VSCodium][20]
|
||||
|
||||
(Seth Kenlon, [CC BY-SA 4.0][6])
|
||||
|
||||
|
||||
|
||||
|
||||
What's your favorite markdown editor? Let us know in the comments.
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://opensource.com/article/21/10/markdown-editors
|
||||
|
||||
作者:[Don Watkins][a]
|
||||
选题:[lujun9972][b]
|
||||
译者:[译者ID](https://github.com/译者ID)
|
||||
校对:[校对者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)
|
@ -0,0 +1,84 @@
|
||||
[#]: 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)
|
Loading…
Reference in New Issue
Block a user