Skip to content

Instantly share code, notes, and snippets.

@adolforismos
adolforismos / quick-capture-bookmarklet
Created July 15, 2020 21:25
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'));
@adolforismos
adolforismos / keybase.md
Last active September 14, 2019 18:38
keybase

Keybase proof

I hereby claim:

  • I am adolforismos on github.
  • I am adolforismos (https://keybase.io/adolforismos) on keybase.
  • I have a public key ASDKBPzdkLQi6MLbsSdvr1w0XeZ37liVFqyAlVPu1YDOXQo

To claim this, I am signing this object:

@adolforismos
adolforismos / 0_reuse_code.js
Created August 23, 2016 17:10
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console