|
Place tags into any HTML object like this {hex}Test{/hex}
Controls:-
CTRL+SHIFT+H = convert the tags
CTRL+SHIFT+T = show all available tags
Tags available:-
dec = decimal encoding with/without entities
hex = hex encoding with/without entities
uni = unicode encoding
oct = octal encoding
enc = url encoding
concat = creates a string concatenation of whatever is supplied e.g.:-
x0=(1^2==0)?’t':’ABC’+'DEFG’;x1=(1^2==0)?’e':’ABC’+'DEFG’;
x2=(1^2==0)?’s’:'ABC’+'DEFG’;x3=(1^2==0)?’t':’ABC’+'DEFG’;
x4=x0+x1+x2+x3;
javachar = java livescript based char code conversion
charcode = standard character code conversion
eval = obscures a eval code block
tag = doesn’t do much yet other than insert a random tag with a javascript execution point
randchars = creates random characters depending on int supplied e.g. {randchars}5{/randchars}
dquote = encloses a string with double quotes
squote = encloses a string with single quotes
|