mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 18:45:06 +00:00

Through links in the help page, the user can directly launch the app whose help page is currently viewed. The idea for this feature came up in the discussion of #11557 (https://github.com/SerenityOS/serenity/pull/11557#issuecomment-1004830728 ). The intention is that the user can simply open the app they are currently trying to understand, and play around with it, learn by doing, or follow along with any guide that may be present in the help page. It feels very great :^)
21 lines
262 B
Markdown
21 lines
262 B
Markdown
## Name
|
|
|
|
FontEditor - Serenity font editor
|
|
|
|
[Open](file:///bin/FontEditor)
|
|
|
|
## Synopsis
|
|
|
|
```**sh
|
|
$ FontEditor [file]
|
|
```
|
|
|
|
## Description
|
|
|
|
FontEditor is a font editing application for Serenity.
|
|
|
|
## Examples
|
|
|
|
```sh
|
|
$ FontEditor /res/fonts/CsillaRegular10.font
|
|
```
|