Skip to content

Latest commit

 

History

History
40 lines (31 loc) · 1018 Bytes

README.md

File metadata and controls

40 lines (31 loc) · 1018 Bytes

MIT License

hatena-blog-mode

Hatena Blog API Library for Emacs

Install

Put this package in your load-path-dir.

Usage

Setting

(require 'hatena-blog-mode.el)
(setq hatena-id "XXXXXXXX")
(setq hatena-blog-api-key  "XXXXXXXX")
(setq hatena-blog-id "XXXXXXXX")
(setq hatena-blog-editing-mode "md")     ;; set md or html(default as md)
(setq hatena-blog-backup-dir "XXXXXXXX") ;; set if you want to backup your post.

Post

  1. M-x hatena-blog-write
  2. write your entry
  3. M-x hatena-blog-post

Future Work

  • get post
  • update post
  • dalete post
  • write in html-mode
  • write in hatena-mode

Inspired

License

This software is released under the MIT License, see LICENSE.txt.