mirror of
https://github.com/LCTT/TranslateProject.git
synced 2025-01-13 22:30:37 +08:00
选题[tech]: 20231101 Fedora Linux Flatpak cool apps to try for November
sources/tech/20231101 Fedora Linux Flatpak cool apps to try for November.md
This commit is contained in:
parent
43ee662b4d
commit
b4ee0da4fc
@ -0,0 +1,145 @@
|
||||
[#]: subject: "Fedora Linux Flatpak cool apps to try for November"
|
||||
[#]: via: "https://fedoramagazine.org/fedora-linux-flatpak-cool-apps-to-try-for-november/"
|
||||
[#]: author: "Eduard Lucena https://fedoramagazine.org/author/x3mboy/"
|
||||
[#]: collector: "lujun9972/lctt-scripts-1693450080"
|
||||
[#]: translator: " "
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
Fedora Linux Flatpak cool apps to try for November
|
||||
======
|
||||
|
||||
![][1]
|
||||
|
||||
Image by Daimar Stein
|
||||
|
||||
This article introduces projects available in Flathub with installation instructions.
|
||||
|
||||
[Flathub][2] is the place to get and distribute apps for all of Linux. It is powered by Flatpak, allowing Flathub apps to run on almost any Linux distribution.
|
||||
|
||||
Please read “[Getting started with Flatpak][3]“. In order to enable flathub as your flatpak provider, use the instructions on the [flatpak site][4].
|
||||
|
||||
### TurboWarp
|
||||
|
||||
[TurboWarp][5] is a modified version of Scratch. Scratch is a coding language with a simple visual interface that allows young people to create digital stories, games, and animations.
|
||||
|
||||
I love Scratch, but since I discovered TurboWarp, my son has never looked back. The interface is clearer, it has night mode, it works faster than the original Scratch, and it’s memory optimized.
|
||||
|
||||
You can install “TurboWarp” by clicking the install button on the web site or manually using this command:
|
||||
|
||||
```
|
||||
|
||||
flatpak install flathub org.turbowarp.TurboWarp
|
||||
|
||||
```
|
||||
|
||||
### Szyszka
|
||||
|
||||
[Szyska][6] is file renamer with a lot of interesting features like:
|
||||
|
||||
* Great performance
|
||||
* Available for Linux, Mac and Windows
|
||||
* GUI created with GTK 4
|
||||
* Multiple rules which can be freely combined:
|
||||
* Replace text
|
||||
* Trim text
|
||||
* Add text
|
||||
* Add numbers
|
||||
* Purge text
|
||||
* Change letters to upper/lowercase
|
||||
* Custom rules
|
||||
* Saved rules to be used later
|
||||
* Ability to edit, reorder rules and results
|
||||
* Handles hundreds thousands of records
|
||||
|
||||
|
||||
|
||||
You can install “Szyszka” by clicking the install button on the web site or manually using this command:
|
||||
|
||||
```
|
||||
|
||||
flatpak install flathub com.github.qarmin.szyszka
|
||||
|
||||
```
|
||||
|
||||
### Marker
|
||||
|
||||
[Marker][7] is a MarkDown editor written in GTK3. It’s one of my favorites for fast writing on GTK. Some of its features are:
|
||||
|
||||
* HTML and LaTeX conversion of markdown documents with [scidown][8]
|
||||
* Support for YAML headers
|
||||
* Document classes
|
||||
* Beamer/presentation mode
|
||||
* Abstract sections
|
||||
* Table of Contents
|
||||
* External document inclusion
|
||||
* Equations, figures, table and listings with reference id and caption
|
||||
* Internal references
|
||||
* TeX math rendering with [KaTeX][9] or [MathJax][10]
|
||||
* Syntax highlighting for code blocks with [highlight.js][11]
|
||||
* Flexible export options with [pandoc][12]
|
||||
* PDF
|
||||
* RTF
|
||||
* ODT
|
||||
* DOCX
|
||||
|
||||
|
||||
|
||||
You can install “Marker” by clicking the install button on the web site or manually using this command:
|
||||
|
||||
```
|
||||
|
||||
flatpak install flathub com.github.fabiocolacio.marker
|
||||
|
||||
```
|
||||
|
||||
_**Marker is also available as rpm on fedora’s repositories**_
|
||||
|
||||
### Librum
|
||||
|
||||
[Librum][13] is an application to manage your library and read your e-books. It’s a great way to manage a collection of books and documents, including support for a long list of formats. Some of its features are:
|
||||
|
||||
* A modern e-reader
|
||||
* A personalized and customizable library
|
||||
* Book meta-data editing
|
||||
* A free in-app bookstore with more than 70,000 books
|
||||
* Book syncing across all of your devices
|
||||
* Highlighting Bookmarking Text search
|
||||
|
||||
|
||||
|
||||
You can install “Librum” by clicking the install button on the web site or manually using this command:
|
||||
|
||||
```
|
||||
|
||||
flatpak install flathub com.librumreader.librum
|
||||
|
||||
```
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://fedoramagazine.org/fedora-linux-flatpak-cool-apps-to-try-for-november/
|
||||
|
||||
作者:[Eduard Lucena][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://fedoramagazine.org/author/x3mboy/
|
||||
[b]: https://github.com/lujun9972
|
||||
[1]: https://fedoramagazine.org/wp-content/uploads/2023/10/flatpak-apps-for-november-banner-816x345.jpg
|
||||
[2]: https://flathub.org
|
||||
[3]: https://fedoramagazine.org/getting-started-flatpak/
|
||||
[4]: https://flatpak.org/setup/Fedora
|
||||
[5]: https://flathub.org/apps/org.turbowarp.TurboWarp
|
||||
[6]: https://flathub.org/apps/com.github.qarmin.szyszka
|
||||
[7]: https://flathub.org/apps/com.github.fabiocolacio.marker
|
||||
[8]: https://github.com/wallberg13/scidown
|
||||
[9]: https://katex.org/
|
||||
[10]: https://www.mathjax.org/
|
||||
[11]: https://highlightjs.org/
|
||||
[12]: https://pandoc.org/
|
||||
[13]: https://flathub.org/apps/com.librumreader.librum
|
Loading…
Reference in New Issue
Block a user