I've tried to use the Processing extension. As it was leaving me with a black screen I've started looking into what is causing this.
First of all, it would be really helpful to see the logs or output on the terminal. How can I do this?
I've also looked into the code of the available extensions and saw this line in "extension.js":
// how do start this type of artwork? currently two token replacements, $filepath and $url
The Processing extension seems to use $filepath whereas some other ones use $url. What is the difference?
Is $filepath still available or a legacy component?
Thanks.