From e4a5aa3e2d08eb7c376f84d19d95986072f9bd37 Mon Sep 17 00:00:00 2001 From: Spenser Truex Date: Fri, 3 May 2024 05:54:27 -0300 Subject: [PATCH] Updated User patches (markdown) --- User-patches.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/User-patches.md b/User-patches.md index 5d072fd..b2afe90 100644 --- a/User-patches.md +++ b/User-patches.md @@ -25,7 +25,7 @@ Names starting with: # Available_patches -(https://github.com/koreader/koreader/issues?q=+label%3A%22User+patch+available%22+) +[View issues for recent patches not yet on this list](https://github.com/koreader/koreader/issues?q=+label%3A%22User+patch+available%22+) ## Device independent * [2-cre-rotate-japanese-book.lua](https://gist.githubusercontent.com/equwal/28561ed2b44e28989291a9ca367422fc/raw/c20b9987f1fad6964966a0878b9b99c153d39fea/2-cre-rotate-japanese-book.lua): Formats books vertically for Japanese, Chinese etc. The fonts are not rotated -- you need to rotate the font itself. This is usually done with fontforge. [One script that can do it is tategakifont](https://github.com/MyK00L/tategakifont). This solution is hacky and user edits to the patch are recommended. [#11469](https://github.com/koreader/koreader/issues/11469)