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

Feature Request: Use Deft for zetteldeft-find-file-id-insert #101

Open justinmoon opened 3 years ago

justinmoon commented 3 years ago

Hey. I'm trying to make a zettelkasten with lots of small notes. With small notes, titles often don't help. If the note is concise, you can't condense it any more for the title. You'd just end up making the content of the note into the title.

But when I try to create notes without titles using zetteldeft, it becomes difficult to find these notes when linking notes since zetteldeft-find-file-id-insert only searches titles. Would it be possible for this to utilize full-text search perhaps using Deft?

EFLS commented 3 years ago

That's a good point. To clarify: the -find-file functions shows notes' filenames (rather than titles).

Would it be possible for this to utilize full-text search perhaps using Deft?

Probably, I guess, but I don't know how to achieve that -- my Elisp knowledge is certainly lacking to make something like this. If someone has pointers (or even a PR), suggestions are more than welcome.

EFLS commented 3 years ago

The same request was raised in #29

AtomicNess123 commented 2 years ago

Has this been implemented? I noticed that @localauthor in his package https://github.com/localauthor/zk implements "Find file by full text search", hugely useful.