This is great info, but it’s also “a wall of text” which won’t be read unless you split the commands, logic and explanations by using the [details=""]
section much more than you’ve done now.
Have a look here. That one is also a “wall of text” when you expand all sections, and this one too but the point is: you don’t need to expand all sections: you just expand the ones you need to do what you want to do…
E.G. You can have detail sections within detail sections:
Headline
-
Lorem ipsum dolor sit amet,
consectetur
adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
-
Ut enim ad minim veniam,
quis
nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
by doing this:
[details="Headline"]
* Lorem ipsum dolor sit amet,
[details="consectetur"]
adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
[/details]
* Ut enim ad minim veniam,
[details="quis"]
nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
[/details]
[/details]
(Yeah, it’s a bitch getting the spacing correct)