We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If you run this and select candidates, this will pass the list of any associated PDF files to pdf-tools to search across all of them.
(defun ex/citar-search-pdf-contents () ;; from localauthor "Search pdfs." (interactive) (let* ((refs (citar-select-refs)) (files (citar-file--files-for-multiple-entries refs citar-library-paths '("pdf"))) (string (read-string "Search string: "))) (pdf-occur-search files string t)))