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?"
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?"