[an event] in which people get together and write HTML documents. This one is in a park (like the Ontario based HTML in the Park)!
username.github.io
repo,
or any other project repo. For example, my MaxwellBo/maxwellbo.github.io repo maps to maxbo.me, while MaxwellBo/cursors
maps to maxbo.me/cursors.
If GitHub Gists could run. And AWS Lambda was fun. Val Town is a social website to write and deploy TypeScript. Build APIs and schedule functions from your browser.
me()
selector that allows you to cram
script
elements inline into other HTML elements, for maxiumum Locality of Behaviour (how cool!) Scope your inline style tags in pure vanilla CSS! Only 16 lines. No build. No dependencies.Built by the same guy as surreal, so they have similar APIs (see
me
selector).
Facet is a single-file web library that allows for the easy, declarative definition of web components. By making use of <template>
elements with special attributes, Facet makes it possible to define useful and effective web components with no Javascript boilerplate, so you can focus entirely on the structure and behavior of your component.
Stampino is a fast and flexible HTML template system, where you write dynamic templates using real HTML <template> tags.
import
syntax. As an example:
<script type="module"> import confetti from "https://esm.sh/[email protected]" window.confetti = () => confetti.create(document.getElementById('confetti'))() </script> <button onclick="confetti()">๐</button> <canvas id="confetti" style="border: 1px solid #006400;"></canvas>