helm-qiita.el
is a helm interface for Qiita.
You can open your Qiita Stocks to Web browser using helm interface.
Also supports Qiita:Team.
- Emacs 24.5 or higher
- helm 2.8.2 or higher
- curl
You can install helm-qiita.el
from MELPA with package.el (M-x package-install helm-qiita
).
(setq helm-qiita-username "Your Qiita Account")
(setq helm-qiita-organization "Your Organization") ;; optional. For example, "feedforce"
(setq helm-qiita-access-token "Your Access Token") ;; See https://qiita.com/settings/applications
(helm-qiita-initialize)
The required scope is read_qiita
for helm-qiita-access-token
.
Also add read_qiita_team
in the case of Qiita:Team.
- A function to be able to select your Qiita Stocks.
- A helm source for your Qiita Stocks.