On Thursday 15 July 2010 18:35:19, ABClf wrote :
> In my case, I have a page with some anchors well named ; and I would
> find convenient to use something as (:listanchor:) to get a basic list
> (I would like an horizontal format : word1 ; word2 ; word3) instead of
> doing the list by hand.
> 
> [[#word1]]
> ...
> [[#word2]]
> ...
> [[#word3]]

You can add a markup definition :
  
   Markup('listanchor', '>[[#', '/\\(:listanchor:\\)/e', 
    'implode(" ; ", array_keys($GLOBALS["SeenAnchor"]))' );

Thanks,
Petko

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to