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
.
Denote-Refs isn’t available on any ELPA right now. So, you have to follow one of the following methods:
(quelpa '(denote-refs
:fetcher git
:url "https://codeberg.org/akib/emacs-denote-refs.git"))
(straight-use-package
'(denote-refs
:type git
:repo "https://codeberg.org/akib/emacs-denote-refs.git"))
Download the denote-refs.el
file and put it in your load-path
.
You need to have Denote installed.