TryAPL icon indicating copy to clipboard operation
TryAPL copied to clipboard

This is the source code for TryAPL.org

Results 34 TryAPL issues
Sort by recently updated
recently updated
newest added

People might not realise that some APL glyphs are plain ASCII, e.g. `-` and `*` and `/`

https://validator.w3.org/nu/?doc=http%3A%2F%2Fwww.tryapl.org

I've added ids to relevant headings, but using themm in the url scrolls the page rather than the left pane.

bug
enhancement

We should use the dark theme if `@media (prefers-color-scheme: dark)` unless explicitly told not to with `?w`

enhancement

- add URL queries: - ws= workspace= - nb= notebook= - add system commands - )save - )load

fix a couple bugs #17 #21

notebook= workspace= )save )load

Currently, having any URL query causes a fresh session. This has incidentally safe effects, but the behaviour should be decided and implemented properly. Should we have a ?clear, or should...