Is your feature request related to a problem? Please describe.
Currently bracket markup is not shown in VSCode preview and there's no option to display it.
My idea is to be able to display metadata on the dialog, for example, the mood: Protesters: [mood=angry]YOU ARE NOT WELCOME HERE![/mood].
It would be nice if we could be able to display this metadata somehow.
Describe the solution you'd like
A way to display bracketed markup metadata in the previewer.
Describe alternatives you've considered
The user could provide some small code or setting to decide how to present this metadata, for example, if the ood=angry display text in all uppercase, or just append the mood in the output, for example, `Protesters: (Angry) YOU ARE NOT WELCOME HERE``.
Add tags
VSCode
Is your feature request related to a problem? Please describe.
Currently bracket markup is not shown in VSCode preview and there's no option to display it.
My idea is to be able to display metadata on the dialog, for example, the mood:
Protesters: [mood=angry]YOU ARE NOT WELCOME HERE![/mood].It would be nice if we could be able to display this metadata somehow.
Describe the solution you'd like
A way to display bracketed markup metadata in the previewer.
Describe alternatives you've considered
The user could provide some small code or setting to decide how to present this metadata, for example, if the
ood=angrydisplay text in all uppercase, or just append the mood in the output, for example, `Protesters: (Angry) YOU ARE NOT WELCOME HERE``.Add tags
VSCode