Zim

zim:develop

Last commit made on 2024-03-14
Get this branch:
git clone -b develop https://git.launchpad.net/zim

Branch merges

Branch information

Name:
develop
Repository:
lp:zim

Recent commits

bdf6e4c... by Jaap Karssenberg

Add preference to toggle dark theme variant

Add a preference which requests Gtk to give zim a dark variant
of the active theme. For themes which support this.

In addition add support in `style.conf` to give both a normal
color and a `darktheme` variant of the same color so style
is modified for dark themes accordingly.

And make the colors used in the tasklist configurable as
well via `style.conf`.

Closes #1727

06fa594... by Jaap Karssenberg

Refactor to remove `zim.utils`

Split out the `zim.utils` module and renamed to sub-modules
of the `zim.base` module.

4e6c9d2... by xwei <email address hidden>

Add separate style for page links

Add separate style tag for page links which can be configured
from the style config. By default page links are blue and
all other links are now blue and underlined.

Closes #2555

Co-authored-by: Jaap Karssenberg <email address hidden>

a2358b7... by Jaap Karssenberg

Fix bug in automount

Fixes #2567

934fdde... by Jaap Karssenberg

Fixup: more prominent helpt text in search dialog

6ba2807... by Jaap Karssenberg

fixup translation website link

41d1125... by Jaap Karssenberg

fixup typo

e53458a... by Ruslan Makhmatkhanov <email address hidden>

fixup remove explicit None in `.get()`

70355fa... by maclomhair <email address hidden>

Add Indexed Full-Text Search plugin without search integration

Add Indexed Full-Text Search plugin without search integration

Add plugin using sqlite's FTS5 module for full text search. If enabled,
it replaces direct content search of the file system, thus dramatically
speading up the search speed at the expanse of a larger index.

9cd6b16... by Jaap Karssenberg

fixup documentation commandline search