kiwix-js
kiwix-js copied to clipboard
Fully portable & lightweight ZIM reader in Javascript
This is the issue corresponding to #546. The issue is that in jQuery mode, in browsers that support the summary-details tags, details sections in recent ZIMs remain closed (because jQuery...
This arises from #556. This is particularly useful in packaged apps and frameworks where the user does not have to pick the ZIM file. But it can also work where...
In line with https://github.com/kiwix/kiwix-js/pull/467/files#r247341333, global parameters used in the app (and often stored in cookies) could be used more consistently, and we could centralize the functions that set UI elements...
We should add a FAQ somewhere. In particular to explain the technical reasons why we can't automatically reopen ZIM files after closing the app. It might be a simple file...
The work on this has been done in https://github.com/kiwix/kiwix-js-windows/issues/13 and is experimentally implemented in the latest versions of WikiMed and Wikivoyage in the Microsoft Store. The issue is that in...
A cookie might keep the last article
OPDS is the new way to deliver the ZIM catalog. See https://wiki.kiwix.org/wiki/OPDS Would that be possible to support OPDS in Kiwix JS?
This is a follow-up of #116. It should give some significant performance improvements. It will probably need some refactoring or glue code, as the APIs are certainly a bit different....
Although this is not an official target of Kiwix JS, I think this might uncover a problem in the coding of binary search. If you open https://kiwix.github.io/kiwix-js/www/index.html on an Android...