kiwix-js
kiwix-js copied to clipboard
Fully portable & lightweight ZIM reader in Javascript
In order to support the [new tagging system](https://wiki.openzim.org/wiki/Tags), please make sure your reader: * is feeding itself from the OPDS stream (using a local cache/copy or not) * is using...
Image Search
The fast image loader is almost done, but rather than fixing some of the remaining bugs this weekend I got a bit carried away :-) I realized going from image...
Like it's currently done in Kiwix. We should take extra care of files whith size >4GB, which need to be splitted to fit on FAT32 filesystems (which are still very...
While thinking about how to implement #173 without adding an extra user button to the interface, I thought that maybe a custom context menu on right-click or long-press could be...
So that even the images (and any other remote resource) are not fetched from the Internet. It's a feature of the Qt version, that is missing here. In FxOS 2.1,...
See discussions in #383 : as we have the DirEntry, we already know if it's a redirection : if it is, we might resolve it before setting the iframe src,...
As mentioned in #455, at least in Windows 10, subtitles cannot be selected in Edge and in older versions of Chromium (possibly Chrome) in Service Worker mode. I suspect this...
In line with SW mode, I should add ogg (and related) media type support in jQuery mode.
As we move towards enabling JavaScript in the ZIM -- already in master for SW mode, and a stable branch in jQuery mode -- I think we need to provide...
Following the suggestions of @Jaifroid in #361, it would be interesting to see if we can remove the use of jQuery library. The reasons why we introduced it (notably cross-browser...