kiwix-js
kiwix-js copied to clipboard
Fully portable & lightweight ZIM reader in Javascript
Currently, the performance of the libzim version of kiwix-js is worse than the plain javascript version, although the ZIM accesses are much faster with libzim (compiled in wasm). After adding...
At least to : - read the metadata when opening the ZIM files the first time - find the main entry - find a random entry - handle the jQuery...
Using nvda from https://www.nvaccess.org/download/ 1. with the screen reader loaded, load the kiwix extension and any zim file 2. press tab until you find the search edit box, and input...
Bootstrap 5 is now available (albeit in beta, but it is the currently recommended version). A significant advantage IMHO is that it now uses an open-source SVG-based icon library (which...
Chrome introduced a version 3 of the extensions manifest format : https://developer.chrome.com/docs/extensions/mv3/intro/ Edge is following, as it's now based on Chromium : https://blogs.windows.com/msedgedev/2020/10/14/extension-manifest-chromium-edge/ Firefox will implement it too, with some...
In line with what was discussed in #336 (and #335) we should investigate the possibility of transforming links to fonts and possibly other content that are contained in the CSS,...
Kiwix JS continues to extract assets for a given page (CSS, images, JavaScript) that have been queued up for extraction even after the user has navigated away from that page....
Probably based on l10n.js library : https://github.com/fabi1cazenave/webL10n I should also read https://hacks.mozilla.org/2013/08/localizing-firefox-os-apps/
"Back" and "Forward" buttons should bring the user on the proper article (what it does), but as well at the right vertical position in the article (what it doesn't do).
At least in `wikipedia_en_history_maxi_2019-08.zim`, the landing page in jQuery mode looks like the top image (and no further images are displayed), whereas it should look something like the bottom image...