Quantcast
Channel: DEVONtechnologies Community - Latest posts
Viewing all articles
Browse latest Browse all 17251

Bookmarklets Installation

$
0
0

it is not confusing actually: a bookmarklet is java script and can be added to HTML.

  1. Start Safari new tab
  2. copy/past code to the URL in Safari
  3. Save as favourites

Once done - you can browse to the website you want in DTTG press on the URL to see your favourites and press on the favourite created in step 3. Then the website will be placed into a formatted note in DTTG (Global inbox)

Code is:

javascript:window.location='x-devonthink://createFormattedNote?title='+encodeURIComponent(document.title)+'&location='+encodeURIComponent(window.location)+'&source='+encodeURIComponent(document.documentElement.outerHTML);

Hope that helps
Best,
Steffi


Viewing all articles
Browse latest Browse all 17251

Trending Articles