aboutsummaryrefslogtreecommitdiff
path: root/microposts/nov-el.org
blob: 037dffc0918e1a22bba935dd15bae81c097d63d2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#+title: Reading EPUB in Emacs
#+date: <2022-02-03>

[[https://depp.brause.cc/nov.el/][nov.el]] is pretty handy as an EPUB reader in Emacs.  Before that I was
using the calibre reader, which is slow and resource hungry.

Emacs integration also means you get the following for free:

1. Use [[https://www.gnu.org/software/emacs/manual/html_node/emacs/Follow-Mode.html][follow-mode]] to allow double- or triple-page display.  Note that
   you may need to remove the header line for the text continuation to
   be correct.
2. Annotation can be done with org-capture, which can easily get the
   selected text and link to the EPUB with the correct position.

One feature that I am sorely missing from calibre reader is fulltext
search, which is [[https://depp.brause.cc/nov.el/TODO.org][an item in the todo list of the project]].

Another feature would be an equivalent to Info-index, which could
allow jumping to any section in the book, with completion.