OpenAssetIO / OpenAssetIO-MediaCreation

OpenAssetIO extensions for use in the Media Creation industry.
Apache License 2.0
12 stars 10 forks source link

Add string substitution notebook #97

Closed feltech closed 2 months ago

feltech commented 3 months ago

Closes #91. A gaping hole in OpenAssetIO standardisation is how strings with embedded substitution tokens should be communicated between a host and a manager. Hosts and managers must agree on the syntax of substitution tokens, what tokens are available, and the meaning of those tokens.

So add a notebook explaining the OpenAssetIO approach to solving this, including example usage of the subtitute utility function.

Reviewer notes

The notebook will fail unless/until the substitute function is available. See https://github.com/OpenAssetIO/OpenAssetIO/issues/1213