Skip to content

Instantly share code, notes, and snippets.

View oban89's full-sized avatar

Reza oban89

  • Seattle
View GitHub Profile
@oban89
oban89 / Chrome URL to Reminders
Created April 11, 2013 18:13
Bookmarklets to add he current browser page to Reminders app via Drafts for iOS.
javascript:window.location='drafts://x-callback-url/create?text='+encodeURIComponent(document.title+'\n')+encodeURIComponent(location.href)+'&action=Reminder&x-success=googlechrome://';
@ChewingPencils
ChewingPencils / Drafts: Search Tweetbot (No Retweets)
Created January 24, 2013 13:29
-filter:retweet -"RT " lang:en
drafts://x-callback-url/import_action?type=URL&name=Search%20Tweetbox&url=tweetbot%3A%2F%2F%2Fsearch%3Fquery%3D%5B%5Bdraft%5D%5D%2520lang%253Aen%2520-filter%253Aretweet%2520-%2522RT%2520%2522
@ChewingPencils
ChewingPencils / drafts_bookmarklets
Created May 2, 2012 19:02
Bookmarklets for Drafts App
/*
Drafts App Bookmarklets (http://agiletortoise.com/drafts)
Author: Sean Korzdorfer
Date: 14:01:43 Wed May 02 2012
Nota Bene: It's probably best to have the bookmarklet create a script tag that includes an external JS.
See: https://gist.github.com/2777049
Sends the current Mobile Safari Tab to Drafts app as Markdown link with date and time stamps
@mbbischoff
mbbischoff / Quotebook URL Scheme.md
Created March 5, 2012 04:28
Quotebook 2.0 URL Scheme

General Navigation

  • quotebook:// — Opens the app
  • quotebook://quotes — Goes to the Quotes Tab
  • quotebook://authors — Goes to the Authors Tab
  • quotebook://sources — Goes to the Sources Tab
  • quotebook://tags — Goes to the Tags tab

Adding Quotes

  • quotebook://add?quote=Stay%20Hungry.%20Stay%20Foolish.&author=Steve%20Jobs&source=Whole%20Earth%20Catalog&rating=5
  • Adds a quote "Stay Hungry. Stay foolish." to the user's Quotebook with the author Steve Jobs, the source Whole Earth Catalog with a rating of 5 stars.