Let's say I would like to use the link feature to reference from sequence diagram messages to a more detailed description somewhere.
I can do it like that:
a -> b: [[/messages.html#010 write(a)]]
Now, assume the target of a link is a document where the anchors correspond to the auto-numbered messages. But the numbering is only available at rendering time.
Is there a way to hook into diagram creation and use a templating mechanism to create the links dynamically?
Bye,
Jo