Skip to content

Commit b480620

Browse files
committed
Added SelectBullseye post
1 parent 83e5bc1 commit b480620

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
layout: post
3+
title: Select Bullseye Bookmarklet
4+
categories:
5+
- blog
6+
---
7+
8+
A few weeks ago, [Brett Terpstra](http://brettterpstra.com/) created a Javascript bookmarklet to target a portion of a webpage and convert it to markdown. I have wanted something like [Bullseye](http://brettterpstra.com/2013/07/30/precise-web-clipping-to-markdown-with-bullseye/) to "make a selection" of the relevant text from an article (with one click) so I could then have the built in OS X Text to Speech speak it back to me.
9+
10+
I used Brett's script as the foundation for finding the relevant element and just handed it off to some Javascript I have been holding on to from [StackOverflow](http://stackoverflow.com/a/987376/1217) to make the selection.
11+
12+
### Old Workflow
13+
1. Click and drag the mouse (or select at beginning, hold shift, and select at end) to make the relevant selection
14+
2. Hit Cmd-C-Opt-? - which I have tied to "Speak selected text" in System Preferences
15+
16+
### New Workflow (although more steps it is infinitely easier)
17+
1. Hit bookmarklet (or run from Chrome's omnibar)
18+
2. Click on article
19+
3. Hit Cmd-C-Opt-?
20+
21+
Here is the link to the [Select Bullseye Gist](https://gist.github.com/queuebit/6118987) if you also find this useful.

0 commit comments

Comments
 (0)