-
-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include image in the terminal output (log_panel) #370
Comments
Hi Paul, please check this comment: |
Thanks bugy, I managed to make it work on live execution. But it do not display image in history right ? |
Yes, unfortunately that doesn't work for history
…On Tue, 17 Nov 2020 at 12:20, poloh11 ***@***.***> wrote:
Thanks bugy, I managed to make it work on live execution. But it do not
display image in history right ?
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#370 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAJXPJI7WNAFP7Z2FMXHK4LSQJL7RANCNFSM4TYK2V5Q>
.
|
Sry for asking this, but I can not determine where to put the config snippet to achieve this. Would you be so kind to tell me? |
@sir-Max you have to put it into script configuration:
|
Thanks, that worked (at least with an absolute path in it). Is "##any_path/[0-9]{8}.png#" some kind of regex for matching a printed output? I can not get it to match any dynamically generated images. But it is not urgent since I can just use a fixed path and name for my use case. |
@sir-Max exactly, this is a regex for printed output, you can read more here: https://github.com/bugy/script-server/wiki/Script-config#output_files |
Hi,
Thanks for this great tool !
For my use it would be even more incredible if I could include an image in the terminal output.
I mean, display an image in script execution and history from web url or sever location.
By looking around the code, I found
in file script-server/web-src/src/common/components/terminal/terminal_model.js
So I assume that you created the functionality. But how to use it from my script ? I there a specific syntax to use ?
Thank you so much
Paul
The text was updated successfully, but these errors were encountered: