From f2d838eff11660e98f9c619d6769c34b217620ae Mon Sep 17 00:00:00 2001 From: Spenser Truex Date: Fri, 3 May 2024 05:01:17 -0300 Subject: [PATCH] Add gists with no .lua.txt extension issue. --- User-patches.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/User-patches.md b/User-patches.md index 2f4392f..50f4d04 100644 --- a/User-patches.md +++ b/User-patches.md @@ -31,16 +31,16 @@ The following list will show available patches with their `name`; `function`; `c ## 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). -* [2-overlap_arrow_32.lua](https://github.com/koreader/koreader/files/9035314/2-overlap_arrow_32.lua.txt); How can I modify arrow of page overlap function? #9181; download and remove the `.txt` extension. -* [2-no-jump-in-flipping-mode.lua](https://github.com/koreader/koreader/files/9033370/2-no-jump-in-flipping-mode.lua.txt); Is it possbile to disable touch (navigate) property of the progress bar ? #9277; download and remove the `.txt` extension. -* [2-dict-auto-copy-current-definition.lua](https://github.com/koreader/koreader/files/9123497/2-dict-auto-copy-current-definition.lua.txt); Possibility to share and/or copy into the clipboard dictionary definitions. #9336; download and remove the `.txt` extension. -* [2-translator-http-override.lua.txt](https://github.com/koreader/koreader/files/9689910/2-translator-http-override.lua.txt); Translation has not been available in China since about one day ago #9574; download and remove the `.txt` extension. -* [2-movable-not-movable.lua.txt](https://github.com/koreader/koreader/files/9854501/2-movable-not-movable.lua.txt); Disable floating window movement? #9646; download and remove the `.txt` extension. +* [2-overlap_arrow_32.lua](https://gist.githubusercontent.com/equwal/6fddf7d93fafb1d4ffbec1f9a5558b32/raw/b5aa4ef880850e175b597b7895f007ae2abcdd41/2-overlap_arrow_32.lua); How can I modify arrow of page overlap function? #9181 +* [2-no-jump-in-flipping-mode.lua](https://gist.githubusercontent.com/equwal/612eab3221f312f5d7744d5358251bcb/raw/2f61108672a7198322e711d827b69e87097272e6/2-no-jump-in-flipping-mode.lua); Is it possbile to disable touch (navigate) property of the progress bar? #9277 +* [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 +* [2-translator-http-override.lua.txt](https://gist.githubusercontent.com/equwal/865272f14ec6aaae2766d9438e3e7bfc/raw/f89b040a01d9013a184bfb80ad17e55317d804ab/2-translator-http-override.lua); Translation has not been available in China since about one day ago #9574 +* [2-movable-not-movable.lua.txt](https://gist.githubusercontent.com/equwal/6f39b71af18663dbbe6a7d63f61bae6f/raw/6292a2535c5962aa2c455f5690e9d1c31c144572/2-movable-not-movable.lua); Disable floating window movement? #9646 * [2-touchmenu-update-clock.lua](https://gist.github.com/zwim/40ab3866bee35f414feed95d1717e4c1); Enable updating clock and battery state in the touchmenu every minute; download. * [2-no-keyboard-shortcuts.lua](https://gist.github.com/zwim/e5f9a12922f645fdf390faaadfeb5ac7); Disable keyboard shortcuts on devices with keyboard (like the emulator); download. * [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; download. * [2-custom-sort.lua](https://gist.github.com/wfdewith/978e4f8e09f481a480cb1bf645e8d518); An example of what you can do with custom file sorting algorithms; download. -* [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. [Source issue #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. 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 ## Device specific