You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When clicking on a workflow link with Ctrl+Click or mouse wheel to open it in another tab an empty playground is opened. instead of the shared workflow.
Test 4 HTML Link with target=blank works to open the link in new tab WITH content when clicking witout CTRL. When using CTRL then it does not work: Test 4 Github does not support target blank
When clicking on a workflow link with Ctrl+Click or mouse wheel to open it in another tab an empty playground is opened. instead of the shared workflow.
Test 1: Plain link without markdown does not work:
https://metafacture.org/playground/?flux=inputFile%0A%7Copen-file%0A%7Cas-lines%0A%7Cdecode-json%0A%7Cfix%28transformationFile%29%0A%7Cencode-xml%28rootTag%3D%22collection%22%29%0A%7Cprint%0A%3B&transformation=move_field%28%22_id%22%2C+%22id%22%29%0Amove_field%28%22a%22%2C+%22title%22%29%0Apaste%28%22creator%22%2C+%22b.v%22%2C+%22b.n%22%2C+%22~aus%22%2C+%22c%22%29%0Aretain%28%22id%22%2C+%22title%22%2C+%22creator%22%29&data=%7B%22a%22%3A+%22Faust%22%2C+%22b%22%3A+%7B%22n%22%3A+%22Goethe%22%2C+%22v%22%3A+%22JW%22%7D%2C+%22c%22%3A+%22Weimar%22%7D%0A%7B%22a%22%3A+%22R%C3%A4uber%22%2C+%22b%22%3A+%7B%22n%22%3A+%22Schiller%22%2C+%22v%22%3A+%22F%22%7D%2C+%22c%22%3A+%22Weimar%22%7D
Test 2: "Normal" Markdown link does not work: Test 2
Test 3: HTML Link does not work: Test3
Test 4 HTML Link withGithub does not support target blanktarget=blank
works to open the link in new tab WITH content when clicking witout CTRL. When using CTRL then it does not work: Test 4Note example links do work: https://metafacture.org/playground/?example=Local+JSON+to+XML+%28fix%29
The text was updated successfully, but these errors were encountered: