Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/masutaka/emacs-helm-hatena-bookmark
- Owner: masutaka
- Created: 2013-11-26T09:18:02.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-07-24T07:34:04.000Z (over 3 years ago)
- Last Synced: 2024-10-13T16:44:59.974Z (2 months ago)
- Topics: emacs-helm, emacs-lisp, hatena-bookmark
- Language: Emacs Lisp
- Homepage:
- Size: 1.05 MB
- Stars: 8
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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