- Open 
$:/plugins/kookma/commander/tiddler/macros/export
 
- Look at the
 
\define add-export-tag()
<$list filter=<<searchfilter>> >
<$fieldmangler>
<$list filter="[enlist{$(exportTagTid)$}]~[[exported]]" variable="exportTag" ><!-- add all export tags-->
<$action-sendmessage $message="tm-add-tag" $param=<<exportTag>> />
</$list>
<$action-sendmessage $message="tm-remove-tag" $param=<<workingTag>> />
</$fieldmangler>
</$list>
\end
Note to the ~[[exported]].
I f you like to not add any tag, remove the ~[[exported]] from the filter.
- The reason I used this to be able to recognize the exported tiddlers on the target wiki!
 
- You may know, the export feature is avialable in $:/AdvancedSearch → Filter. That is why I did not extended this part in Commander, as it is a duplicate of $:/AdvancedSearch → Filter