#Overlay Placement
1 messages · Page 1 of 1 (latest)
You can press the "Close Post" button above or type /close at any time to close this post.
Please use code blocks when sending any code-related text (such as error messages or configuration file extracts.)
The Grave Accent key (`) is used to define code blocks and is typically found to the left of the number 1 key on a standard keyboard.
If you are posting any yaml-formatted text (such as collections), you can add yaml to your Grave Accent keys for coloured formatting. See the below sample text and output
YOU TYPE THIS
```yaml
collections:
Documentaries:
smart_filter:
all:
genre: Documentary
```
DISCORD DISPLAYS
collections:
Documentaries:
smart_filter:
all:
genre: Documentary
I'd probably start much simpler to gain an understanding of the concepts before you start trying to reverse engineer something like this.
Maybe useful to start:
https://github.com/Kometa-Team/Cookbook/blob/main/guides/positional-non-positional.md
Oh wow thanks, that helped alot. I have one additional question though, how does a center alignment work?