spacemacs/layers/+readers/epub
Arif Er 00f9ab19ac chore: update copyright headers to 2022
The script used to identify and update the change is added into the GitHub
workflows script directory. A workflow action can be created to trigger the
script to update the headers on the first of every new year. Possibly a task for
a consequent PR.
2022-06-03 17:32:20 +02:00
..
img Refactor epub layer 2018-06-06 00:36:10 -04:00
README.org documentation formatting: Wed Dec 30 21:04:48 UTC 2020 2020-12-30 23:41:14 +01:00
packages.el chore: update copyright headers to 2022 2022-06-03 17:32:20 +02:00

README.org

epub layer

/TakeV/spacemacs/media/branch/develop/layers/+readers/epub/img/epub.png

Description

This layer provides support for reading EPUB-formatted eBooks in Spacemacs using the excellent nov.el package.

Features:

  • Basic navigation (jump to TOC, previous/next chapter)
  • Remembering and restoring the last read position
  • Jump to next chapter when scrolling beyond end
  • Renders EPUB2 (.ncx) and EPUB3 (<nav>) TOCs
  • Hyperlinks to internal and external targets
  • Supports textual and image documents
  • View source of document files
  • Metadata display
  • Image rescaling

Install

To use this configuration layer, add it to your ~/.spacemacs. You will need to add epub to the existing dotspacemacs-configuration-layers list in this file.

Key bindings

Key binding Description
<TAB> Next link
<BACKTAB> Previous link
H or [ Previous chapter
L or ] Next chapter
K/u Scroll up
J/d Scroll down
g m Display metadata
g r Re-render document
g t Table of contents
g v View source
g V View content source

Hint: use SPC w c to center the buffer.