!Bookmarklet Examples

This recipe is secure because it only allows authors to reference bookmarklets which are predefined in your config.php or farmconfig.php file.

Return to Bookmarklet Recipe

There are 2 examples here.

This code is customized for PMWiki actions.

# This is config.php code using InterMap links:

# allow PMWiki action bookmarklet links
$LinkFunctions['action:'] = 'LinkIMap';
$IMap['action:'] = '$1';
$IMapLinkFmt['action:'] =
        "<a href='javascript:location.href+=\"?action=\$LinkUrl\"'>\$LinkText</a>";
Here are all the PMWiki actions. You can add/install any to your \\
browser by dragging a any link to your browser toolbar:

    [[action:browse|View]]
    [[action:edit|Edit]]
    [[action:diff|History]]
    [[action:upload|Upload]]
    [[action:crypt|Crypt]]
    [[action:print|Print]]
    [[action:search|Search]]
    [[action:source|Source]]
    [[action:login|Login]]
    [[action:logout|Logout]]
    [[action:rss|RSS]]
    [[action:atom|Atom]]
    [[action:rdf|RDF]]
    [[action:dc|DC]]
    [[action:refcount|RefCount]]
    [[action:ruleset|Ruleset]]
    [[action:phpinfo|PHPInfo]]
    [[action:diag|Diag]] 
    [[action:attr|Attributes]] 

Here are all the PMWiki actions. You can add/install any to your
browser by dragging a any link to your browser toolbar:

    View
    Edit
    History
    Upload
    Crypt
    Print
    Search
    Source
    Login
    Logout
    RSS
    Atom
    RDF
    DC
    RefCount
    Ruleset
    PHPInfo
    Diag 
    Attributes 

This code is customized for a single bookmarklet link.

# This is config.php code using Markup alone:

# create custom bookmarklet link
Markup('pmwikiedit', 'directives', '/\\(:pmwikiedit:\\)/',
        Keep("<a href='javascript:location.href+=\"?action=edit\"'>Edit</a>"));
(:pmwikiedit:)

Edit

Return to Bookmarklet Recipe

 0: 00.00 00.00 config start
 1: 00.05 00.01 config end
 2: 00.30 00.21 MarkupToHTML begin
 3: 00.30 00.21 MarkupToHTML begin
 4: 00.31 00.22 MarkupToHTML end
 5: 00.31 00.22 MarkupToHTML begin
 6: 00.31 00.22 MarkupToHTML end
 7: 00.32 00.22 ReadApprovedUrls SiteAdmin.ApprovedUrls begin
 8: 00.32 00.23 ReadApprovedUrls SiteAdmin.ApprovedUrls end
 9: 00.33 00.23 MarkupToHTML end
10: 00.33 00.23 MarkupToHTML begin
11: 00.34 00.25 MarkupToHTML end
12: 00.34 00.25 MarkupToHTML begin
13: 00.35 00.25 MarkupToHTML end
14: 00.35 00.25 now
Peak memory: 3,694,112 bytes