Is your feature request related to a problem? Please describe.
I start my tab templates with some opening characters like [ or U+1fb7d. Having the bell / attention symbol before that looks like it belongs to the previous tab or the separator.
Describe the solution you'd like
It would be cool to have some {bell} and {attention} variables for the template string, so that one can place them where one likes (and maybe even use the formatter to format them?). If the template (after formatting) doesn't have the bell / attention symbol in it and the symbol is wanted, one can still display them the old way?
Describe alternatives you've considered
Currently tricking around a bit by putting some things in the separators. Which means the first tab does not have the "start" chars.
Is your feature request related to a problem? Please describe.
I start my tab templates with some opening characters like
[orU+1fb7d. Having the bell / attention symbol before that looks like it belongs to the previous tab or the separator.Describe the solution you'd like
It would be cool to have some
{bell}and{attention}variables for the template string, so that one can place them where one likes (and maybe even use the formatter to format them?). If the template (after formatting) doesn't have the bell / attention symbol in it and the symbol is wanted, one can still display them the old way?Describe alternatives you've considered
Currently tricking around a bit by putting some things in the separators. Which means the first tab does not have the "start" chars.