Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.06 KB

README.org

File metadata and controls

36 lines (28 loc) · 1.06 KB

Wikinforg

https://melpa.org/packages/wikinfo-badge.svg

Wikinforg is a wikinfo front end for converting Wikipedia’s infoboxes into Org entries and items.

It offers two commands:

wikinforg
Insert the result of a wikinfo search as an Org entry or item.
wikinforg-capture
Similar to above, but designed with org-capture in mind.

Demo

images/demo.gif

Installation

If you’d like to experiment with it, the easiest way to install is with the straright package manager:

MELPA

Try it with the straight package manager:

(straight-use-package 'wikinforg)

or use-package:

(use-package wikinforg
  :ensure t)

Manual

Download wikinforg and make sure it is in your load-path. Require it in your init file.

(require 'wikinforg)