Chris Pearson
Chris Pearson
I like that oK is written in ES5. It makes it usable on older machines without needing a translation step.
Thank you for this! Is it necessary to put the code in `app2.js` or can it all be in the existing files?
FYI - I separately committed the display fixes (thank you) as I need to think through the separate file thing.
Update: think about how we'll auto-escape `"` characters
https://gitter.im/benjamn/recast/archives/2015/11/04
Part of the way there (toggleable themes) but needs a better way to add user-created themes than 'edit the source code'. https://github.com/chrispsn/mesh/commit/a42cfbd78c0282722dd9d191ebf76d926a7b73b3
Themes should come in subfolders in an 'extras' folder (eg 'extras/some-theme-name/style.css'). `try-mesh.html` should load the default, embedded theme, then override it with a `style.css` file in the same folder (if...
Specify theme via querystring? Could let us easily create a gallery of themes (via embedded iframes).
Useful? https://developer.mozilla.org/en-US/docs/Web/API/Intersection_Observer_API
Auto-linker is fixed.