Hello,
Is it possible to add html support in the "View script log" window, i want to echo web page link and poster from The Movie DB ? It can look nice if we where able to echo also in the main window a little picture thumbnail from the file if found on an api site
Thanks.
html in "View script log" window
Re: html in "View script log" window
Maybe, I'll look into it.
Re: html in "View script log" window
The current output looks like text-only because it's inside <pre></pre>. You may be able to use html by simply having your script start by outputting an </pre> followed by html of your choice (and reopening that <pre> at the very end to keep the syntax of the page correct). Untested but worth the try....
Re: html in "View script log" window
Hello Shypike,
Thank for your feedback.
jcfp,
Thanks for the tip, in my screenshot it's only bash echo, but i'll try in a few days with closing pre and ré opening at the end
Thank for your feedback.
jcfp,
Thanks for the tip, in my screenshot it's only bash echo, but i'll try in a few days with closing pre and ré opening at the end