Lars Voigt

Results 32 comments of Lars Voigt

Workaround / practical approach / hack, a little bit from all :-). ``` javascript DZB.ignoreHyperlinksOnTabbingOrder = function () { $('#epubContentIframe').contents().find("a").each(function() { $(this).attr('tabindex', '-1'); }); }; ``` I think pragmatic screenreader...

I will post when the mentioned search engine can be run and tested. I think, this will be in the near future :-).

Hi all, I think I have reached a pre-alpha state of the full-text-search-feature. Status informations following: Note: - Full-Text-Search-Feature works only in Webkit based browsers without limits - The current...

Thank @danielweck for your feedback. I will fix this bug as soon as possible. Indeed I use the built-in "annotations" plugin. Upps I am not up-to-date. Do you mean, that...

Thank you for sharing this information. At the moment I will use the re-activate option to support highligting. This way I will keep synchronized with the latest developing.

Thanks @danielweck for this hint. Great job @JCCR! Unfortunately I can't test it today. But next week I will have a look on it.

Some thoughts to the cloud reader topic ... Possible ways: **1. readium server side api** - make a hidden “rendering” of the full epub on server side to use the...

add tests for cli

Hi @rudra07130713, Normally on this way * install: ```npm install epub-full-text-search -g``` * start: ```epub-search start```, but I have test it. The latest npm version will not start under windows....

I updated the npm package. Now the latest version should be also working under windows... If you looking for a way to test it -> [Example](https://github.com/larsvoigt/epub-full-text-search#expample)