summaryrefslogtreecommitdiff
path: root/_posts/2009-11-03-userscripts-and-bookmarklets.textile
diff options
context:
space:
mode:
Diffstat (limited to '_posts/2009-11-03-userscripts-and-bookmarklets.textile')
-rw-r--r--_posts/2009-11-03-userscripts-and-bookmarklets.textile3
1 files changed, 3 insertions, 0 deletions
diff --git a/_posts/2009-11-03-userscripts-and-bookmarklets.textile b/_posts/2009-11-03-userscripts-and-bookmarklets.textile
index 0398068..34f8c9e 100644
--- a/_posts/2009-11-03-userscripts-and-bookmarklets.textile
+++ b/_posts/2009-11-03-userscripts-and-bookmarklets.textile
@@ -17,9 +17,12 @@ h2. GitHub
* "Dashboard twitter status":http://gist.github.com/225512 - Adds the two most recent, non-reply tweets from @github to your dashboard
* "Augment GitHub":http://github.com/nakajima/augment-github - Bookmarklet that adds follower, fork, and issue counts to your repos on your dashboard
* "User profile gist links":http://gist.github.com/225593 - Adds a link to user profile pages linking to that user's gists
+* "GitHub Markdown Preview":http://userscripts.org/scripts/show/65788 - Adds a preview to comment fields, so that you may see how your comment looks with the markdown formatted before sending it.
h2. Gist
* "Replace page title with filename":http://gist.github.com/93187
* "Diff for gist":http://gist.github.com/105913
+* "Bespin for gist":http://gist.github.com/463054 - Allows users to quickly replace any textarea you encounter on gist.github.com with a Bespin editor.
+* "Gist UserScript Install Link":http://gist.github.com/289492 - If a gist is a userscript, then this userscript will add a "install" link next the the "raw" link, and points the "raw" link to the url using view-source:.
* "Add top pagination to My Gists":http://gist.github.com/339147 - Adds pagination to the top of the "My Gists" page.