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

add function zetteldeft--insert-link #114

Closed EFLS closed 3 years ago

EFLS commented 3 years ago

This new back-end function is used to insert links to notes. Customizing how notes are inserted is now possible by changing the zetteldeft-insert-link-function variable.

AtomicNess123 commented 3 years ago

Is there documentation on how to use this function? Thanks.

EFLS commented 3 years ago

This function isn't part of the front end. The standard way to insert links is still with zetteldeft-find-file-id-insert and zetteldeft-find-file-full-title-insert. This is PR changes some back-end things for easier code management.

What is it you are trying to achieve?

AtomicNess123 commented 3 years ago

Oh, thanks! I wasn't sure how it would compare to the other insert-link functions. So this is not an interactive function used by user.