|
Cookbook /
AttachLinksSummary: Get
Attach: links to display by default without the "Attach:" prefixVersion:
Prerequisites:
Status:
Maintainer:
Categories: Uploads
Questions answered by this recipeHow can I get DescriptionAdd the following lines to your config.php or local customization file:
Markup('Attach', '>img',
"/\\bAttach:([^\\s$UrlExcludeChars]*[^\\s.,?!$UrlExcludeChars])/e",
"Keep(MakeLink(\$pagename,'$0','$1'),'L')");
This will cause To have the "Attach:" to still appear when creating a new attachment (but not for an existing attachment), also add $LinkUploadCreateFmt = "<a class='createlinktext' href='\$LinkUpload'>Attach:\$LinkText</a><a class='createlink' href='\$LinkUpload'> Δ</a>"; After this modification, authors can still create links with the "Attach:" displayed by using the double-bracket form of link (i.e., NotesThis modification has been applied to the Cookbook group on pmwiki.org. One may also use [[Attach:somepage.txt | sometext]]
or [[(Attach:)somefile.txt]]
to get the attachment link shown with another text. DiscussionFor some reason the Attach:\$LinkText above is shown to me on the page as Attach:\PITS. And if one avoids Attach: for existing attachments, the Delta symbol seems superfluous. ~hal Suggestion for slight modificationTo enhance easy understanding for wiki newbies of what the delta is good for, what about adding a Questionshow can I modify this recipe to work with the double-bracket form of the link, eg
Contributors
|