Skip to content
#

zim

Here are 99 public repositories matching this topic...

markor
lockywolf
lockywolf commented Mar 14, 2021

General information

  • App version: 2.6.0 (122) , F-Droid
  • System: OnePlus 5t, Android 9

Description

At the moment, Markor allows to take a photo using the system camera app, place it into the directory of the note file, and insert the relevant markdown into the file.

I would like to ask that videos (obtained form exactly the same source) be attachable exactly the sa

kelson42
kelson42 commented Feb 27, 2022

libkiwix 10.x.y have deprecated many methods and function which are still in used in Kiwix Desktop. This has two consequences:

  • Many warning at Kiwix Desktop compilation time
  • Stop us to removed these old/deprecated primitives in future libkiwix releases.

Would be beneficial to remove the usage of these deprecated methods and use modern/new API of libkiwix.

The effort has already been

mossroy
mossroy commented Feb 6, 2022

It is currently the case in app.js and uiUtil.js, but it should be searched everywhere (excluding the third-party libraries like fontawesome or jquery).

.innerHTML can be unsafe in terms of security. Its usage triggers warnings (at least when we upload the package on Mozilla store).

It should be possible to replace them by .textContent when it's unformatted text.
When it's not simple te

mgautierfr
mgautierfr commented Nov 17, 2020

The linux builder on the CI always try to checkout a branch.
But when we push a tag, the CI try to build the tag and there is no corresponding branch with the tag name.

It would be better to detect if we are building a tag or a branch and checkout the right git ref.
Failing of the CI here is not important as nothing is done with this CI (just building), and when tag is pushed with the a branc

Improve this page

Add a description, image, and links to the zim topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the zim topic, visit your repo's landing page and select "manage topics."

Learn more