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

Having spent some time playing and building with both frameworks (ElectronJS and NWJS), I thought I should summarize my findings before I forget, as they could influence which one Kiwix...

information

In working on #680, I've stumbled across certain possibilities that could reduce the amount of pre-processing of elements that we currently do in jQuery mode. I'm recording these here before...

enhancement
cleanup

When merged #709 will rename `getDirEntryByTitle` to `getDirEntryByPath` to avoid the confusion mentioned in https://github.com/kiwix/kiwix-js/pull/709#discussion_r587718534. Some of the associated usage of 'title' where url or pathname is meant is cleaned...

cleanup

See the new ZIM file format specification for clusters https://wiki.openzim.org/wiki/ZIM_file_format#Clusters This would not be a difficult fix I think, but it's not clear to me whether any ZIM files exist...

enhancement

I propose to add a new feature to Kiwix JS, the capacity to ready a ZIM file online via HTTP. It should provide to the user a similar UX than...

enhancement

See https://github.com/openzim/mwoffliner/pull/1237. It will soon be possible to use a built-in ZIM API to construct a ToC, at least for MediaWiki ZIMs. Testing of this has so far been done...

enhancement

*@IPECORE commented on Aug 18, 2020, 12:58 PM UTC:* navigation is not clear and black background [![black background](https://user-images.githubusercontent.com/69838934/90515713-51e20400-e163-11ea-8d0e-ae29492eef1f.JPG)](https://user-images.githubusercontent.com/69838934/90515713-51e20400-e163-11ea-8d0e-ae29492eef1f.JPG) [![navigation is not clear](https://user-images.githubusercontent.com/69838934/90515717-527a9a80-e163-11ea-95f3-3125989622e6.JPG)](https://user-images.githubusercontent.com/69838934/90515717-527a9a80-e163-11ea-95f3-3125989622e6.JPG) *This issue was moved by [kelson42](https://github.com/kelson42) from [openzim/openedx#120](https://github.com/openzim/openedx/issues/120).*

bug
question

As discussed in #441 , in jQuery mode at least, all text tracks (subtitles / closed captions) of a media block (audio / video) are currently extracted from the ZIM...

bug

As a result of #179, and following the example of @mossroy's initial attempt to fix that in commit https://github.com/kiwix/kiwix-js/commit/25c34b6f0f3098d4aed5a4337d07dc2349df0703, we could add the [XRegExp library](https://github.com/slevithan/xregexp) as a dependency. For now,...

enhancement

To reproduce: Open kiwix-js Go to some article Navigate to home page using back button (using history.back()) Issue: Currently on landing page but params.isLandingPage remains 'false'