What other special codes can be used in TextExpander touch snippets?
Other special codes which can be used in TextExpander touch: (other than the date and time macros listed here)
%clipboard = insert clipboard text contents here
%| = % + (Shift+\) the pipe is used to position the cursor at that location once a snippet is expanded
%\ = select a range of text upon snippet expansion. The text must be surrounded by %| at the beginning and %\ at the end.
%% = expand a single percent character ("escape" the percent from being treated as a macro code)
%snippet:<snippet abbreviation>% = embed the specified snippet's expansion within this one
Fill-in fields (only supported in some TextExpander touch-enhanced apps):
%filltext:name=<field name>% = single-line fill-in field
%fillarea:name=<area name>% = multi-line fill-in field
%fillpopup:[default=]<value>:<value>:<value>[…]% = popup menu
%fillpart%<content of optional section>%fillpartend% = optional section - check the box to include when expanded