This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- | |
-- Created by: Sean Korzdorfer | |
-- Created on: 06/08/12 17:05:27 | |
-- This script incudes code from an example posted by Rob Trew | |
-- String Library can be obtained at: | |
-- http://applescript.bratis-lover.net/library/string/ | |
-- Any line which contains a path needs to be edited for the users environment | |
-- NB: this could easily be edited to append. | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:window.location='pinbook:///add?url='%20+%20encodeURIComponent(document.location.href)%20+%20'&title='%20+%20encodeURIComponent(document.title); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Author: Sean Korzdorfer | |
Date: 2012-07-31_140805 | |
Call using : | |
javascript:(function(){document.body.appendChild(document.createElement('script')).src='http://source-url.foo';})(); | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Drafts App Bookmarklets (http://agiletortoise.com/drafts) | |
Author: Sean Korzdorfer | |
Date: 13:51:29 Wed May 23 2012 | |
Re: https://gist.github.com/gists/2579288 | |
Most of the Date functions used snippets I created from: | |
http://www.webdevelopersnotes.com/tips/html/10_ways_to_format_time_and_date_using_javascript.php3 | |
*/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:window.location='dayone://post?entry=%5B'+encodeURIComponent(document.title)+'%5D('+encodeURIComponent(document.location.href)+')' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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 |
NewerOlder