Anyone know if there is a way to search Reading List?
Not necessarily the full text of the pages — but at least the titles/descriptions that you see when looking at the Reading List pane within Safari:

|
Anyone know if there is a way to search Reading List? Not necessarily the full text of the pages — but at least the titles/descriptions that you see when looking at the Reading List pane within Safari:
|
||||
|
|
|
I am not aware of any options in Safari. Neither the search option under Help, nor the search option under All Bookmarks yielded any results. But, OSX's Spotlight did index the reading list: Results appear in the section Webpages. First I added the webpage to the reading list. Then I reset Safari.
And voilà, Spotlight found it. Not the best solution, but the best I found.
|
|||||||||||
|
|
Create an AppleScript .scpt or Automator Service workflow and assign it a shortcut key. The following script opens your default editor's window with the search results. A bit kludgy, and if the search string is in the Preview field but isn't in the URL you'll get back the line from the Preview field but not the URL. Might be possible to code round that with awk, but I haven't got round to figuring it out yet. Otherwise it works quite well.
(Note: you need to scroll right to see the end of the final line. From 'do shell script.... to ....open -f" ' is all ONE line). You should see something like this after hitting "Search" (obviously your results will differ from mine!)
|
|||||||||||
|