6 Dec
2010
6 Dec
'10
12:12 p.m.
On 6 December 2010 08:39, Martin Moene
I tried (several variations of) a macro like: [template issue[key] [@https://host.domain/issues/view.php?id=[key] #[key]] ]
Using: * \[[issue 121]\] Text...
There's no support for templates or macros inside urls. So the only way to implement this is to write a template that uses escaped boostbook. See the attached file for an example. You need to be careful when using the template as it will interpret the argument as quickbook, should be fine if you're just using numbers. By the way, you might notice that I implemented the template as a single line, this is because quickbook interprets a template body that starts with a newline as a block. Daniel