Skip to content

jleechpe/stack-mode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SX – Stack Exchange for Emacs

https://travis-ci.org/vermiculus/sx.el.svg?branch=master https://badges.gitter.im/Join Chat.svg https://badge.waffle.io/vermiculus/sx.el.svg

SX will be a full featured Stack Exchange mode for GNU Emacs 24+. Using the official API, we aim to create a more versatile experience for the Stack Exchange network within Emacs itself.

Features

sx-tab-frontpage
List questions on a StackExchange site.
Viewing Posts
  • Use jknp to open questions from within list-questions; use RET to move focus.
  • Use v to open the object at point in your browser.
  • Use TAB to fold questions and answers.
  • Use RET to open a link at point.
  • Use : to switch sites.
  • Vote up and down with u and d.

Planned

  • Archiving questions for offline access
  • Browsing and favoriting networks
  • Advanced searching
  • Writing questions, answers, and comments (with source code in its native major mode)
  • Notifications
  • Reputation reporting

Have a feature in mind that isn’t on the list? Submit a pull request to add it to the list! If you want to discuss it first, pop in our Gitter chatroom (badge above) – someone will be around shortly to talk about it.

Installation

To install the development version, follow the usual steps:

  • Clone this repository
  • Add this directory to your load-path
  • Issue (require 'sx)

This should give you access to the only entry point function at the moment, sx-tab-frontpage.

Eventually, this package will be available on MELPA.

Contributing

Please help contribute! Doing any of the following will help us immensely:

For a better view of all of the open issues, take a look at our lovely Waffle board. Feel free to take the torch on anything in backlog or ready. If you have thoughts on any other issues, don’t hesitate to chime in!

Resources

Icons

SX has no explicit need for an icon, although standard SVG files have been gathered in resources/ if anyone would fancy a crack at it.

About

Stack Exchange for Emacs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 99.8%
  • Makefile 0.2%