2020-12-14 23:54:59 +00:00
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version= "2.0" xmlns:atom= "http://www.w3.org/2005/Atom" >
<channel >
<title > examples on darktable lua documentation</title>
2020-12-14 23:57:48 +00:00
<link > https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/examples/</link>
2020-12-14 23:54:59 +00:00
<description > Recent content in examples on darktable lua documentation</description>
<generator > Hugo -- gohugo.io</generator>
2020-12-14 23:57:48 +00:00
<language > en-us</language> <atom:link href= "https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/examples/index.xml" rel= "self" type= "application/rss+xml" />
2020-12-14 23:54:59 +00:00
<item >
<title > api_version</title>
2020-12-14 23:57:48 +00:00
<link > https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/examples/api_version/</link>
2020-12-14 23:54:59 +00:00
<pubDate > Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
2020-12-14 23:57:48 +00:00
<guid > https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/examples/api_version/</guid>
2020-12-14 23:54:59 +00:00
<description > 🔗Name api_version.lua - show the Lua API version
🔗Description darktable script to show the Lua API version in the preferences
2020-12-19 03:09:45 +00:00
🔗Usage start this script from script manager. darktable must be running in lua debug mode in a terminal to see the output. 🔗Additional Software Required 🔗Limitations 🔗Author Tobias Jakobs
2020-12-14 23:54:59 +00:00
🔗Change Log </description>
</item>
<item >
<title > darkroom_demo</title>
2020-12-14 23:57:48 +00:00
<link > https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/examples/darkroom_demo/</link>
2020-12-14 23:54:59 +00:00
<pubDate > Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
2020-12-14 23:57:48 +00:00
<guid > https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/examples/darkroom_demo/</guid>
2020-12-14 23:54:59 +00:00
<description > 🔗Name darkroom_demo - an example script demonstrating how to control image display in darkroom mode
🔗Description darkroom_demo is an example script showing how to control the currently displayed image in darkroom mode using lua.
2020-12-19 03:09:45 +00:00
🔗Usage start this script from script manager 🔗Additional Software Required None
2020-12-14 23:54:59 +00:00
🔗Limitations 🔗Author Bill Ferguson - wpferguson@gmail.com
🔗Change Log </description>
</item>
<item >
<title > gettextExample</title>
2020-12-14 23:57:48 +00:00
<link > https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/examples/gettextexample/</link>
2020-12-14 23:54:59 +00:00
<pubDate > Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
2020-12-14 23:57:48 +00:00
<guid > https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/examples/gettextexample/</guid>
2020-12-14 23:54:59 +00:00
<description > 🔗Name gettextExample.lua - darktable script to show how translations works
🔗Description To create the .po file run: xgettext -l lua gettextExample.lua
xgettext is not a lua tool, it knows (almost) nothing about Lua, and not enough to do a proper parsing. It takes a text file (In our case a Lua file) and recognises a few (language dependant) keyword in there. It matches those keywords with internal description on how functions are called and creates the .</description>
</item>
<item >
<title > hello_world</title>
2020-12-14 23:57:48 +00:00
<link > https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/examples/hello_world/</link>
2020-12-14 23:54:59 +00:00
<pubDate > Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
2020-12-14 23:57:48 +00:00
<guid > https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/examples/hello_world/</guid>
2020-12-14 23:54:59 +00:00
<description > 🔗Name hello_world.lua - a simple lua script
🔗Description prints & ldquo;hello world when DT starts
2020-12-19 03:09:45 +00:00
🔗Usage start this script from script manager 🔗Additional Software Required 🔗Limitations 🔗Author Tobias Ellinghaus
2020-12-14 23:54:59 +00:00
🔗Change Log </description>
</item>
<item >
<title > lighttable_demo</title>
2020-12-14 23:57:48 +00:00
<link > https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/examples/lighttable_demo/</link>
2020-12-14 23:54:59 +00:00
<pubDate > Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
2020-12-14 23:57:48 +00:00
<guid > https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/examples/lighttable_demo/</guid>
2020-12-14 23:54:59 +00:00
<description > 🔗Name lighttable_demo.lua - an example script demonstrating how to control lighttable display modes
🔗Description lighttable_demo is an example script showing how to control lighttable layout, sorting, and filtering from a lua script. If the selected directory has different ratings, color labels, etc, then the sorting and filtering display is a little clearer.
2020-12-19 03:09:45 +00:00
🔗Usage start this script from script manager 🔗Additional Software Required 🔗Limitations 🔗Author Bill Ferguson - wpferguson@gmail.com</description>
2020-12-14 23:54:59 +00:00
</item>
<item >
<title > moduleExample</title>
2020-12-14 23:57:48 +00:00
<link > https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/examples/moduleexample/</link>
2020-12-14 23:54:59 +00:00
<pubDate > Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
2020-12-14 23:57:48 +00:00
<guid > https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/examples/moduleexample/</guid>
2020-12-14 23:54:59 +00:00
<description > 🔗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
2020-12-19 03:09:45 +00:00
🔗Usage start this script from script manager
2020-12-14 23:54:59 +00:00
it creates a new example lighttable module
🔗Additional Software Required 🔗Limitations 🔗Author Tobias Jakobs
🔗Change Log </description>
</item>
<item >
2021-05-30 17:23:00 +00:00
<title > multi_os</title>
2020-12-14 23:57:48 +00:00
<link > https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/examples/multi_os/</link>
2020-12-14 23:54:59 +00:00
<pubDate > Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
2020-12-14 23:57:48 +00:00
<guid > https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/examples/multi_os/</guid>
2020-12-14 23:54:59 +00:00
<description > 🔗Name multi_os.lua - an example script that runs on linux, MacOS, and Windows.
🔗Description multi_os is an example of how to write a script that will run on different operating systems. It uses the lua-scripts libraries to lessen the amount of code that needs to be written, as well as gaining access to tested cross-platform routines. This script also performs a function that some may find useful. It creates a button in the lighttable selected images module that extracts the embedded jpeg image from a raw file, then imports it and groups it with the raw file.</description>
</item>
<item >
<title > panels_demo</title>
2020-12-14 23:57:48 +00:00
<link > https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/examples/panels_demo/</link>
2020-12-14 23:54:59 +00:00
<pubDate > Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
2020-12-14 23:57:48 +00:00
<guid > https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/examples/panels_demo/</guid>
2020-12-14 23:54:59 +00:00
<description > 🔗Name panels_demo.lua - an example script demonstrating how to contol panel visibility
🔗Description panels_demo is an example script showing how to control panel visibility. It cycles through the panels hiding them one by one, then showing them one by one, then hiding all, then showing all. Finally, the original panel visibility is restored.
2020-12-19 03:09:45 +00:00
🔗Usage start this script from script manager 🔗Additional Software Required 🔗Limitations 🔗Author 🔗Change Log </description>
2020-12-14 23:54:59 +00:00
</item>
<item >
<title > preferenceExample</title>
2020-12-14 23:57:48 +00:00
<link > https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/examples/preferenceexamples/</link>
2020-12-14 23:54:59 +00:00
<pubDate > Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
2020-12-14 23:57:48 +00:00
<guid > https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/examples/preferenceexamples/</guid>
2020-12-14 23:54:59 +00:00
<description > 🔗Name preferenceExample.lua - show the different preference types that are possible with Lua
🔗Description darktable script to show the different preference types that are possible with Lua
2020-12-19 03:09:45 +00:00
🔗Usage start this script from script manager 🔗Additional Software Required 🔗Limitations 🔗Author Tobias Jakobs
2020-12-14 23:54:59 +00:00
🔗Change Log </description>
</item>
<item >
<title > printExamples</title>
2020-12-14 23:57:48 +00:00
<link > https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/examples/printexamples/</link>
2020-12-14 23:54:59 +00:00
<pubDate > Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
2020-12-14 23:57:48 +00:00
<guid > https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/examples/printexamples/</guid>
2020-12-14 23:54:59 +00:00
<description > 🔗Name printExamples.lua - prints & ldquo;hello world& rdquo; when darktable starts
🔗Description prints & ldquo;hello world& rdquo; to the screen when darktable starts
2020-12-19 03:09:45 +00:00
🔗Usage start this script from script manager 🔗Additional Software Required 🔗Limitations 🔗Author Tobias Jakobs
2020-12-14 23:54:59 +00:00
🔗Change Log </description>
</item>
<item >
<title > running_os</title>
2020-12-14 23:57:48 +00:00
<link > https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/examples/running_os/</link>
2020-12-14 23:54:59 +00:00
<pubDate > Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
2020-12-14 23:57:48 +00:00
<guid > https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/examples/running_os/</guid>
2020-12-14 23:54:59 +00:00
<description > 🔗Name running_os.lua - prints the operating system
🔗Description prints the operating system
2020-12-19 03:09:45 +00:00
🔗Usage start this script from script manager 🔗Additional Software Required 🔗Limitations 🔗Author Tobias Jakobs
2020-12-14 23:54:59 +00:00
🔗Change Log </description>
</item>
</channel>
</rss>