You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,12 +99,12 @@ The configuration file is loaded when Gleeter starts. Gleeter looks for the conf
99
99
*`max_cols`: Specifies the maximum number of columns to use for displaying the comic.
100
100
*`max_lines`: Specifies the maximum number of lines to use for displaying the comic.
101
101
102
-
***`[[alias]]`**: This section defines aliases for accessing comics. You can define multiple aliases.
103
-
*`name`: The name of the alias.
102
+
*`[[alias]]`**: This section defines aliases for accessing comics. You can define multiple aliases.
103
+
*`name`: The name of the alias. Alias names **must not** be empty and **must not** contain any of the following characters: `!`, `;`, `$`, `:`, `\`, `"`, `'`, `(`, `)`, space, tab, newline, or carriage return. Leading and trailing whitespaces will be automatically removed.
104
104
*`type`: The type of alias. Valid values are `"id"`, `"random"`, and `"latest"`.
105
105
*`id`: (Only required for `"id"` aliases) The comic ID to associate with the alias.
106
106
107
-
The `src/gleeter/config.gleam` file defines the structure of the configuration data and how it is parsed from the TOML file.
107
+
The [config.gleam](src/gleeter/config.gleam) file defines the structure of the configuration data and how it is parsed from the TOML file.
108
108
109
109
To modify Gleeter's behavior, simply edit the configuration file and restart the application.
0 commit comments