![]() |
Open script files on external file editor - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: Open script files on external file editor (/showthread.php?tid=5965) |
Open script files on external file editor - Edmundo - 14.04.2025 Hi everyone, I was wondering if it's possible to directly open script files—such as custom JavaScript, custom CSS, Lua user libraries, etc.—in an external code editor like VS Code, rather than making changes externally and then copy/pasting the code back into the browser-based script editor. If you've ever used the Arduino IDE, it has a similar feature. I tried mapping the ftp and apps folders on my machine, but they don’t seem to contain the files I'm looking for. RE: Open script files on external file editor - Daniel - 14.04.2025 Not possible RE: Open script files on external file editor - Edmundo - 14.04.2025 (14.04.2025, 15:09)Daniel Wrote: Not possible Ok than ![]() thanks! RE: Open script files on external file editor - AEK - 15.04.2025 (14.04.2025, 18:35)Edmundo Wrote:(14.04.2025, 15:09)Daniel Wrote: Not possible all scripts in LM are fields of sqlite database (except user libs), so you cant get access to them like a file |