Skip to content
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

Feature request: support target="_blank" for links in terminal output #725

Open
rwalkerands opened this issue Dec 4, 2023 · 2 comments
Open

Comments

@rwalkerands
Copy link

The function terminal_view.js/createTextAndAnchorElements() auto-links URLs for the terminal output pane when using terminal as the output_format.

It'd be nice to have an option (e.g., per-runner?) to add target="_blank" to the <a> elements generated by this function.

(Yes, this can be achieved by using "output_format": "html" and scripting one's own conversion to HTML. But that's somewhat less convenient.)

@MNeill73
Copy link

MNeill73 commented Dec 4, 2023 via email

@rwalkerands
Copy link
Author

rwalkerands commented Dec 4, 2023

I stand corrected, retract the last paragraph, and thank you for the heads-up that has saved me some time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants