Fix appearance:bullets

100
0
2 weeks ago
Status: Open
Labels (1)
abureaux
MVP Regular Contributor

appearance:bullets is necessary, but works unintuitively.

This:
abureaux_0-1715029832427.png

Can result in this (or some other seemly random bullet list):

abureaux_1-1715029846216.png

Instead of encoding anything to appearance:bullets, can this appearance (or even a new appearance) simply "add a carriage return after the item"? That would resolve this formatting issue.

What I mean is that, for example, in a repeat you can simulate this with the following set-up:

abureaux_2-1715029973113.png

Will result in:

abureaux_3-1715030004983.png

This works because you are "adding a carriage return" to the already formatted text. While the trailing bullet is annoying in this scenario, at least the formatting is correct. This new appearance could act like the join() command, where it adds carriage returns after each item until the final item.