Skip to content

Commit 19163e7

Browse files
kleinesfilmroellchennico
authored andcommitted
Everywhere: Format Markdown with prettier
These are the exact changes necessary to get the next commit to pass pre-commit checks.
1 parent 7eb1534 commit 19163e7

File tree

310 files changed

+3591
-3235
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

310 files changed

+3591
-3235
lines changed

Base/usr/share/man/man1/Applications.md

+28-28
Original file line numberDiff line numberDiff line change
@@ -6,37 +6,37 @@ Applications - SerenityOS GUI applications
66

77
SerenityOS comes with a suite of GUI applications. The applications are divided into multiple categories, through which they are available in the System Menu.
88

9-
Note that many applications can be disabled at SerenityOS build time if desired. Therefore, depending on your SerenityOS build configuration, not all applications will be available.
9+
Note that many applications can be disabled at SerenityOS build time if desired. Therefore, depending on your SerenityOS build configuration, not all applications will be available.
1010

1111
## See also
1212

13-
- Documentation for SerenityOS Games in section 6
13+
- Documentation for SerenityOS Games in section 6
1414

1515
### List of Application manpages
1616

17-
- [3D File Viewer](help://man/1/Applications/3DFileViewer)
18-
- [About](help://man/1/Applications/About)
19-
- [Analog Clock](help://man/1/Applications/AnalogClock)
20-
- [Assistant](help://man/1/Applications/Assistant)
21-
- [Browser](help://man/1/Applications/Browser)
22-
- [Calculator](help://man/1/Applications/Calculator)
23-
- [Calendar](help://man/1/Applications/Calendar)
24-
- [CatDog](help://man/1/Applications/CatDog)
25-
- [Certificate Settings](help://man/1/Applications/CertificateSettings)
26-
- [Character Map](help://man/1/Applications/CharacterMap)
27-
- [Eyes](help://man/1/Applications/Eyes)
28-
- [FontEditor](help://man/1/Applications/FontEditor)
29-
- [GML Playground](help://man/1/Applications/GMLPlayground)
30-
- [Help](help://man/1/Applications/Help)
31-
- [Hex Editor](help://man/1/Applications/HexEditor)
32-
- [Image Viewer](help://man/1/Applications/ImageViewer)
33-
- [Magnifier](help://man/1/Applications/Magnifier)
34-
- [Mail](help://man/1/Applications/Mail)
35-
- [Maps](help://man/1/Applications/Maps)
36-
- [Mouse Settings](help://man/1/Applications/MouseSettings)
37-
- [Pixel Paint](help://man/1/Applications/PixelPaint)
38-
- [Presenter](help://man/1/Applications/Presenter)
39-
- [Profiler](help://man/1/Applications/Profiler)
40-
- [SQL Studio](help://man/1/Applications/SQLStudio)
41-
- [Terminal](help://man/1/Applications/Terminal)
42-
- [Text Editor](help://man/1/Applications/TextEditor)
17+
- [3D File Viewer](help://man/1/Applications/3DFileViewer)
18+
- [About](help://man/1/Applications/About)
19+
- [Analog Clock](help://man/1/Applications/AnalogClock)
20+
- [Assistant](help://man/1/Applications/Assistant)
21+
- [Browser](help://man/1/Applications/Browser)
22+
- [Calculator](help://man/1/Applications/Calculator)
23+
- [Calendar](help://man/1/Applications/Calendar)
24+
- [CatDog](help://man/1/Applications/CatDog)
25+
- [Certificate Settings](help://man/1/Applications/CertificateSettings)
26+
- [Character Map](help://man/1/Applications/CharacterMap)
27+
- [Eyes](help://man/1/Applications/Eyes)
28+
- [FontEditor](help://man/1/Applications/FontEditor)
29+
- [GML Playground](help://man/1/Applications/GMLPlayground)
30+
- [Help](help://man/1/Applications/Help)
31+
- [Hex Editor](help://man/1/Applications/HexEditor)
32+
- [Image Viewer](help://man/1/Applications/ImageViewer)
33+
- [Magnifier](help://man/1/Applications/Magnifier)
34+
- [Mail](help://man/1/Applications/Mail)
35+
- [Maps](help://man/1/Applications/Maps)
36+
- [Mouse Settings](help://man/1/Applications/MouseSettings)
37+
- [Pixel Paint](help://man/1/Applications/PixelPaint)
38+
- [Presenter](help://man/1/Applications/Presenter)
39+
- [Profiler](help://man/1/Applications/Profiler)
40+
- [SQL Studio](help://man/1/Applications/SQLStudio)
41+
- [Terminal](help://man/1/Applications/Terminal)
42+
- [Text Editor](help://man/1/Applications/TextEditor)

Base/usr/share/man/man1/Applications/3DFileViewer.md

+18-18
Original file line numberDiff line numberDiff line change
@@ -18,41 +18,41 @@ It currently supports opening the [Wavefront OBJ file format](https://en.wikiped
1818

1919
## Features
2020

21-
By default, 3D File Viewer opens with a rotating [Utah teapot](https://en.wikipedia.org/wiki/Utah_teapot), a standard 3D test model. Open files via *FileOpen* (`Ctrl+O`) or dragging and dropping files into the application. Sample files can be found in `Documents/3D Models`.
21+
By default, 3D File Viewer opens with a rotating [Utah teapot](https://en.wikipedia.org/wiki/Utah_teapot), a standard 3D test model. Open files via _FileOpen_ (`Ctrl+O`) or dragging and dropping files into the application. Sample files can be found in `Documents/3D Models`.
2222

2323
Orbit around the model by grabbing it with the cursor, and zoom in and out with the mouse wheel.
2424

2525
### View Options
2626

27-
* View in Fullscreen mode by pressing `F11` and press `Esc` to return to windowed mode.
28-
* **Rotation Axis** - Enable or disable rotation:
29-
* **X** rotates upwards.
30-
* **Y** rotates right.
31-
* **Z** rotates clockwise.
32-
* **Rotation Speed** - Set to slow, normal, fast or disable.
33-
* **Show Frame Rate** - Display FPS (frames per second) and frame time values (indicating how long it took to render a single frame) in the top-right corner.
27+
- View in Fullscreen mode by pressing `F11` and press `Esc` to return to windowed mode.
28+
- **Rotation Axis** - Enable or disable rotation:
29+
- **X** rotates upwards.
30+
- **Y** rotates right.
31+
- **Z** rotates clockwise.
32+
- **Rotation Speed** - Set to slow, normal, fast or disable.
33+
- **Show Frame Rate** - Display FPS (frames per second) and frame time values (indicating how long it took to render a single frame) in the top-right corner.
3434

3535
### Texture Options
3636

3737
To load a texture, ensure there's a [Bitmap image file](https://en.wikipedia.org/wiki/BMP_file_format) (`.bmp`) with the same name as the OBJ file in the same folder and 3D File Viewer will attempt to load it automatically.
3838

39-
* **Enable Texture** - On by default, disable for a blank (gray) model.
40-
* **Wrap S or T** - Controls how a texture is applied horizontally (S) or vertically (T):
41-
* **Repeat** - Tiles the texture along the axis.
42-
* **Mirrored** - Tiles and mirrors the texture along the axis.
43-
* **Clamp** - Stretches or clamps the texture edges instead of repeating it.
44-
* **Scale** - Adjusts texture size (e.g. `0.5` reduces by half, `2x` doubles the size).
45-
* **Mag Filter** - Determines the appearance of textures when enlarged beyond their original resolution.
46-
* **Nearest** - *Nearest Neighbor* means no scaling is applied to the texture, resulting in a pixellated look.
47-
* **Linear** - *Linear Interpolation* scales the image by estimating pixel values, resulting in a smoother image.
39+
- **Enable Texture** - On by default, disable for a blank (gray) model.
40+
- **Wrap S or T** - Controls how a texture is applied horizontally (S) or vertically (T):
41+
- **Repeat** - Tiles the texture along the axis.
42+
- **Mirrored** - Tiles and mirrors the texture along the axis.
43+
- **Clamp** - Stretches or clamps the texture edges instead of repeating it.
44+
- **Scale** - Adjusts texture size (e.g. `0.5` reduces by half, `2x` doubles the size).
45+
- **Mag Filter** - Determines the appearance of textures when enlarged beyond their original resolution.
46+
- **Nearest** - _Nearest Neighbor_ means no scaling is applied to the texture, resulting in a pixellated look.
47+
- **Linear** - _Linear Interpolation_ scales the image by estimating pixel values, resulting in a smoother image.
4848

4949
Currently, the flashing color lights can't be disabled.
5050

5151
Settings persist whilst the application is open with different files, but do not persist between sessions.
5252

5353
## Arguments
5454

55-
* `file`: The 3D file to be viewed.
55+
- `file`: The 3D file to be viewed.
5656

5757
## Example
5858

Base/usr/share/man/man1/Applications/About.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ $ About
1414

1515
`About` is an application that displays information about SerenityOS.
1616

17-
On the left is the official Ladyball logo. Designed by Katalin Kult, it combines the Yin-Yang symbol with the distinctive shell pattern of a [ladybird](https://en.wikipedia.org/wiki/Coccinellidae), the projects's insect motif. It symbolizes the SerenityOS philosophy, encompassing the *Serenity Prayer's* acceptance of the uncontrollable, the *Yin and yang* concept of balancing opposing forces, and *Lagom*, the Swedish concept of moderation or finding "just the right amount."
17+
On the left is the official Ladyball logo. Designed by Katalin Kult, it combines the Yin-Yang symbol with the distinctive shell pattern of a [ladybird](https://en.wikipedia.org/wiki/Coccinellidae), the projects's insect motif. It symbolizes the SerenityOS philosophy, encompassing the _Serenity Prayer's_ acceptance of the uncontrollable, the _Yin and yang_ concept of balancing opposing forces, and _Lagom_, the Swedish concept of moderation or finding "just the right amount."
1818

1919
Since there are no official releases of the project, the version number is denoted as `1.0-dev` and the revision number reflects the latest Git commit's hash.
2020

Base/usr/share/man/man1/Applications/Assistant.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $ Assistant
1616

1717
### Features
1818

19-
* Enter a URL to open it in [Browser](help://man/1/Applications/Browser), e.g. `serenityos.org`.
20-
* Perform quick calculations by typing the equal sign (=) followed by a mathematical expression, e.g. `=22*101`. Press `Return` to copy the result.
21-
* Run commands in [Terminal](help://man/1/Applications/Terminal) by prefixing them with a dollar sign ($), e.g. `$ uname -a`.
22-
* Launch applications with arguments, e.g. launch [Pixel Paint](help://man/1/Applications/PixelPaint) with a file: `pp image.png`.
19+
- Enter a URL to open it in [Browser](help://man/1/Applications/Browser), e.g. `serenityos.org`.
20+
- Perform quick calculations by typing the equal sign (=) followed by a mathematical expression, e.g. `=22*101`. Press `Return` to copy the result.
21+
- Run commands in [Terminal](help://man/1/Applications/Terminal) by prefixing them with a dollar sign ($), e.g. `$ uname -a`.
22+
- Launch applications with arguments, e.g. launch [Pixel Paint](help://man/1/Applications/PixelPaint) with a file: `pp image.png`.

Base/usr/share/man/man1/Applications/Browser.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ Browser is an application used to view the World Wide Web. It is built on top of
1616

1717
## Options
1818

19-
* `--help`: Display help message and exit
20-
* `--version`: Display version number and exit
19+
- `--help`: Display help message and exit
20+
- `--version`: Display version number and exit
2121

2222
## Arguments
2323

24-
* `urls`: A list of urls to open, one per tab. If none are specified, then the homepage will be opened instead.
24+
- `urls`: A list of urls to open, one per tab. If none are specified, then the homepage will be opened instead.
2525

2626
## Examples
2727

Base/usr/share/man/man1/Applications/CatDog.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ $ CatDog
1414

1515
`CatDog` is an animated screenmate application in the form of a virtual pet.
1616

17-
It was inspired by [Neko](https://en.wikipedia.org/wiki/Neko_(software)). The name derives from its ambiguous appearance: is it a cat, a dog, or a hybrid?
17+
It was inspired by [Neko](<https://en.wikipedia.org/wiki/Neko_(software)>). The name derives from its ambiguous appearance: is it a cat, a dog, or a hybrid?
1818

1919
Its helpful suggestions evoke the animated assistants popular at the turn of the millennium, such as [Clippy](https://en.wikipedia.org/wiki/Office_Assistant).
2020

@@ -28,10 +28,10 @@ Additionally, CatDog offers helpful suggestions depending on the currently activ
2828

2929
CatDog has multiple states:
3030

31-
- *Sleeping* if the mouse cursor hasn’t moved in some time
32-
- *Alert* if woken by the mouse cursor or speaking after being idle
33-
- *Dressed as an Artist* if [Pixel Paint](help://man/1/Applications/PixelPaint) or [Font Editor](help://man/1/Applications/FontEditor) are open
34-
- *Dressed as an Inspector* if [Profiler](help://man/1/Applications/Profiler) or System Monitor are open
31+
- _Sleeping_ if the mouse cursor hasn’t moved in some time
32+
- _Alert_ if woken by the mouse cursor or speaking after being idle
33+
- _Dressed as an Artist_ if [Pixel Paint](help://man/1/Applications/PixelPaint) or [Font Editor](help://man/1/Applications/FontEditor) are open
34+
- _Dressed as an Inspector_ if [Profiler](help://man/1/Applications/Profiler) or System Monitor are open
3535

3636
To exit, right-click on CatDog and select `Quit` or, if active, press `Alt+F4`.
3737

Base/usr/share/man/man1/Applications/CertificateSettings.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,13 @@ $ CertificateSettings
1111
```
1212

1313
## Description
14+
1415
`Certificate Settings` is an application for managing digital certificates in SerenityOS.
1516

1617
Certificates are used for establishing a user's credentials when trying to create secure connection between a client and server by matching a public and private key.
1718

18-
The *Certificate Store* lists all of the certificates currently stored in the system, the Trusted Root Certification Authorities (CAs) they were issued by and their expiration dates.
19+
The _Certificate Store_ lists all of the certificates currently stored in the system, the Trusted Root Certification Authorities (CAs) they were issued by and their expiration dates.
1920

2021
### Features
2122

22-
Import and export CAs as Privacy-Enhanced Mail files (`.pem`).
23+
Import and export CAs as Privacy-Enhanced Mail files (`.pem`).

Base/usr/share/man/man1/Applications/CharacterMap.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,17 @@ Character Map is a GUI application for viewing, searching for, and copying Unico
1818
## Examples
1919

2020
To open Character Map:
21+
2122
```sh
2223
$ CharacterMap
2324
```
2425

2526
To view a list of all characters that have "yak" in their name:
27+
2628
```sh
2729
$ CharacterMap --search "yak"
2830
```
2931

3032
## See Also
3133

32-
* [`FontEditor`(1)](help://man/1/Applications/FontEditor) To edit the fonts instead of just viewing them.
34+
- [`FontEditor`(1)](help://man/1/Applications/FontEditor) To edit the fonts instead of just viewing them.

Base/usr/share/man/man1/Applications/Eyes.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ $ Eyes [--num-eyes number] [--max-in-row number] [--grid-rows number] [--grid-co
1212

1313
## Options
1414

15-
* `--help`: Display help message and exit
16-
* `--version`: Print version
17-
* `-n number`, `--num-eyes number`: Number of eyes
18-
* `-m number`, `--max-in-row number`: Maximum number of eyes in a row
19-
* `-r number`, `--grid-rows number`: Number of rows in grid (incompatible with --number)
20-
* `-c number`, `--grid-cols number`: Number of columns in grid (incompatible with --number)
21-
* `-h`, `--hide-window`: Hide window frame
15+
- `--help`: Display help message and exit
16+
- `--version`: Print version
17+
- `-n number`, `--num-eyes number`: Number of eyes
18+
- `-m number`, `--max-in-row number`: Maximum number of eyes in a row
19+
- `-r number`, `--grid-rows number`: Number of rows in grid (incompatible with --number)
20+
- `-c number`, `--grid-cols number`: Number of columns in grid (incompatible with --number)
21+
- `-h`, `--hide-window`: Hide window frame

0 commit comments

Comments
 (0)