From d13a2acdb873c1d76727e58c5e9196bb998db174 Mon Sep 17 00:00:00 2001 From: Spenser Truex Date: Fri, 3 May 2024 05:52:08 -0300 Subject: [PATCH] better link --- User-patches.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/User-patches.md b/User-patches.md index 2d81e32..a46f1a7 100644 --- a/User-patches.md +++ b/User-patches.md @@ -30,7 +30,7 @@ Names starting with: The following list will show available patches with their `name`; `function`; `comments` ## 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. Here is a script that can do it: [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) +* [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) * [2-custom-sort.lua](https://gist.github.com/wfdewith/978e4f8e09f481a480cb1bf645e8d518): An example of what you can do with custom file sorting algorithms. * [2-dict-auto-copy-current-definition.lua](https://gist.githubusercontent.com/equwal/1de4816b70dfbed95ba0ae8b3e87bd48/raw/c31239609fab68d2fd4a9a2fc35a9b400055524a/2-dict-auto-copy-current-definition.lua): Possibility to share and/or copy into the clipboard dictionary definitions. [#9336](https://github.com/koreader/koreader/issues/9336) * [2-limit-crashlog-size.lua](https://gist.github.com/zwim/9896498977c8eeb679b516059e752de7): Limits the size of the `crash.log` file (if available on the platform), can be of interest when verbose debugging is enabled.