CindyJS icon indicating copy to clipboard operation
CindyJS copied to clipboard

A JavaScript framework for interactive (mathematical) content.

Results 139 CindyJS issues
Sort by recently updated
recently updated
newest added

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...

CindyJS only

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...

Cinderella compat.

Make it possible to inspect the CindyJS port (which is a EuclideanPort as for now) using `inspect()`

Cinderella compat.

It should be possible to inspect the kernel (reachable via `curkernel()`) via `inspect()`.

Cinderella compat.

There is no way to set the default line dash using `linedash(...)`.

Cinderella compat.

The convenient function `trigger(…,…)` is missing in CindyJS. Probably most people do not know it and use it…

Cinderella compat.

If I have a Cinderella circle (geometric object) that is filled, then this is not filled in CindyJS.

Cinderella compat.

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); ```

Cinderella compat.

We are missing the ability to zoom in or out on iPads or other touch devices. This has to be fixed.

enhancement