ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Google Reader

by speg ST2

a sublime plugin for google reader

Details

  • 2013.02.19.18.30.59
  • github.​com
  • github.​com
  • 11 years ago
  • 12 minutes ago
  • 11 years ago

Installs

  • Total 328
  • Win 200
  • Mac 72
  • Linux 56
Apr 26 Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 Apr 2 Apr 1 Mar 31 Mar 30 Mar 29 Mar 28 Mar 27 Mar 26 Mar 25 Mar 24 Mar 23 Mar 22 Mar 21 Mar 20 Mar 19 Mar 18 Mar 17 Mar 16 Mar 15 Mar 14 Mar 13
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!

intro

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: login

Using Sublime Reader

By default, Sublime Reader will check for new articles everytime you save a file:
fetch
Once complete, it will display the unread count in the status bar:
fetch
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 save
  • load_in_browser opens the item in a new browser
  • always_check_for_new_items will check for new items when you open the news feed
  • sublime_reader_login your email address
  • sublime_reader_password your password
  • show_content displays a snippet display the title
  • sr_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.