-
Notifications
You must be signed in to change notification settings - Fork 15
Description
Thanks for this, opens up some powerful stuff! I usually write scripts just to run on the host but this leverages a lot better integration with the UI. The mustache and PDF stuff will be very useful. Plus I haven't got flows to work properly yet and I have no idea why, so this is probably better in most cases.
Know it might be a long shot, but would there be any possibility of a REPL, or being able to test run the script from the code editor, or something similar to speed up developing scripts?
Not being familiar with lua, it's quite time-consuming to write using only printf debugging with the add_message function. And then switching browser tabs to run it again and read the messages before they disappear.
If a full REPL would be a pain in lua (I know it's lightweight and designed for embedding, so maybe it's not really meant to run line-by-line) then I am thinking the ability to select an entry and enter relevant parameters at the bottom of the code listing, hit run, and ideally also a console output to avoid the need to send messages.
I suppose for now I can run it using occ and seems I can print in there so that's a big help.
Thanks!