README-elpa (1377B)
1 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2 DENOTE-REFS - SHOW LINKS AND BACKLINKS IN DENOTE 3 NOTES 4 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5 6 7 Denote-Refs shows the list of linked file and backlinks to current file. 8 This list is shown just below the front matter of your note. To enable 9 do `M-x denote-refs-mode'. You can also enable it in your 10 `denote-directory' with `.dir-locals.el'. 11 12 13 1 Installation 14 ══════════════ 15 16 Denote-Refs isn't available on any ELPA right now. So, you have to 17 follow one of the following methods: 18 19 20 1.1 Quelpa 21 ────────── 22 23 ┌──── 24 │ (quelpa '(denote-refs 25 │ :fetcher git 26 │ :url "https://codeberg.org/akib/emacs-denote-refs.git")) 27 └──── 28 29 30 1.2 Straight.el 31 ─────────────── 32 33 ┌──── 34 │ (straight-use-package 35 │ '(denote-refs 36 │ :type git 37 │ :repo "https://codeberg.org/akib/emacs-denote-refs.git")) 38 └──── 39 40 41 1.3 Manual 42 ────────── 43 44 Download the `denote-refs.el' file and put it in your `load-path'. 45 You need to have Denote installed.