This commit is contained in:
wpferguson 2021-02-26 01:10:33 +00:00
parent 56b97936c7
commit d0f5b1afd8
4 changed files with 10 additions and 8 deletions

File diff suppressed because one or more lines are too long

View file

@ -1507,7 +1507,7 @@ Attributes:
<guid>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/ext_editor/</guid> <guid>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/ext_editor/</guid>
<description>🔗Name ext_editor.lua - edit images with external editors <description>🔗Name ext_editor.lua - edit images with external editors
🔗Description This script provides helpers to edit image files with programs external to darktable. It adds: 🔗Description This script provides helpers to edit image files with programs external to darktable. It adds:
a new target storage &amp;ldquo;collection&amp;rdquo;. Image exported will be reimported to collection for further edit with external programs a new lighttable module &amp;ldquo;external editors&amp;rdquo;, to select a program from a list of up to 9 external editors and run it on a selected image (adjust this limit by changing MAX_EDITORS) a set of lua preferences in order to configure name and path of up to 9 external editors a set of lua shortcuts in order to quick launch the external editors 🔗Usage start this script with script manager 🔗setup in &amp;ldquo;preferences/lua options&amp;rdquo; configure name and path/command of external programs note that if a program name is left empty, that and all following entries will be ignored in &amp;ldquo;preferences/shortcuts/lua&amp;rdquo; configure shortcuts for external programs (optional) whenever programs preferences are changed, in lighttable/external editors, press &amp;ldquo;update list&amp;rdquo; 🔗use in the export dialog choose &amp;ldquo;collection&amp;rdquo; and select the format and bit depth for the exported image</description> a new target storage &amp;ldquo;collection&amp;rdquo;. Image exported will be reimported to collection for further editing with external programs a new lighttable module &amp;ldquo;external editors&amp;rdquo;, to select a program from a list of up to 9 external editors and run it on a selected image (adjust this limit by changing MAX_EDITORS) an option to display the module in darkroom view a set of lua preferences in order to configure name and path of up to 9 external editors a set of lua shortcuts in order to quick launch the external editors 🔗Usage start this script with script manager 🔗setup in &amp;ldquo;preferences/lua options&amp;rdquo; configure name and path/command of external programs note that if a program name is left empty, that and all following entries will be ignored in &amp;ldquo;preferences/shortcuts/lua&amp;rdquo; configure shortcuts for external programs (optional) whenever programs preferences are changed, in lighttable/external editors, press &amp;ldquo;update list&amp;rdquo; 🔗use in the export dialog choose &amp;ldquo;collection&amp;rdquo; and select the format and bit depth for the exported image</description>
</item> </item>
<item> <item>

View file

@ -3066,9 +3066,10 @@
<h2 id="description"><a href="#description">🔗</a>Description</h2> <h2 id="description"><a href="#description">🔗</a>Description</h2>
<p>This script provides helpers to edit image files with programs external to darktable. It adds:</p> <p>This script provides helpers to edit image files with programs external to darktable. It adds:</p>
<ul> <ul>
<li>a new target storage &ldquo;collection&rdquo;. Image exported will be reimported to collection for further edit with external programs</li> <li>a new target storage &ldquo;collection&rdquo;. Image exported will be reimported to collection for further editing with external programs</li>
<li>a new lighttable module &ldquo;external editors&rdquo;, to select a program from a list of up to</li> <li>a new lighttable module &ldquo;external editors&rdquo;, to select a program from a list of up to
<li>9 external editors and run it on a selected image (adjust this limit by changing MAX_EDITORS)</li> 9 external editors and run it on a selected image (adjust this limit by changing MAX_EDITORS)</li>
<li>an option to display the module in darkroom view</li>
<li>a set of lua preferences in order to configure name and path of up to 9 external editors</li> <li>a set of lua preferences in order to configure name and path of up to 9 external editors</li>
<li>a set of lua shortcuts in order to quick launch the external editors</li> <li>a set of lua shortcuts in order to quick launch the external editors</li>
</ul> </ul>
@ -3096,10 +3097,11 @@ exported image</p>
<p>the exported image will be imported into collection and grouped with the original image</p> <p>the exported image will be imported into collection and grouped with the original image</p>
</li> </li>
<li> <li>
<p>select an image for editing with en external program, and:</p> <p>in lighttable, select an image for editing with en external program
(or in darkroom for the image being edited):</p>
</li> </li>
<li> <li>
<p>in lighttable/external editors, select program and press &ldquo;edit&rdquo;</p> <p>in external editors GUI, select program and press &ldquo;edit&rdquo;</p>
</li> </li>
<li> <li>
<p>edit the image with the external editor, overwite the file, quit the external program</p> <p>edit the image with the external editor, overwite the file, quit the external program</p>

View file

@ -112,7 +112,7 @@ Select multiple images that are either bracketed, or focus-shifted, set your des
<guid>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/ext_editor/</guid> <guid>https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/ext_editor/</guid>
<description>🔗Name ext_editor.lua - edit images with external editors <description>🔗Name ext_editor.lua - edit images with external editors
🔗Description This script provides helpers to edit image files with programs external to darktable. It adds: 🔗Description This script provides helpers to edit image files with programs external to darktable. It adds:
a new target storage &amp;ldquo;collection&amp;rdquo;. Image exported will be reimported to collection for further edit with external programs a new lighttable module &amp;ldquo;external editors&amp;rdquo;, to select a program from a list of up to 9 external editors and run it on a selected image (adjust this limit by changing MAX_EDITORS) a set of lua preferences in order to configure name and path of up to 9 external editors a set of lua shortcuts in order to quick launch the external editors 🔗Usage start this script with script manager 🔗setup in &amp;ldquo;preferences/lua options&amp;rdquo; configure name and path/command of external programs note that if a program name is left empty, that and all following entries will be ignored in &amp;ldquo;preferences/shortcuts/lua&amp;rdquo; configure shortcuts for external programs (optional) whenever programs preferences are changed, in lighttable/external editors, press &amp;ldquo;update list&amp;rdquo; 🔗use in the export dialog choose &amp;ldquo;collection&amp;rdquo; and select the format and bit depth for the exported image</description> a new target storage &amp;ldquo;collection&amp;rdquo;. Image exported will be reimported to collection for further editing with external programs a new lighttable module &amp;ldquo;external editors&amp;rdquo;, to select a program from a list of up to 9 external editors and run it on a selected image (adjust this limit by changing MAX_EDITORS) an option to display the module in darkroom view a set of lua preferences in order to configure name and path of up to 9 external editors a set of lua shortcuts in order to quick launch the external editors 🔗Usage start this script with script manager 🔗setup in &amp;ldquo;preferences/lua options&amp;rdquo; configure name and path/command of external programs note that if a program name is left empty, that and all following entries will be ignored in &amp;ldquo;preferences/shortcuts/lua&amp;rdquo; configure shortcuts for external programs (optional) whenever programs preferences are changed, in lighttable/external editors, press &amp;ldquo;update list&amp;rdquo; 🔗use in the export dialog choose &amp;ldquo;collection&amp;rdquo; and select the format and bit depth for the exported image</description>
</item> </item>
<item> <item>