Lua Scripts Manual on darktable lua documentation https://elstoc.github.io/luadocs/lua.scripts.manual/ Recent content in Lua Scripts Manual on darktable lua documentation Hugo -- gohugo.io en-us overview https://elstoc.github.io/luadocs/lua.scripts.manual/overview/ Mon, 01 Jan 0001 00:00:00 +0000 https://elstoc.github.io/luadocs/lua.scripts.manual/overview/ darktable can be customized and extended using the Lua programming language. The lua-scripts repository contains the collected efforts of the darktable developers, maintainers, contributors and community. installation https://elstoc.github.io/luadocs/lua.scripts.manual/installation/ Mon, 01 Jan 0001 00:00:00 +0000 https://elstoc.github.io/luadocs/lua.scripts.manual/installation/ 🔗Download and Install The recommended method of installation is using git to clone the repository. This ensures that all dependencies on other scripts are met as well as providing an easy update path. 🔗snap packages The snap version of darktable comes with lua included starting with version 2.4.3snap2. Ensure git is installed on your system. If it isn’t, use the package manager to install it. Then open a terminal and: troubleshooting https://elstoc.github.io/luadocs/lua.scripts.manual/troubleshooting/ Mon, 01 Jan 0001 00:00:00 +0000 https://elstoc.github.io/luadocs/lua.scripts.manual/troubleshooting/ Running darktable with Lua debugging enabled provides more information about what is occurring within the scripts. 🔗Snap Open a terminal and start darktable with the command snap run darktable -d lua. This provides debugging information to give you insight into what is happening. 🔗Linux Open a terminal and start darktable with the command darktable -d lua. This provides debugging information to give you insight into what is happening. 🔗MacOS Open a terminal and start darktable with the command /Applications/darktable.