Skip to content

Latest commit

 

History

History
47 lines (39 loc) · 1.45 KB

README.org

File metadata and controls

47 lines (39 loc) · 1.45 KB

epub layer

img/epub.png

Table of Contents

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 bindingDescription
<TAB>Next link
<BACKTAB>Previous link
H or [Previous chapter
L or ]Next chapter
uScroll up
dScroll down
g mDisplay metadata
g rRe-render document
g tTable of contents
g vView source
g VView content source

Hint: use SPC w c to center the buffer.