
[lua scripts api] created manual from embedded library documentation [lua api] created stub to contain lua api manual
686 B
686 B
title | id | weight | draft | author |
---|---|---|---|---|
moduleExample | moduleExample | 60 | false | people |
Name
moduleExample.lua - create a new example lighttable module
Description
More informations about building user interface elements: https://www.darktable.org/usermanual/ch09.html.php#lua_gui_example And about new_widget here: https://www.darktable.org/lua-api/index.html.php#darktable_new_widget
Usage
-
require this script from your luarc file To do this add this line to the file .config/darktable/luarc: require "examples/moduleExample"
-
it creates a new example lighttable module
Additional Software Required
Limitations
Author
Tobias Jakobs