Skip to content
Jack Park edited this page Jun 7, 2014 · 2 revisions

This project supports a Javascript bookmarklet. The bookmarklet itself is a tiny snippet of Javascript which looks like this:

javascript:location.href='http://**localhost:3000**/bkmrk?url='+ encodeURIComponent(location.href)+'&title='+ encodeURIComponent(document.title)

where localhost:3000 (the url for local testing) is changed to the installation's URL.

Installing

In a browser's bookmark manager, create a new named bookmarklet using a chosen name and modified Javascript.

Using

Steps are important:

  1. Log into the website to get a session cookie: for security purposes, we don't use the bookmarklet for authentication; you must be authenticated before using it.

  2. Visit a desired website

  3. Click the bookmarkelet, which takes you to a form provided by the server (not implemented yet)

  4. Fill in the form with desired details and tags

  5. Click the Save button.

Clone this wiki locally