Quote:
Originally Posted by DNSB
You would see a word index (I can't bring myself to call it a concordance) where clicking on the page number e.g. 76 would move to that page in ebook preferably with the cursor on the word aardvark.
aardvark pg. 1, pg. 14, pg. 49, pg. 76
syzygy pg. 21, pg 48, pg. 103
|
IMHO, page numbers would be of little use to the user.
What you could try is:
- Export the whole epub as a text or markdown file.
- Generate a list of all unique words (excluding stop words).
- Copy the list to the system clipboard.
- Add the list in Sigil via Tools > Index Editor > Add Entry > Paste.
(Add Entry supports multiline lists.)