kiwix-js
kiwix-js copied to clipboard
Fully portable & lightweight ZIM reader in Javascript
As explained in https://github.com/openzim/mwoffliner/issues/1658, some scrapers now produce ZIMs with new `illustration` metadata entries in the M namespace. See example below from `3dprinting.stackexchange.com_en_all_2022-08.zim`, showing the metadata entries and one of...
These are my initial changes so far and I'd am open to update any of the other files in case it's needed. Before opening this PR I have - >...
Resolves #891 This PR adds the option to turn off the external link warning.
I have now removed all JQuery from Kiwix JS code, but as mentioned in #1225 and #367, our version of Bootstrap still requires it, so we still have to load...
For context see https://github.com/openzim/warc2zim/issues/210#issuecomment-2001957372. We currently handle the case of ***removing*** a final slash, but depending on the outcome of that issue, we might also need to handle the opposite...
**Is your feature request related to a problem? Please describe.** **Describe the solution you'd like** **Describe alternatives you've considered** **Additional context** Kiwix extension chrome rendering zim article without subtopic menu...
solved this issue #1214 Remove unnecessary space below search bar when screen is narrow
The first commit is a workaround for over-encoded URLs in zimit2. However, we could also usefully check to see that we are handling clicks on URLs in Wikipedia articles where...
For most OpenZIM types, the images are correctly re-inverted when applying the dark theme, but it's not working for Zimit 1 or Zimit 2 archives, which consequently look bad. The...
Pending the outcome of https://github.com/openzim/libzim/issues/865, we may need to introduce a workaround in Kiwix JS readers. See original issue for full detail, but the summary is that, on HTML pages...