asciidocfx / AsciidocFX

Asciidoc Editor and Toolchain written with JavaFX 21 (Build PDF, Epub, Mobi and HTML books, documents and slides)
http://www.asciidocfx.com/
Apache License 2.0
1.9k stars 299 forks source link

Feature request: Find in workdir #605

Open amagnolo opened 11 months ago

amagnolo commented 11 months ago

I would like to be able to search for text in the whole workdir (including subfolders), to find a keyword in a collection of documents.

Use case is a long book split in chapters, a file for each chapter, some of them in subfolders; I need to be able to find where a word is used. Clicking on the list of matching documents should open the document in the editor and position the cursor on the first matching word.

This is an example of how this is implemented in Zim (files are called "pages", while "score" is the count of how many times the keyword was found in that file): Screenshot from 2023-10-18 09-53-48