Closed whhone closed 1 year ago
This is by design. The basic consult-notes function (i.e. without any additional minor mode integration with denote or org-roam) simply presents a list of files in a directory (it uses (directory-files)
to present the list of candidates). The list isn't recursive, but since consult-notes
narrows by directory, simply put whatever directories you want in the list of sources, along with the relevant narrowing key.
Consider this setup with some subdir inside
personal
andwork
. The notes in subdir likepersonal/book
could not be searched.Is it by design?