Jaifroid

Results 193 issues of Jaifroid

This arises from #556. This is particularly useful in packaged apps and frameworks where the user does not have to pick the ZIM file. But it can also work where...

enhancement

In line with https://github.com/kiwix/kiwix-js/pull/467/files#r247341333, global parameters used in the app (and often stored in cookies) could be used more consistently, and we could centralize the functions that set UI elements...

enhancement

The work on this has been done in https://github.com/kiwix/kiwix-js-windows/issues/13 and is experimentally implemented in the latest versions of WikiMed and Wikivoyage in the Microsoft Store. The issue is that in...

enhancement
good first issue

Although this is not an official target of Kiwix JS, I think this might uncover a problem in the coding of binary search. If you open https://kiwix.github.io/kiwix-js/www/index.html on an Android...

question
not-main-usage

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

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

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