Skip to content

Utility script for Day One

Notifications You must be signed in to change notification settings

emacsmirror/dayone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Japanese translation of README file available here.

Name

dayone.el

Description

dayone.el is a simple emacs extension for placing the new post from the Emacs to Day One. It can post the region when the concerned region is selected and M-x dayone-add-note. When the region is not selected and M-x dayone-add-note is executed, the all contents in the buffer are posted. M-x dayone-add-note-with-tag shall be posted by attaching the tag. When multiple tags are attached, use the space key for separating each tag. MAs for dayone-add-note and dayone-add-note-with-tag, it may be convenient if you assign it to an appropriate key or add alias. For the Day One, the data is managed by either the iCloud or the Dropbox. This emacs extension is supported for storing data of Dropbox only.

Install

(package-install 'dayone)

Setting

(setq dayone-dir (concat (getenv "HOME") "/Dropbox/APP/Day One/Journal.dayone/entries/"))
(setq dayone-timezone "America/Sao_Paulo")

Author

  • mori-dev

Donate

License

GPLv3

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 81.7%
  • HTML 18.3%