For the complete documentation index, see llms.txt. This page is also available as Markdown.

Text Formatting


Each formatting can be combined with each other, this means that you can achieve, for example, red, bold, italic pulsing text.

Name
Usage

Color red

~r~RED~s~

Color green

~g~GREEN~s~

Color blue

~b~BLUE~s~

Color dark blue

~f~DARK BLUE~s~

Color yellow

~y~YELLOW~s~

Color light grey

~c~LIGHT GREY~s~

Color grey

~t~GREY~s~

Color orange

~o~ORANGE~s~

Color purple

~p~PURPLE~s~

Color pink

~q~PINK~s~

Color dark grey

~m~DARK GREY~s~

Color black

~l~BLACK~s~

Color dark blue

~d~DARK BLUE~s~

New line

~n~IN NEW LINE

Italic text

~italic~ITALIC~s~

Pulsating text

~pulse~PULSATING~s~

Bold (weight 500)

~bold~BOLD~s~

Extra Bold (weight 700)

~extra-bold~EXTRA BOLD~s~

Close the formatting element

~s~ / ~h~

~INPUT_CONTEXT~

If you want to create your custom formatting, you can use the formatting with html code, e.g. <span style="color:red">TEXT HERE</span> or if you prefer to create built-in formatting and use it like the above e.g. ~r~TEXT HERE~s~, go to vms_notifyv2/html/js.loads.js and enter it into the formatColors function

Last updated