Org-noter is an org-mode document annotator. It is a rewrite of another project, Interleave. Read about org-noter’s feature/usage/customization in its README here or go visit its repository at github.
org-noter
can be used on djvu file.org-noter-create-skeleton
now works on djvu and pdf file.- Allow
:NOTER_DOCUMENT:
to be in file-level:PROPERTIES:
drawer See the issue weirdNox#143 for details. - There is a module in the other/ directory called
org-noter-nov-overlay that highlights your notes with overlays in
nov-mode, to use it, either add it to your
load-path
or with use-package,
(use-package org-noter-nov-overlay
:ensure nil)
- [ ] Precise location support djvu.el have both graphical (via
djvu-image-mode
) and textual (default) modes so maybe the textual mode should handle precise location like nov.el and graphical mode should do it like pdf-tools.
- Clone this repo
git clone https://notabug.org/c1-g/org-noter-plus-djvu.git
- Add it to your
load-path
.
The branch djvu
(the only one I’d worked on so far) of this repository is based on Ahmed Shariff’s pull request of org-noter
(See weirdNox#129).
The key i (lowercase i) for inserting
note in the document buffer will conflict with the default key to
enter djvu-image-mode
. So either you rebind one of them or you can
just enter djvu-image-mode
manually via M-x djvu-image-mode