Closed ebugnet closed 1 month ago
Dear @ebugnet,
Thank you for your report. I tested your example and found that Moodle has a standard filter “Convert URLs into links and images”. This should be executed after JSXGraph. Otherwise, the link to the image is converted to HTML, which causes the board to crash. The order of the filters can be adjusted by the admins of your Moodle installation. I will also document the correct order in our README.md.
If the error still occurs after this change, please contact me again here and reopen the issue.
Andreas
It works, thanks !
Hi, I try to include picture like described in jsxGraph website using the Moodle Filter on a page on my Moodle 4.1.
My exemple code is :
Using ATTO in HTML mode, Firefox, Moodle 4.1, Boost Union theme.
When I do that, the jsxGraph place is blank, I got an error on the console linked to the view.php
In fact, if I look at the source code of the generated moodle page, I can find this :
Like if Moodle change my picture reference and add a link.
Same effect using Chrome.
I don't know if it's a plugin effect, if this is the reason for blank graph, or only my Moodle instance...
Thanks for your tests.
Éric