mirror of
https://github.com/LCTT/TranslateProject.git
synced 2024-12-26 21:30:55 +08:00
61 lines
3.4 KiB
Markdown
61 lines
3.4 KiB
Markdown
[#]: subject: "4 open source editors I use for my writing"
|
||
[#]: via: "https://opensource.com/article/22/10/open-source-editors"
|
||
[#]: author: "Alan Formy-Duval https://opensource.com/users/alanfdoss"
|
||
[#]: collector: "lkxed"
|
||
[#]: translator: "Donkey-Hao"
|
||
[#]: reviewer: "wxy"
|
||
[#]: publisher: "wxy"
|
||
[#]: url: "https://linux.cn/article-15248-1.html"
|
||
|
||
我使用的 4 款开源编辑器
|
||
======
|
||
|
||
![](https://img.linux.net.cn/data/attachment/album/202211/13/153838gs7u2z33qxxfigx3.jpg)
|
||
|
||
> 分享一些我最喜欢的开源写作工具。
|
||
|
||
在我的职业生涯中,我已经写过很多东西,主要是作为一名 IT 顾问,创建产品文档作为给的客户可交付成果。这些文档通常针对不同操作系统和软件产品提供说明。
|
||
|
||
自 2018 年,我开始在 www.opensource.com 上发表关于开源软件的文章。当然,我使用开源软件进行协作。接下来我将介绍我使用过的四款开源编辑器。
|
||
|
||
### 1、Vi
|
||
|
||
[Vi][1] 也被称为 `Vim`(LCTT 校注:此外不确,Vi 和 Vim 是两个软件,只是 Vim 取代了 Vi,并以 `vi` 的名字运行。),是我学习的第一款开源编辑器。这是我在计算机科学课程中学习的编辑器,并且我所有的 C 语言编程都是通过它完成的。自 1995 年以来,实际上我一直使用它作为命令行编辑器。这款工具有多个迭代版本,以至于我都可以为之写一系列文章了。我只想说,在我的日常使用中,我坚持使用它的基本命令行形式,并进行最小的定制。
|
||
|
||
### 2、LibreOffice Writer
|
||
|
||
Writer 是 LibreOffice 开源办公套件的一部分。它是由<ruby>文档基金会<rt>Document Foundation</rt></ruby>维护的全功能文字处理器。它支持行业标准格式,例如开放文档格式 (ODF)、Open XML 和 MS Office DOC、DOCX。可以在其官方网站上 [了解有关 Writer 的更多信息][2]。
|
||
|
||
### 3、Ghostwriter
|
||
|
||
Ghostwriter 是一个用于 [Markdown 的文本编辑器][3]。它有一个很好的实时查看器和语法指南或备忘单功能。[访问官方网站][4] 了解更多内容。
|
||
|
||
### 4、Gedit
|
||
|
||
Gedit 是许多 Linux 发行版中的基本图形编辑器,被描述为“用于 GNOME 桌面的小型轻量级文本编辑器”。我最近开始使用它来创建 Asciidoc 格式的文章。使用 Asciidoc 的好处是语法易于管理并可导入到 Drupal 等 Web 渲染系统中。通过 [Gedit Wiki][5] 了解许多提示和技巧。
|
||
|
||
### 编辑文本
|
||
|
||
开源世界中有大量编辑软件。随着我继续写作,这个列表可能会增加。我的主要目标是格式简单。我希望我的文章易于在互联网平台上导入、转换和发布。
|
||
|
||
你的写作风格、功能需求和目标受众将指导你确定首选工具。
|
||
|
||
--------------------------------------------------------------------------------
|
||
|
||
via: https://opensource.com/article/22/10/open-source-editors
|
||
|
||
作者:[Alan Formy-Duval][a]
|
||
选题:[lkxed][b]
|
||
译者:[Donkey-Hao](https://github.com/Donkey-Hao)
|
||
校对:[wxy](https://github.com/wxy)
|
||
|
||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||
|
||
[a]: https://opensource.com/users/alanfdoss
|
||
[b]: https://github.com/lkxed
|
||
[1]: https://opensource.com/article/20/12/vi-text-editor
|
||
[2]: https://www.libreoffice.org/discover/writer/
|
||
[3]: https://opensource.com/article/21/10/markdown-editors
|
||
[4]: https://github.com/KDE/ghostwriter
|
||
[5]: https://wiki.gnome.org/Apps/Gedit
|