项目作者: masutaka

项目描述 :
Qiita with helm interface
高级语言: Emacs Lisp
项目地址: git://github.com/masutaka/emacs-helm-qiita.git
创建时间: 2016-05-03T15:37:05Z
项目社区:https://github.com/masutaka/emacs-helm-qiita

开源协议:

下载


helm-qiita.el

melpa badge
melpa stable badge

Introduction

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.

Screenshot

helm-qiita

Requirements

  • Emacs 24.5 or higher
  • helm 2.8.2 or higher
  • curl

Installation

You can install helm-qiita.el from MELPA with package.el (M-x package-install helm-qiita).

Setup

  1. (setq helm-qiita-username "Your Qiita Account")
  2. (setq helm-qiita-organization "Your Organization") ;; optional. For example, "feedforce"
  3. (setq helm-qiita-access-token "Your Access Token") ;; See https://qiita.com/settings/applications
  4. (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.