Skip to content

Qiita with helm interface

Notifications You must be signed in to change notification settings

masutaka/emacs-helm-qiita

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 

Repository files navigation

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 1.9.5 or higher
  • curl

Installation

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

Setup

(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)

Requires scopes read_qiita or read_qiita_team for helm-qiita-access-token.

Usage

helm-qiita

  • A function to be able to select your Qiita Stocks.

helm-qiita-source

  • A helm source for your Qiita Stocks.

About

Qiita with helm interface

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published