mirror of
https://github.com/LCTT/TranslateProject.git
synced 2024-12-26 21:30:55 +08:00
86 lines
4.1 KiB
Markdown
86 lines
4.1 KiB
Markdown
[#]: collector: (lujun9972)
|
||
[#]: translator: (geekpi)
|
||
[#]: reviewer: (wxy)
|
||
[#]: publisher: (wxy)
|
||
[#]: url: (https://linux.cn/article-10988-1.html)
|
||
[#]: subject: (Graviton: A Minimalist Open Source Code Editor)
|
||
[#]: via: (https://itsfoss.com/graviton-code-editor/)
|
||
[#]: author: (Abhishek Prakash https://itsfoss.com/author/abhishek/)
|
||
|
||
Graviton:极简的开源代码编辑器
|
||
======
|
||
|
||
[Graviton][1]是一款开发中的自由开源的跨平台代码编辑器。他的开发者 16 岁的 Marc Espin 强调说,它是一个“极简”的代码编辑器。我不确定这点,但它确实有一个清爽的用户界面,就像其他的[现代代码编辑器,如 Atom][2]。
|
||
|
||
![Graviton Code Editor Interface][3]
|
||
|
||
开发者还将其称为轻量级代码编辑器,尽管 Graviton 基于 [Electron][4]。
|
||
|
||
Graviton 拥有你在任何标准代码编辑器中所期望的功能,如语法高亮、自动补全等。由于 Graviton 仍处于测试阶段,因此未来版本中将添加更多功能。
|
||
|
||
![Graviton Code Editor with Syntax Highlighting][5]
|
||
|
||
### Graviton 代码编辑器的特性
|
||
|
||
Graviton 一些值得一说的特性有:
|
||
|
||
* 使用 [CodeMirrorJS][6] 为多种编程语言提供语法高亮
|
||
* 自动补全
|
||
* 支持插件和主题。
|
||
* 提供英语、西班牙语和一些其他欧洲语言。
|
||
* 适用于 Linux、Windows 和 macOS。
|
||
|
||
我快速看来一下 Graviton,它可能不像 [VS Code][7] 或 [Brackets][8] 那样功能丰富,但对于一些简单的代码编辑来说,它还算不错的工具。
|
||
|
||
### 下载并安装 Graviton
|
||
|
||
![Graviton Code Editor][9]
|
||
|
||
如上所述,Graviton 是一个可用于 Linux、Windows 和 macOS 的跨平台代码编辑器。它仍处于测试阶段,这意味着将来会添加更多功能,并且你可能会遇到一些 bug。
|
||
|
||
你可以在其发布页面上找到最新版本的 Graviton。Debian 和 [Ubuntu 用户可以使用 .deb 安装][10]。它已提供 [AppImage][11],以便可以在其他发行版中使用它。DMG 和 EXE 文件也分别可用于 macOS 和 Windows。
|
||
|
||
- [下载 Graviton][12]
|
||
|
||
如果你有兴趣,你可以在 GitHub 仓库中找到 Graviton 的源代码:
|
||
|
||
- [GitHub 中 Graviton 的源码][13]
|
||
|
||
如果你决定使用 Graviton 并发现了一些问题,请在[此处][14]写一份错误报告。如果你使用 GitHub,你可能想为 Graviton 项目加星。这可以提高开发者的士气,因为他知道有更多的用户欣赏他的努力。
|
||
|
||
如果你看到现在,我相信你了解[如何从源码安装软件][16]
|
||
|
||
### 写在最后
|
||
|
||
有时,简单本身就成了一个特性,而 Graviton 专注于极简可以帮助它在已经拥挤的代码编辑器世界中获取一席之地。
|
||
|
||
--------------------------------------------------------------------------------
|
||
|
||
via: https://itsfoss.com/graviton-code-editor/
|
||
|
||
作者:[Abhishek Prakash][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://itsfoss.com/author/abhishek/
|
||
[b]: https://github.com/lujun9972
|
||
[1]: https://graviton.ml/
|
||
[2]: https://itsfoss.com/best-modern-open-source-code-editors-for-linux/
|
||
[3]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2019/06/graviton-code-editor-interface.jpg?resize=800%2C571&ssl=1
|
||
[4]: https://electronjs.org/
|
||
[5]: https://i0.wp.com/itsfoss.com/wp-content/uploads/2019/06/graviton-code-editor-interface-2.jpg?resize=800%2C522&ssl=1
|
||
[6]: https://codemirror.net/
|
||
[7]: https://itsfoss.com/install-visual-studio-code-ubuntu/
|
||
[8]: https://itsfoss.com/install-brackets-ubuntu/
|
||
[9]: https://i1.wp.com/itsfoss.com/wp-content/uploads/2019/06/graviton-code-editor-800x473.jpg?resize=800%2C473&ssl=1
|
||
[10]: https://itsfoss.com/install-deb-files-ubuntu/
|
||
[11]: https://itsfoss.com/use-appimage-linux/
|
||
[12]: https://github.com/Graviton-Code-Editor/Graviton-App/releases
|
||
[13]: https://github.com/Graviton-Code-Editor/Graviton-App
|
||
[14]: https://github.com/Graviton-Code-Editor/Graviton-App/issues
|
||
[16]: https://itsfoss.com/install-software-from-source-code/
|
||
[17]: https://itsfoss.com/contact-us/
|