Changed around line 112: belowAsCode
+ The `program` parser in the `link` aftertextparser can be used to urlencode a scroll program as follows
+
+ belowAsCode
+ Link to open a scroll program on try scroll
+ link https://try.scroll.pub/# try scroll
+ program
+ scroll
+ theme gazette
+ code
+ two = 1 + 1
+
- I implemented a tryscrollParser to display try scroll in an iframe. Can scroll be loaded natively and into a web component somehow instead?
+ I didn't find a general way in scroll to use `encodeURIComponent` with other things like the `iframe` src attribute, so I implemented a tryscrollParser. It displays try scroll in an iframe.
Changed around line 137: tryscroll
- why does the above only show the editor and not the preview? When I had iframe directly both showed. Ok both don't show, but it fills the column width
+ Why does the above only show the editor and not the preview?
- belowAsCode
-
-
- belowAsCode
- Link to open a scroll program on try scroll
- link https://try.scroll.pub/# try scroll
- program
- scroll
- theme gazette
- code
- two = 1 + 1
+ Would be nice if there was an easier way to `encodeURIComponent` into the iframe `src` attribute rather than implementing the `tryscrollParser`.
- Would be nice if there was an easier way to `encodeURIComponent` into the iframe `src` attribute rather than implementing the `tryscrollParser`.
+ It would be nice if try scroll could be implemented as a web component instead of resorting to an iframe.