How to execute a .lua script in KOReader?
I’m testing how to run .lua scripts in KOReader. (installed on Paperwhite11)
I created a test file using:
echo 'local _ = require("logger").info("TEST OK"); os.exit()' > /mnt/us/koreader/scripts/test.lua
The file test.lua exists in /mnt/us/koreader/scripts/, but I can’t find any ‘Scripts’ menu in KOReader to execute it. How can I run this script?"
Last edited by beecom; 04-10-2025 at 09:25 PM.
|