https://github.com/masutaka/emacs-helm-qiita
Qiita with helm interface
https://github.com/masutaka/emacs-helm-qiita
emacs-helm emacs-lisp qiita
Last synced: 6 months ago
JSON representation
Qiita with helm interface
- Host: GitHub
- URL: https://github.com/masutaka/emacs-helm-qiita
- Owner: masutaka
- Created: 2016-05-03T15:37:05.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-05-26T14:15:49.000Z (over 6 years ago)
- Last Synced: 2025-03-13T23:23:02.805Z (9 months ago)
- Topics: emacs-helm, emacs-lisp, qiita
- Language: Emacs Lisp
- Homepage:
- Size: 562 KB
- Stars: 10
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# helm-qiita.el
[![melpa badge][melpa-badge]][melpa-link]
[![melpa stable badge][melpa-stable-badge]][melpa-stable-link]
[melpa-link]: https://melpa.org/#/helm-qiita
[melpa-stable-link]: https://stable.melpa.org/#/helm-qiita
[melpa-badge]: https://melpa.org/packages/helm-qiita-badge.svg
[melpa-stable-badge]: https://stable.melpa.org/packages/helm-qiita-badge.svg
## Introduction
`helm-qiita.el` is a helm interface for [Qiita](https://qiita.com/).
You can open your Qiita Stocks to Web browser using helm interface.
Also supports [Qiita:Team](https://teams.qiita.com/).
## Screenshot

## Requirements
* Emacs 24.5 or higher
* helm 2.8.2 or higher
* curl
## Installation
You can install `helm-qiita.el` from [MELPA](https://melpa.org) with package.el (`M-x package-install helm-qiita`).
## Setup
```lisp
(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.
## Usage
### `helm-qiita`
* A function to be able to select your Qiita Stocks.
### `helm-qiita-source`
* A helm source for your Qiita Stocks.