Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 402 Bytes

org_protocol.md

File metadata and controls

13 lines (9 loc) · 402 Bytes

Only tested on Chromium. You may need to change these for Firefox.

bookmarklet for capture

location.href = 'org-protocol://capture?'+new URLSearchParams({template:'w',url:location.href,title:document.title,body:window.getSelection()})`

bookmarklet for store-link

location.href = 'org-protocol://store-link?'+new URLSearchParams({url:location.href,title:document.title})