|
LazyWebLinks<< If Group | Cookbook-V1 | Random Incl >> Note: The recipes here are for PmWiki versions 0.6 and 1.0 only. For PmWiki 2.0 recipes, see Cookbook.
GoalMake it easier for page authors to write links to external web pages. SolutionAdd the lines
$LinkPatterns[310]["\\b(www\\.$UrlPathPattern)"] =
"<a class='urllink' href='http://$0'>$0</a>";
to a local customization file. This will cause PmWiki to recognise text starting with People often write Contributors
pmwiki-2.2.0-beta68 -- Last modified by {{jr}}
|