Skip to content

Instantly share code, notes, and snippets.

@adolforismos
Created July 15, 2020 21:25
Show Gist options
  • Save adolforismos/97691a57228a68e70e19285c6fabc30c to your computer and use it in GitHub Desktop.
Save adolforismos/97691a57228a68e70e19285c6fabc30c to your computer and use it in GitHub Desktop.
Roam Research quick capture bookmarklet
javascript:q=location.href;if(document.getSelection){d=document.getSelection();}else{d='';};p=document.title;void(open('https://roamresearch.com?text=__'+encodeURIComponent(d)+'__ — via ['+encodeURIComponent(p)+']('+encodeURIComponent(q)+')#quick-capture','Roam','toolbar=no,width=700,height=350'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment