deploy: 39d50c87ae
This commit is contained in:
parent
56b97936c7
commit
d0f5b1afd8
4 changed files with 10 additions and 8 deletions
File diff suppressed because one or more lines are too long
|
@ -1507,7 +1507,7 @@ Attributes:
|
|||
<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 This script provides helpers to edit image files with programs external to darktable. It adds:
|
||||
a new target storage &ldquo;collection&rdquo;. Image exported will be reimported to collection for further edit with external programs a new lighttable module &ldquo;external editors&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 &ldquo;preferences/lua options&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 &ldquo;preferences/shortcuts/lua&rdquo; configure shortcuts for external programs (optional) whenever programs preferences are changed, in lighttable/external editors, press &ldquo;update list&rdquo; 🔗use in the export dialog choose &ldquo;collection&rdquo; and select the format and bit depth for the exported image</description>
|
||||
a new target storage &ldquo;collection&rdquo;. Image exported will be reimported to collection for further editing with external programs a new lighttable module &ldquo;external editors&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 &ldquo;preferences/lua options&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 &ldquo;preferences/shortcuts/lua&rdquo; configure shortcuts for external programs (optional) whenever programs preferences are changed, in lighttable/external editors, press &ldquo;update list&rdquo; 🔗use in the export dialog choose &ldquo;collection&rdquo; and select the format and bit depth for the exported image</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
|
|
@ -3066,9 +3066,10 @@
|
|||
<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>
|
||||
<ul>
|
||||
<li>a new target storage “collection”. Image exported will be reimported to collection for further edit with external programs</li>
|
||||
<li>a new lighttable module “external editors”, to select a program from a list of up to</li>
|
||||
<li>9 external editors and run it on a selected image (adjust this limit by changing MAX_EDITORS)</li>
|
||||
<li>a new target storage “collection”. Image exported will be reimported to collection for further editing with external programs</li>
|
||||
<li>a new lighttable module “external editors”, 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)</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 shortcuts in order to quick launch the external editors</li>
|
||||
</ul>
|
||||
|
@ -3096,10 +3097,11 @@ exported image</p>
|
|||
<p>the exported image will be imported into collection and grouped with the original image</p>
|
||||
</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>
|
||||
<p>in lighttable/external editors, select program and press “edit”</p>
|
||||
<p>in external editors GUI, select program and press “edit”</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>edit the image with the external editor, overwite the file, quit the external program</p>
|
||||
|
|
|
@ -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>
|
||||
<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:
|
||||
a new target storage &ldquo;collection&rdquo;. Image exported will be reimported to collection for further edit with external programs a new lighttable module &ldquo;external editors&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 &ldquo;preferences/lua options&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 &ldquo;preferences/shortcuts/lua&rdquo; configure shortcuts for external programs (optional) whenever programs preferences are changed, in lighttable/external editors, press &ldquo;update list&rdquo; 🔗use in the export dialog choose &ldquo;collection&rdquo; and select the format and bit depth for the exported image</description>
|
||||
a new target storage &ldquo;collection&rdquo;. Image exported will be reimported to collection for further editing with external programs a new lighttable module &ldquo;external editors&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 &ldquo;preferences/lua options&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 &ldquo;preferences/shortcuts/lua&rdquo; configure shortcuts for external programs (optional) whenever programs preferences are changed, in lighttable/external editors, press &ldquo;update list&rdquo; 🔗use in the export dialog choose &ldquo;collection&rdquo; and select the format and bit depth for the exported image</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
|
|
Loading…
Reference in a new issue