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

Sorting of files in zetteldeft-find-file #134

Closed AtomicNess123 closed 2 years ago

AtomicNess123 commented 2 years ago

Quick question: when using zetteldeft-find-file, is there a way to show the zetteldeft files in some sorting order? Right now they seem to be randomly sorted. It would be nice to have them alphabetically ordered or by date. Thanks!

EFLS commented 2 years ago

AFAIK sorting of candidates is not done by Zetteldeft, but by your completion engine. Zetteldeft relies on completing-read, so this really depends on which completion system you use in your Emacs setup.

AtomicNess123 commented 2 years ago

I don't understand the syntax of the variable completing-read, it is too complex for me to customize.