Skip to content

The best way to tag template and remove when clone. #997

Answered by welpdx
Another5405 asked this question in Help
Discussion options

You must be logged in to vote

I think you are looking for

<%* tR += " #Tag " %>

tR is to output the text
when using tR add an asterisk to <%

for more info, read here: https://silentvoid13.github.io/Templater/commands/execution-command.html#how-to-output-a-value-from-a-javascript-execution-command-

Alternatively, use:

<% " #Tag " %>

both would ouput " #Tag "

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@Another5405
Comment options

@Another5405
Comment options

Answer selected by Another5405
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants