[pmwiki-users] Glossary
Nils Knappmeier
nk at knappi.org
Thu Mar 3 01:31:13 CST 2005
Hi,
I wanted to implement a glossary cookbook: One Glossary page, has the
form of a definition list (:name:def) and
wherever "name" appears on any page in the group, it is replaced by
<span id="def">name</span>.
I wonder what would be the right Markup-stage to implement this.
Especially, if "name" is a link, it should convert to
<a href="link target"><span id="def">name</span></a> and not contain the
span-part in the link target. That happend with most of my tries to far...
So, where do I put it? "style", "inline", "block", "directive"?
Nils
More information about the pmwiki-users
mailing list