I've extended our local tk-hiero-export
app to support customizable export token resolution.
So you can use the tk-hiero-export config yml file to specify a list of additional tokens you want to be able to use in Hiero export templates and a hook which gets called to resolve each of these tokens.
E.g.: if you specify
tk-hiero-export:
custom_resolve_strings: [sg_sequence, sg_scene, sg_shot_no]
you could then use something like
{sg_sequence}/{sg_scene}/{sg_shot_no}
in your export template and the hook will get called for each token with the Hiero task and the keyword.
I think this would be generaly useful as a feature (and, IMHO, a better way to also handle {tk_version}). I'm just not sure how I should send this as a suggestion, do I create a patch file, or should I send you a pull request on github, something else entirely?