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.
If you’d like to experiment with it, the easiest way to install is with the straright package manager:
Try it with the straight package manager:
(straight-use-package 'wikinforg)
or use-package:
(use-package wikinforg
:ensure t)
Download wikinforg
and make sure it is in your load-path.
Require it in your init file.
(require 'wikinforg)