CindyJS
CindyJS copied to clipboard
A JavaScript framework for interactive (mathematical) content.
It should be easy to retrieve parameters passed via the URL to a webpage, without having to use the `javascript` function (for increased safety and to avoid XSS attacks). I...
Cindy has a function called `message` which will show an message in the context help. It should be shown in the browser, too (as was the case with Cindy applets...
Make it possible to inspect the CindyJS port (which is a EuclideanPort as for now) using `inspect()`
It should be possible to inspect the kernel (reachable via `curkernel()`) via `inspect()`.
There is no way to set the default line dash using `linedash(...)`.
The convenient function `trigger(…,…)` is missing in CindyJS. Probably most people do not know it and use it…
If I have a Cinderella circle (geometric object) that is filled, then this is not filled in CindyJS.
1. The modifier `size` drives both the text size and line size. See, for example, ``` drawtable([0,0], [[1,2], [3,4]], size -> 1); drawtable([0,0], [[1,2], [3,4]], size -> 10); ```
We are missing the ability to zoom in or out on iPads or other touch devices. This has to be fixed.