NonGNU ELPA - denote-refs

denote-refs

Description
Show links and backlinks in Denote notes
Latest
denote-refs-0.1.2.tar (.sig), 2024-Mar-31, 60.0 KiB
Maintainer
Akib Azmain Turja <akib@disroot.org>
Atom feed
denote-refs.xml
Website
https://codeberg.org/akib/emacs-denote-refs
Browse ELPA's repository
CGit or Gitweb
Badge

To install this package from Emacs, use package-install or list-packages.

Full description

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.

1. Installation

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

1.1. Quelpa

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

1.2. Straight.el

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

1.3. Manual

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

Old versions

denote-refs-0.1.1.tar.lz2022-Dec-3014.7 KiB
denote-refs-0.1.tar.lz2022-Dec-1914.0 KiB