helm-esa.el
is a helm interface for esa.
You can open esa articles to the web browser using helm interface.
- Emacs 26.2 or higher
- helm 3.2 or higher
You can install helm-esa.el
from MELPA with package.el (M-x package-install helm-esa
).
(setq helm-esa-team-name "Your esa team name")
(setq helm-esa-access-token "Your Access Token") ;; See https://{team_name}.esa.io/user/applications
(helm-esa-initialize)
The required scope is Read
for helm-esa-access-token
.
- A function to be able to select the searched esa articles
- A helm source for the searched esa articles
- Query for searching esa articles
You can customize it. e.g;
(setq helm-esa-search-query "watched:true -in:日報")
The default value is "watched:true kind:stock"
.
See also help/記事の検索方法 - docs.esa.io.