Changes between Version 5 and Version 6 of Bookmarks Project/Installation
- Timestamp:
- 09/24/15 16:51:34 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Bookmarks Project/Installation
v5 v6 27 27 }}} 28 28 29 Bookmarklet code for a "Make Bookmark" bookmarklet: 30 {{{ 31 javascript:(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 34 Be sure to change '''localhost:5000''' to your server name if you are running this behind a reverse proxy on an actual server. 35 29 36 == See Also == 30 37