[WIP] iBooks-Annot.el 用于提取 Apple Books 中书籍的高亮信息,并将它们保存到 Denote 笔记中。
目前支持 epub 和 PDF 文件 Highlights 的提取。
git submodule add --depth=1 https://github.com/Jousimies/ibooks-annot.el.git
(use-package ibooks-annot
:load-path "packages/ibooks-annot.el/"
:bind ("s-n e" . ibooks-annot/choose-book-and-save-to-file)
:config
(setq pdfannots-script "/path-to-pdfannots/pdfannots.py -f json")
(setq ibooks-annot/book-note-directory "/path-to-your-note-directory/))
需要安装 pdfannots
(setq pdfannots-script "/path-to-pdfannots/pdfannots.py -f json")
- 提取 highlights
- 提取 highlights 中的 Comments