Google Reader
a sublime plugin for google reader
Details
Installs
- Total 328
- Win 200
- Mac 72
- Linux 56
Dec 22 | Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | Dec 6 | Dec 5 | Dec 4 | Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Sublime Reader
A Google reader plugin for Sublime Text 2. Check your news without leaving your favourite editor!
Installation
Sublime Package Control
If you are using Sublime Package Control you can simply install Sublime Reader by searching for Google Reader
in the package listing.
Manual Install
Download Sublime Reader from here and place the entire SublimeGReader
directory into your Packages
directory.
Setting Up
After you install Sublime Reader you will need to provide your Google Reader credentials for authentication. You can manually enter them in the SublimeReader.sublime-settings
file (which you should copy to your User
directory if you don't want it to be reset when the package is updated) or the plugin will prompt you the first time you try to use it:
Using Sublime Reader
By default, Sublime Reader will check for new articles everytime you save a file:
Once complete, it will display the unread count in the status bar:
Press super + shift + r
to display the list of articles at your conveience.
Options
Sublime Reader has several options to let you customize the plugin to your liking:
load_on_save
dislplays unread items on saveload_in_browser
opens the item in a new browseralways_check_for_new_items
will check for new items when you open the news feedsublime_reader_login
your email addresssublime_reader_password
your passwordshow_content
displays a snippet display the titlesr_delay
the number of seconds before SR will fetch new stories (helpful if you are saving a lot in a short time)
Credits
Many thanks go to the following:
- Jon Skinner, author of Sublime Text. Without him none of this would exist!
- Jeffery Way, whose course convinced me to go all-in with Sublime.
- Matt Behrens, for creating and maintaining libgreader, the engine which drives this plugin.
- Will Bond, for creating and maintaing the Sublime Package Control.