EFLS / zetteldeft

A Zettelkasten system! Or rather, some functions on top of the emacs deft package.
https://efls.github.io/zetteldeft
GNU General Public License v3.0
393 stars 42 forks source link

`zetteldeft-new-file-and-backlink` does not use `zetteldeft-link-suffix` for backlinks #83

Closed fitzgen closed 3 years ago

fitzgen commented 3 years ago

Aside: I've been using zetteldeft for a day now and it is really sweet! Thanks for making this and writing a great tutorial and tons of docs!

Steps to reproduce

Expected result

The Backlink: ... uses zetteldeft-link-suffix; eg if you are in markdown mode and using [[/]] prefix and suffix, you get Backlink: [[id]] Title

Actual result

The suffix is missing, so you get Backlink: [[id Title with no ]]

EFLS commented 3 years ago

Whoops, seems like something I forgot. I’m away from the computer for a couple of days but should be an quick fix when I get back.

EFLS commented 3 years ago

I just pushed a fix. Should be on MELPA soon. Let me know whether it works. And thanks for the excellent bug report!

fitzgen commented 3 years ago

Thanks for the quick fix!