Add an option to remove new line and hyphens from header in config #103
Closed
123peter123
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
|
The latest commit has added three new config options: # The format string used for the header. Uses custom-keybind substitution codes to
# dynamically change the contents of the header. See: docs/custom-keybinds.md#codes
format_string_header=%q\N----------------------------------------------------
# The format strings used for the wrappers. Supports custom-keybind substitution codes, and
# supports two additional codes: `%<` and `%>` to show the number of items before and after the visible list, respectively.
# Setting these options to empty strings will disable the wrappers.
format_string_topwrapper=%< item(s) above\N
format_string_bottomwrapper=\N%> item(s) remainingThis allows you to control the contents of the header and wrappers, including newlines ( For example you could do: |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'd love an option to be able to remove the new line and hyphens from the header in the config, instead of manually removing
append('\\N ----------------------------------------------------')in the modules/ass.luait'd be really nice if we could choose what we append in the config <3 thank you
Example:

and maybe an option to add less new lines between the wrapper too.
Beta Was this translation helpful? Give feedback.
All reactions