Mark Stephen Barralet writes:
I want to display the Name part of a PTV as spaced. eg:
:MyVarOne:This is my first PTV

should display as:
My Var One
        This is my first PTV

I think this should be possible with markup(). Am I looking in the right direction or is this a non-trivial mod? I am only just starting to understand how markup() works, and I am new to PHP and HTML.

It looks like it is possible. Add near the end of local/config.php this code:

 Markup('spaceDT', 'inline', "/^: *($WikiWordPattern) *:/me",
   "$AsSpacedFunction('$0')");

Petko


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

Reply via email to