/emacs-denote-refs

Fork of https://codeberg.org/akib/emacs-denote-refs.git

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

Denote-Refs - Show links and backlinks in Denote notes

Denote-Refs shows the list of linked file and backlinks to current file. This list is shown just below the front matter of your note. To enable do M-x denote-refs-mode. You can also enable it in your denote-directory with .dir-locals.el.

Installation

Denote-Refs isn’t available on any ELPA right now. So, you have to follow one of the following methods:

Quelpa

(quelpa '(denote-refs
          :fetcher git
          :url "https://codeberg.org/akib/emacs-denote-refs.git"))

Straight.el

(straight-use-package
 '(denote-refs
   :type git
   :repo "https://codeberg.org/akib/emacs-denote-refs.git"))

Manual

Download the denote-refs.el file and put it in your load-path. You need to have Denote installed.