diff options
| author | Lucas Quintana <lmq10@protonmail.com> | 2025-02-27 11:01:53 -0300 |
|---|---|---|
| committer | Lucas Quintana <lmq10@protonmail.com> | 2025-02-27 11:01:53 -0300 |
| commit | 7fab6fc6fb9fc058acc2d8df12dfd3df25f2bd45 (patch) | |
| tree | 1af5d2d9a86f94974907bc459360dd4406b1c814 | |
| parent | ef84b0f9c610f2a0c327cf5691f3ef9f8314d898 (diff) | |
Documentation fixes
| -rw-r--r-- | README.org | 4 | ||||
| -rw-r--r-- | denote-search.el | 5 |
2 files changed, 8 insertions, 1 deletions
@@ -137,7 +137,7 @@ restricted subset of files and are described in the next sections. #+findex: denote-search-marked-dired-files The command ~denote-search-marked-dired-files~ acts just like ~denote-search~, but it restricts the search to the files marked in -current Dired buffer (see [[info:emacs#Dired][Marks vs Flags]]). This is useful if you only +current Dired buffer (see [[info:emacs#Marks vs Flags][Marks vs Flags]]). This is useful if you only want to search some files, though depending on the case maybe you'd be better served by our built-in filtering capabilities; see [[*filtering the search results][filtering the search results]]. @@ -261,6 +261,8 @@ It's possible that you don't want to start a new search, but rather to search something on the curated file list you got. See [[*focused search][focused search]]. +#+findex: denote-search-exclude-files-with-keyword +#+findex: denote-search-only-include-files-with-keyword Filtering by keyword is such a common operation that two special commands exist just for that: ~X~ (~denote-search-exclude-files-with-keyword~) and ~I~ diff --git a/denote-search.el b/denote-search.el index 66ee720..30126d9 100644 --- a/denote-search.el +++ b/denote-search.el @@ -38,6 +38,11 @@ ;; filtering; all standard commands offered by Xref are available as ;; well. ;; +;; Other relevant points of entry are +;; `denote-search-marked-dired-files' and +;; `denote-search-files-referenced-in-region'. See the documentation +;; for details. +;; ;; This package has the same code principles as Denote: to be ;; simple-to-use, focused-in-scope, and effective. We build upon Xref ;; to be good Emacs citizens, and don't use any dependencies other |
