[[img/djvu-logo.svg]]
Table of Contents :TOC_4_gh:noexport:
[[#description][Description]]
[[#install][Install]]
[[#key-bindings][Key bindings]]
Description This layer adds support for reading djvu files with spacemacs.
Because of some difficulties, the layer does not lazy load the =djvu.el= and =djvu3.el= packages.
** Features: This layer provides a full featured djvu editor by implementing the [[https://github.com/dalanicolai/djvu2.el][djvu.el package]] along with the [[https://github.com/dalanicolai/djvu3][djvu3]] extension (a newer alternative to [[https://github.com/dalanicolai/djvu2.el][djvu2.el]]).
flexible annotation editing and rendering, covering most (but not all) of [[https://linux.die.net/man/1/djvused][djvused]] annotation definitions
fast navigation with imenu
fast search with djvu-occur
remember last view with djvu-restore
dark mode
Install First download this repository to you private directory with
git clone https://github.com/dalanicolai/djvu-layer.git ~/.emacs.d/private/djvu
Subsequently to use this configuration layer, add it to your =~/.spacemacs=. You will need to add =djvu= to the existing =dotspacemacs-configuration-layers= list in this file.
Key bindings
djvu-read-mode | Key Binding | Description | -------------+---------------------------------------------------------------------------------- | ~i~ | djvu-image-toggle | ~j~ | scroll up | ~k~ | scroll down | ~J~ | next page | ~K~ | previous page | ~g~ | goto page | |||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
~d~ | djvu-toggle-invert (dark-mode) | |||||||||||||||||||||
~c~ | djvu-toggle-semi-continuous-scrolling (works only when image larger than window) | |||||||||||||||||||||
~+/-~ | zoom-in/out | |||||||||||||||||||||
~, s~ | djvu-occur | |||||||||||||||||||||
~/~ | djvu fast search | |||||||||||||||||||||
~n~ | djvu search continue | |||||||||||||||||||||
~SPC j i~ | imenu navigation | |||||||||||||||||||||
~o~ | outline |
/Annotations/ | ~SPC m h~ | keyboard highlight | | ~mouse-1-drag~ | highlight | | ~S-mouse-1-drag~ | text annotation ([[https://github.com/dalanicolai/djvu3#comments][comment]]) | | ~C-mouse-1-drag~ | text pushpin (rendering pushpin not, yet, implemented) | | ~mouse-2-drag~ | line | | ~S-mouse-2-drag~ | horizontal line | | ~C-mouse-2-drag~ | vertical line | | ~C-S-mouse-2-drag~ | arrow |
djvu-image-minor-mode | ~s~ | save-image |
djvu-occur-mode | ~C-j~ | next entry and follow | | ~C-k~ | prevoius entry and follow |