firmart / wpac.el

Wikipedia autocompletion inside Emacs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wpac.el

img/wpac-vs-wikipedia-template-search.png

Install

This package is a work-in-progress. You can install it with quelpa-use-package until it joins melpa.

(use-package wpac
  :quelpa (wpac :fetcher github :repo "firmart/wpac")
  :ensure t
  :config
  (wpac-config-default))

TODO

  • Change name
  • provide completion based on different namespaces (esp. Template = 10 and Articles).
  • (long term) provide yas-snippet snippets for basic markups.

About

Wikipedia autocompletion inside Emacs.

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%