Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/masutaka/emacs-helm-hatena-bookmark

Hatena::Bookmark with helm interface
https://github.com/masutaka/emacs-helm-hatena-bookmark

emacs-helm emacs-lisp hatena-bookmark

Last synced: about 1 month ago
JSON representation

Hatena::Bookmark with helm interface

Awesome Lists containing this project

README

        

# helm-hatena-bookmark.el

[![melpa badge][melpa-badge]][melpa-link]
[![melpa stable badge][melpa-stable-badge]][melpa-stable-link]

[melpa-link]: https://melpa.org/#/helm-hatena-bookmark
[melpa-stable-link]: https://stable.melpa.org/#/helm-hatena-bookmark
[melpa-badge]: https://melpa.org/packages/helm-hatena-bookmark-badge.svg
[melpa-stable-badge]: https://stable.melpa.org/packages/helm-hatena-bookmark-badge.svg

## Introduction

`helm-hatena-bookmark.el` is Hatena::Bookmark helm interface.

## Screenshot

![helm-hatena-bookmark](image/helm-hatena-bookmark.gif)

## Requirements

* Emacs 24.5 or higher
* helm 2.8.2 or higher
* curl
* GNU sed

## Installation

You can install `helm-hatena-bookmark.el` from [MELPA](https://melpa.org) with package.el (`M-x package-install helm-hatena-bookmark`).

## Setup

```lisp
(setq helm-hatena-bookmark-username "Your Hatena Account")
(helm-hatena-bookmark-initialize)
```

## Usage

### `helm-hatena-bookmark`

* A function to be able to select your Hatena::Bookmark.

### `helm-hatena-bookmark-source`

* A helm source for your Hatena::Bookmark.

## Acknowledgment

Thanks to k1LoW who is Author of anything-hatena-bookmark.el

https://github.com/k1LoW/anything-hatena-bookmark