it is not confusing actually: a bookmarklet is java script and can be added to HTML.
- Start Safari new tab
- copy/past code to the URL in Safari
- 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