<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Perfect, thank you so much!<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On May 8, 2018, at 5:17 PM, Etienne Trimaille <<a href="mailto:etienne.trimaille@gmail.com" class="">etienne.trimaille@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">You can check this example: <a href="https://github.com/qgis/QGIS/blob/master/python/plugins/processing/script/ScriptTemplate.py#L77" class="">https://github.com/qgis/QGIS/blob/master/python/plugins/processing/script/ScriptTemplate.py#L77</a><br class=""></div><div class="gmail_extra"><br class=""><div class="gmail_quote">2018-05-08 17:12 GMT-04:00 Nyall Dawson <span dir="ltr" class=""><<a href="mailto:nyall.dawson@gmail.com" target="_blank" class="">nyall.dawson@gmail.com</a>></span>:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 9 May 2018 at 06:52, Phil Ribbens <<a href="mailto:philip.ribbens@gmail.com" class="">philip.ribbens@gmail.com</a>> wrote:<br class="">
> Hi,<br class="">
><br class="">
> I’m wondering if it’s possible to add help text (that will show up in<br class="">
> right-hand sidebar) for a processing plugin that I’m developing in QGIS3.<br class="">
><br class="">
> I think I found where the help text for the native QGIS plugins comes from<br class="">
> (<a href="https://github.com/qgis/QGIS/blob/master/python/plugins/processing/algs/help/qgis.yaml" rel="noreferrer" target="_blank" class="">https://github.com/qgis/QGIS/<wbr class="">blob/master/python/plugins/<wbr class="">processing/algs/help/qgis.yaml</a><wbr class="">),<br class="">
> but I’m not sure how I might be able to provide my own help text for a<br class="">
> processing plugin I’m developing.<br class="">
<br class="">
</span>You just need to implement the shortHelpString method in your<br class="">
algorithm and return the translated help text.<br class="">
<br class="">
Nyall<br class="">
<br class="">
<br class="">
><br class="">
> Thanks,<br class="">
> Phil Ribbens<br class="">
><br class="">
> ______________________________<wbr class="">_________________<br class="">
> QGIS-Developer mailing list<br class="">
> <a href="mailto:QGIS-Developer@lists.osgeo.org" class="">QGIS-Developer@lists.osgeo.org</a><br class="">
> List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank" class="">https://lists.osgeo.org/<wbr class="">mailman/listinfo/qgis-<wbr class="">developer</a><br class="">
> Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank" class="">https://lists.osgeo.org/<wbr class="">mailman/listinfo/qgis-<wbr class="">developer</a><br class="">
______________________________<wbr class="">_________________<br class="">
QGIS-Developer mailing list<br class="">
<a href="mailto:QGIS-Developer@lists.osgeo.org" class="">QGIS-Developer@lists.osgeo.org</a><br class="">
List info: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank" class="">https://lists.osgeo.org/<wbr class="">mailman/listinfo/qgis-<wbr class="">developer</a><br class="">
Unsubscribe: <a href="https://lists.osgeo.org/mailman/listinfo/qgis-developer" rel="noreferrer" target="_blank" class="">https://lists.osgeo.org/<wbr class="">mailman/listinfo/qgis-<wbr class="">developer</a></blockquote></div><br class=""></div>
</div></blockquote></div><br class=""></body></html>