comparison web/help/GuideReferenceLua.html @ 2835:bb44bd76f857

Simplify OSD settings in Preferences Move Overlay Screen Display settings in Preferences from the Windows tab to its own tab. Allow preformatted tags to be set by button click or drag-and-drop.
author Colin Clark <colin.clark@cclark.uk>
date Tue, 02 Oct 2018 13:01:06 +0100
parents 54ae25ba376b
children
comparison
equal deleted inserted replaced
2834:a407b635d249 2835:bb44bd76f857
460 <li class="linktrail linktrail-first"><a class="linktrail" href="GuideIndex.html" title="The Geeqie User Manual">The Geeqie User Manual</a></li> 460 <li class="linktrail linktrail-first"><a class="linktrail" href="GuideIndex.html" title="The Geeqie User Manual">The Geeqie User Manual</a></li>
461 <li class="linktrail linktrail-last"><a class="linktrail" href="GuideReference.html" title="Reference">Reference</a></li> 461 <li class="linktrail linktrail-last"><a class="linktrail" href="GuideReference.html" title="Reference">Reference</a></li>
462 </ul> 462 </ul>
463 <p class="para block block-first"> 463 <p class="para block block-first">
464 Lua scripts allow the functionality of Geeqie to be extended. Lua scripts may only be used in conjunction with the 464 Lua scripts allow the functionality of Geeqie to be extended. Lua scripts may only be used in conjunction with the
465 <a class="link" href="GuideOptionsWindow.html#OverlayScreenDisplay" title="Overlay Screen Display">Overlay Screen Display</a> 465 <a class="link" href="GuideOptionsOSD.html#OverlayScreenDisplay" title="Overlay Screen Display">Overlay Screen Display</a>
466 and the 466 and the
467 <div dir="ltr" class=" block programlisting block-indent"><pre class="programlisting">geeqie --remote --lua:</pre></div> 467 <div dir="ltr" class=" block programlisting block-indent"><pre class="programlisting">geeqie --remote --lua:</pre></div>
468 command line option. 468 command line option.
469 </p> 469 </p>
470 <p class="para block"></p> 470 <p class="para block"></p>
498 <a class="link" href="GuideReferenceConfig.html" title="Configuration Files and Locations">Configuration Files and Locations</a> 498 <a class="link" href="GuideReferenceConfig.html" title="Configuration Files and Locations">Configuration Files and Locations</a>
499 . 499 .
500 </p> 500 </p>
501 <p class="para block"> 501 <p class="para block">
502 A link to a Lua script must be inserted into the overlay template. Refer to the 502 A link to a Lua script must be inserted into the overlay template. Refer to the
503 <a class="link" href="GuideOptionsWindow.html#OverlayScreenDisplay" title="Overlay Screen Display">Overlay Screen Display</a> 503 <a class="link" href="GuideOptionsOSD.html#OverlayScreenDisplay" title="Overlay Screen Display">Overlay Screen Display</a>
504 section of Window Options. 504 section of Window Options.
505 </p> 505 </p>
506 <p class="para block">The full extent of the Lua language is available.</p> 506 <p class="para block">The full extent of the Lua language is available.</p>
507 </div> 507 </div>
508 <div class="division section"> 508 <div class="division section">