Merge pull request #25240 from geekpi/translating

Translated
This commit is contained in:
geekpi 2022-04-15 10:39:43 +08:00 committed by GitHub
commit 375bbf08f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 117 additions and 116 deletions

View File

@ -2,7 +2,7 @@
[#]: via: "https://www.debugpoint.com/2022/02/twister-ui-2022/"
[#]: author: "Arindam https://www.debugpoint.com/author/admin1/"
[#]: collector: "lujun9972"
[#]: translator: " "
[#]: translator: "geekpi"
[#]: reviewer: " "
[#]: publisher: " "
[#]: url: " "

View File

@ -1,115 +0,0 @@
[#]: subject: "Meet Lite XL: A Lightweight, Open-Source Text Editor for Linux Users"
[#]: via: "https://itsfoss.com/lite-xl/"
[#]: author: "Marco Carmona https://itsfoss.com/author/marco/"
[#]: collector: "lujun9972"
[#]: translator: "geekpi"
[#]: reviewer: " "
[#]: publisher: " "
[#]: url: " "
Meet Lite XL: A Lightweight, Open-Source Text Editor for Linux Users
======
**Brief:** _Are you looking for a new _text editor_ alternative? You should try this lightweight, _simple_, fast, feature-filled, and extremely extensible one._
Sure, there are plenty of text editors or code editors that you can use. Some popular ones include Eclipse, [Visual Studio Code][1], [PyCharm][2], [Atom][3], [IntelliJ][4], and [Sublime Text][5].
But do you want to try something interesting thats entirely focused on giving you a minimal experience?
Meet _**Lite XL**_ editor.
To be honest, I had no idea about it until last week. But, it managed to surprise me with its **minimalist design** and how **fast it was at coding**, but the most important fact was its similarity with Visual Studio Code.
So, before everything, let me tell you that if youre a [Visual Studio Code fan][6], you should absolutely try _**Lite XL**_. It may not be an absolute replacement, but a lite edition of something that resembles the use-case.
![Showing how Lite XL looks][7]
### Lite XL: Lightweight Text Editor Written in Lua
Lite XL is an interesting open-source text editor written in Lua (particularly tailored to build lightweight applications).
It is available for Windows, Linux, and macOS as well. But, with all the available [modern text editors available][8], why Lite XL?
![Lite XL Customize Configuration][9]
Normally, we arent concerned about the resources that a text editor can consume on our system most of the time. However, at the time of creating bash, python, or any other type of script, you rely on a text editor, and the more resource-efficient it is, the better.
Of course, a text editor isnt as resource-hungry as some other applications. But, if it matters to you, heres what I observed:
Lite XL only uses **three megabytes** in your disk and consumes around **twenty megabytes** of physical memory, compared with the almost five hundred fifty megabytes (~550 MB) that Visual Studio Code uses.
**Can you see this wonderful difference between these similar editors?**
Not just the resource usage, it is highly customizable as well.
Note that the resource usage stats can vary for different system configurations.
### Features of Lite XL
![][10]
As per the official information available, some of its most popular features include:
* __Cross-Platform_:_** It currently works on Windows, Linux, and macOS.
* **Lightweight: ****As we described before, its usage hardly ever exceeds 10 MB in RAM.
* **Extensible**: Being a minimal offering doesnt mean not being customizable. Lite XL can extend its functionalities thanks to several plugins available, for example, [VSC-like intellisense][11].
* **Multi-cursor editing**: Its as wonderful as it sounds, inside Lite XL you can work with multiple cursors.
* **Integrated terminal**: Like Visual Studio Code, Lite XL implements its terminal.
* High DPI display support.
* Additional color themes are available.
* Supports hardware-accelerated rendering.
### How to Install Lite XL in Linux
Lite XL offers an AppImage file for Linux distributions. You can follow our [AppImage guide][12] to get started.
You can find the AppImage file on its [GitHub repository][13].
Once you head to its GitHub releases section, go directly to the Assets section and download the _**LiteXL_x86_64.Appimage**_ file.
![Downloading Appimage file][14]
An AppImage file will be downloaded into your download directory, so, before double-clicking on the file, verify it is allowed to execute as a program.
![Verifying execution permissions][15]
Thats right! Now you can double-click on the file and start using _**Lite XL**_ in your system.
[Lite XL][16]
If youre interested in exploring Lite XL, you can get involved in its [GitHub repository][13], visit the official website, or join its [Discord community][17].
_What do you prefer to edit text and code? Do you focus on using a lightweight program, or is it irrelevant for your use case? Let me know your thoughts in the comments down below._
--------------------------------------------------------------------------------
via: https://itsfoss.com/lite-xl/
作者:[Marco Carmona][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://itsfoss.com/author/marco/
[b]: https://github.com/lujun9972
[1]: https://itsfoss.com/install-visual-studio-code-ubuntu/
[2]: https://itsfoss.com/install-pycharm-ubuntu/
[3]: https://itsfoss.com/install-atom-ubuntu/
[4]: https://itsfoss.com/install-intellij-ubuntu-linux/
[5]: https://itsfoss.com/sublime-text-3-linux/
[6]: https://itsfoss.com/visual-studio-code-vs-atom/
[7]: https://itsfoss.com/wp-content/uploads/2022/04/lite-xl-editor-screenshot.png
[8]: https://itsfoss.com/best-modern-open-source-code-editors-for-linux/
[9]: https://itsfoss.com/wp-content/uploads/2022/04/lite-xl-screenshot-2.png
[10]: https://itsfoss.com/wp-content/uploads/2022/04/lite-xl-screnshot-1.png
[11]: https://github.com/lite-xl/lite-xl-lsp
[12]: https://itsfoss.com/use-appimage-linux/
[13]: https://github.com/lite-xl/lite-xl
[14]: https://itsfoss.com/wp-content/uploads/2022/04/Downloading_Appimage_file-800x447.png
[15]: https://itsfoss.com/wp-content/uploads/2022/04/Verifying_execution_permissions-800x535.png
[16]: https://lite-xl.com/
[17]: https://discord.gg/RWzqC3nx7K

View File

@ -0,0 +1,116 @@
[#]: subject: "Meet Lite XL: A Lightweight, Open-Source Text Editor for Linux Users"
[#]: via: "https://itsfoss.com/lite-xl/"
[#]: author: "Marco Carmona https://itsfoss.com/author/marco/"
[#]: collector: "lujun9972"
[#]: translator: "geekpi"
[#]: reviewer: " "
[#]: publisher: " "
[#]: url: " "
认识一下 Lite XL为 Linux 用户提供的轻量级、开源的文本编辑器
======
**简介:** _你是否在寻找一个新的_文本编辑器_替代品你应该试试这个轻量级的、_简单的_、快速的、功能丰富的、可扩展性极强的编辑器_。
当然,有很多文本编辑器或代码编辑器可以使用。一些流行的包括 Eclipse、[Visual Studio Code][1]、[PyCharm][2]、[Atom][3]、[IntelliJ][4],以及 [Sublime Text][5]。
但是你想尝试一些有趣的东西,完全专注于给你一个最小的体验吗?
认识一下 _**Lite XL**_ 编辑器。
说实话,在上周之前我对它一无所知。但是,它成功地以其**极简主义的设计**和它**在编码时的速度**让我吃惊,但最重要的事实是它与 Visual Studio Code 相似。
所以,在开始之前,让我告诉你,如果你是一个 [Visual Studio Code 粉丝][6],你绝对应该试试 _**Lite XL**_。它可能不是绝对的替代品,而是类似于使用场景的精简版。
![Showing how Lite XL looks][7]
### Lite XL用 Lua 编写的轻量级文本编辑器
Lite XL 是一个有趣的用 Lua 编写的开源文本编辑器(特别是为建立轻量级应用而定制)。
它也可用于 Windows、Linux 和 macOS。但是在所有可用的[现代文本编辑器][8]中,为什么是 Lite XL
![Lite XL Customize Configuration][9]
通常情况下,我们并不关心文本编辑器在大多数时候会消耗我们系统的资源。然而,在创建 bash、python 或任何其他类型的脚本时,你会依赖文本编辑器,而它的资源效率越高越好。
当然,文本编辑器并不像其他一些应用那样对资源要求很高。但是,如果这对你很重要的话,我观察到的情况是这样的:
Lite XL 只使用了 **3MB** 的磁盘,并消耗了大约 **20MB** 内存,而 Visual Studio Code 使用将近 550MB 内存。
**你能看到这些类似的编辑器之间的这种奇妙的差别吗?**
不仅仅是资源使用量,它也是高度可定制的。
请注意,在不同的系统配置下,资源使用统计数字会有所不同。
### Lite XL的特点
![][10]
As per the official information available, some of its most popular features include:
* **跨平台:** 它目前可以在 Windows、Linux 和 macOS 上使用。
* **轻量:** 正如我们之前所描述的,它的使用量几乎没有超过 10MB 的内存。
* **可扩展:** 作为一个最小化的产品并不意味着不能定制。Lite XL 可以通过一些可用的插件来扩展其功能,例如,[类似 VSC 的智能提示][11]。
* **多光标编辑:** 在 Lite XL 中,你可以使用多个光标进行编辑,这听起来很美妙。
* **集成的终端:** 像 Visual Studio Code 一样Lite XL 实现了它的终端。
* 支持高DPI显示。
* 可使用额外的颜色主题。
* 支持硬件加速渲染。
* 支持硬件加速渲染。
### 如何在 Linux 中安装 Lite XL
Lite XL 为 Linux 发行版提供了一个 AppImage 文件。你可以按照我们的 [AppImage 指南][12]来开始使用。
你可以在其 [GitHub 仓库][13]中找到 AppImage 文件。
当你前往其 GitHub 发布区,直接进入 Assets 并下载 _**LiteXL_x86_64.Appimage**_ 文件。
![Downloading Appimage file][14]
AppImage 文件将被下载到你的下载目录中,因此,在双击该文件之前,请验证它是否允许作为程序执行。
![Verifying execution permissions][15]
这就好了! 现在你可以双击该文件,开始在你的系统中使用 _***Lite XL***_
[Lite XL][16]
如果你对探索 Lite XL 感兴趣,你可以参与其 [GitHub 仓库][13],访问官方网站,或加入其 [Discord 社区][17]。
_你喜欢用什么来编辑文本和代码你是否专注使用轻量级的程序或者与你的使用情况无关请在下面的评论中告诉我你的想法。_
--------------------------------------------------------------------------------
via: https://itsfoss.com/lite-xl/
作者:[Marco Carmona][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://itsfoss.com/author/marco/
[b]: https://github.com/lujun9972
[1]: https://itsfoss.com/install-visual-studio-code-ubuntu/
[2]: https://itsfoss.com/install-pycharm-ubuntu/
[3]: https://itsfoss.com/install-atom-ubuntu/
[4]: https://itsfoss.com/install-intellij-ubuntu-linux/
[5]: https://itsfoss.com/sublime-text-3-linux/
[6]: https://itsfoss.com/visual-studio-code-vs-atom/
[7]: https://itsfoss.com/wp-content/uploads/2022/04/lite-xl-editor-screenshot.png
[8]: https://itsfoss.com/best-modern-open-source-code-editors-for-linux/
[9]: https://itsfoss.com/wp-content/uploads/2022/04/lite-xl-screenshot-2.png
[10]: https://itsfoss.com/wp-content/uploads/2022/04/lite-xl-screnshot-1.png
[11]: https://github.com/lite-xl/lite-xl-lsp
[12]: https://itsfoss.com/use-appimage-linux/
[13]: https://github.com/lite-xl/lite-xl
[14]: https://itsfoss.com/wp-content/uploads/2022/04/Downloading_Appimage_file-800x447.png
[15]: https://itsfoss.com/wp-content/uploads/2022/04/Verifying_execution_permissions-800x535.png
[16]: https://lite-xl.com/
[17]: https://discord.gg/RWzqC3nx7K