Get summaries of wikipedia articles in Emacs
Switch branches/tags
Nothing to show
Clone or download
jozefg Merge pull request #5 from ayman/master
Adding language string as defcustom and insert into current buffer
Latest commit fa41ab6 Oct 10, 2018
Permalink
Failed to load latest commit information.
LICENSE Added license Apr 5, 2015
README.md Updating README with new stuff. Jul 3, 2016
wiki-summary.el Merge pull request #5 from ayman/master Oct 10, 2018

README.md

wiki-summary.el

MELPA

Grab the Wikipedia summary for a term and display the result in a buffer. Inspired by WikiTerm.

Currently this exports two functions:

  • wiki-summary which will interactively prompt you for the string of the page title and gives back the information in a buffer *wiki-summary*

  • wiki-summary-insert which will interactively prompt you for the string of the page title and insert (or barf if read only) the summary into the current buffer at point.

You can specify a language encoding (as per the URL for that language) with M-x customize-variable and wiki-summary-language-string.