From 104627e791e0063042f07cfbc1077a7e5657993e Mon Sep 17 00:00:00 2001 From: zwim <36999612+zwim@users.noreply.github.com> Date: Sun, 16 Oct 2022 21:13:28 +0200 Subject: [PATCH] Updated User patches (markdown) --- User-patches.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/User-patches.md b/User-patches.md index c0922dc..5e44aac 100644 --- a/User-patches.md +++ b/User-patches.md @@ -1,5 +1,5 @@ # Overview -It is possible to add or change some provided features in KOReader by user patches. +It is possible to add or change some provided features in KOReader by user patches (introduced in https://github.com/koreader/koreader/pull/9104). For implementing or applying such patches only limited support _might_ be given by the KOReader developers. @@ -22,8 +22,15 @@ Names starting with: # [Available patches](https://github.com/koreader/koreader/issues?q=+label%3A%22User+patch+available%22+) -The following list will show available patches in historical order with its `name`, `function` and `comments` +The following list will show available patches with their `name`; `download-link`, `function`; `comments` + +## Device independent +* `2-TOC-title-patch.lua`; https://gist.github.com/zwim/1edcd34ef8a59166f203d5ee8c08f7e3; adds a button in the table of contents to toggle between the book name and `Table of contents`; the selection is book specific, this was the origin of developing user-patches (thanks to @poire-z). + +## Device specific + +### Kobo +* `2-toggle-usbnet.lua`; https://gist.github.com/zwim/b0d46fa83d9dbb853324f3e0c17562b5; adds an entry in the `Network` menu to toggle usbnet. -*