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
394 stars 42 forks source link

Right hand side back-links window #131

Open AtomicNess123 opened 2 years ago

AtomicNess123 commented 2 years ago

Hi, is it possible with Zetteldeft to have a right-hand window showing the back links in the org-roam fashion? Thanks!

EFLS commented 2 years ago

There's no feature that's exactly similar, but here's something that comes close:

Visit a note, split your frame in two windows, and hit C-x d c for zetteldeft-search-current-id, which should display a Deft search window with all files containing the ID of the current note (and thus all references of the note).

AtomicNess123 commented 2 years ago

Sure, I could have a right window with the search results of the current ID links, but it wouldn't update automatically as I jump to other notes.

EFLS commented 2 years ago

It could be a nice feature, I'm open to PRs that achieve this, but it's not something I'm currently aiming for.