mclear-tools / consult-notes

Use consult to search notes
GNU General Public License v3.0
164 stars 15 forks source link

`denote-directory-text-only-files` is no longer available in denote 3.0 #65

Closed brabalan closed 2 months ago

brabalan commented 3 months ago

You could change the readme to suggest this configuration instead:

(setq consult-notes-denote-files-function (lambda () (denote-directory-files nil t t)))
novakwh commented 3 months ago

Thanks, I came here for this same issue and your suggestion fixed it.