Frequently Asked Question
Yes you can create a special text file in the Motion Template Library main folder that you need to called: ".Token"
This text file is just having lines with template using this structure:
token,textbefore,textafter
"token" is any sequence of characters that if found in the URL will be replaced by "textbefore" and when triggered "textafter" will be added. You can omit to specify "textafter"
in the app you will use those template in any url with : comment;tokenvalue;token2value2;....
value stop if ; found in the URL and token need to be at start or just after a ;
You can commit the comment only if one token used in the URL (no ; at all)
Exemple :
Token File=
vimeo=,https://player.vimeo.com/video/
Can be use in URL like :
vimeo=1002002