kiwix-js icon indicating copy to clipboard operation
kiwix-js copied to clipboard

Fully portable & lightweight ZIM reader in Javascript

Results 188 kiwix-js issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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.

enhancement
user interface
accessibility

I need it to work in RTL (Hebrew). The searchbox for exampe is LTRed...

enhancement
help wanted

In app.js See http://www.toptal.com/javascript/10-most-common-javascript-mistakes#common-mistake-5-inefficient-dom-manipulation

enhancement

See first tip in http://www.toptal.com/javascript/10-most-common-javascript-mistakes

enhancement

Following #72, there are several parts of the code where we directly use private variables

enhancement

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...

enhancement
user interface
accessibility

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,...

question
backend
user interface

See Kiwix PWA for existing implementation. I propose simply providing the same info as in screenshot: ![image](https://github.com/kiwix/kiwix-js/assets/4304337/f009a48d-7196-470c-896d-7610003da5b7)

security
user interface

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.

enhancement