Changes between Version 5 and Version 6 of Bookmarks Project/Installation


Ignore:
Timestamp:
09/24/15 16:51:34 (9 years ago)
Author:
peter
Comment:

added the bookmarklet code

Legend:

Unmodified
Added
Removed
Modified
  • Bookmarks Project/Installation

    v5 v6  
    2727}}} 
    2828 
     29Bookmarklet code for a "Make Bookmark" bookmarklet: 
     30{{{ 
     31javascript:(function(){window.open(%22http://localhost:5000/?uri=%22+encodeURIComponent(document.location)+%22&title=%22+encodeURIComponent(document.title),%22edit_bookmark%22,%22width=800,height=250%22)})() 
     32}}} 
     33 
     34Be sure to change '''localhost:5000''' to your server name if you are running this behind a reverse proxy on an actual server. 
     35 
    2936== See Also == 
    3037