同样的文本包含在标题里的都被过滤出来了,包含在正文里的都没出来,是设置问题还是deft不支持从正文过滤?
我只对文本做了递归搜索,默认对里头内容也有搜索的。可能跳转到对应文件,没有跳转到指定行,我一般再用swiper-isearch再搜一遍。下面是我的配置
(setq deft-extensions '("org" "md" "wiki" "txt" "text"))
(setq deft-directory "~/.emacs.d/Dropbox/")
(setq deft-recursive t) ;By default, Deft only searches for files in deft-directory but not in any subdirectories.
(global-set-key [f8] 'deft)
(setq deft-use-filename-as-title t) ;;
1 个赞
支持的,不过仅限于第一个搜索结果
1 个赞
是的,递归搜索只给出那个文件里面有,不能跳到指定行。如果能在指定文件中搜索到指定行就好了