Span adderAdds customizable span tags around every letter in a text selection. How to useFirst, select a text.
For example let's take that HTML markup:
When we select the string inside the tags and we use the keyboard combination CTRL+ALT+M the output would be:
FeaturesCustom classUsage: <string>_<customClass>
would output
which adds a custom class to the span element. Increment after the class and increment startUsage: <string>_<class>_<increment bool (0 or 1, 0 is default)>_<increment start (any number, 0 is default)>
would output
Note - it ignores whitespaces.Enjoy! |