kiwix-js
kiwix-js copied to clipboard
Fully portable & lightweight ZIM reader in Javascript
The [omnibox API](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/omnibox) of WebExtensions should allow us to implement that. - the user types "kiwix" in the adress bar, followed by a space and some keywords - the WebExtension...
Based on https://github.com/kiwix/kiwix-js-windows/issues/326#issuecomment-1368182786, we should find a solution to distinguish title search from full-text search results.
I need it to work in RTL (Hebrew). The searchbox for exampe is LTRed...
In app.js See http://www.toptal.com/javascript/10-most-common-javascript-mistakes#common-mistake-5-inefficient-dom-manipulation
See first tip in http://www.toptal.com/javascript/10-most-common-javascript-mistakes
Following #72, there are several parts of the code where we directly use private variables
resolves #1212 Most of the code was taken from the actual pwa implementation. Variations from the original implementation include: - The `setupTableOfContents` function would be called once the `ToC` drop...
This is highly speculative in terms of usefulness, and the UI would need to be considered carefully. Use case would be for summarizing articles retrieved from the ZIM. Over time,...
See Kiwix PWA for existing implementation. I propose simply providing the same info as in screenshot: 
We currently support Xapian fulltext index via libzim, but we are not supporting search of the title index due to lack of bindings in the libzim WASM.