luadocs/content/lua.scripts.manual/scripts/examples/moduleExample.md
Bill Ferguson b69d752221 [lua scripts] created manual from script comments
[lua scripts api] created manual from embedded library documentation

[lua api] created stub to contain lua api manual
2020-12-12 15:14:19 -05:00

38 lines
686 B
Markdown

---
title: moduleExample
id: moduleExample
weight: 60
draft: false
author: "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
## Change Log