Skip to content

Instantly share code, notes, and snippets.

View danielbayley's full-sized avatar

Daniel Bayley danielbayley

View GitHub Profile
@danielbayley
danielbayley / template.svg
Last active August 7, 2023 18:41
Preview SVGs
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@danielbayley
danielbayley / codepen.css
Last active April 16, 2025 14:07
CodePen
/* @import url("reset.css"); */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html { height: -webkit-fill-available }
body {
display: flex;
@danielbayley
danielbayley / load.yaml
Last active December 1, 2024 01:58
YAMLScript Cheat Sheet
#! /usr/bin/env ys-0
!yamlscript/v0/data
# https://eemeli.org/yaml#yaml
# https://npm.im/@yaml/yamlscript
# https://yamlscript.org/doc/cheat
# https://yamlscript.org/doc/core
# https://yamlscript.org/doc/ys-std
# ys --yaml */load.ys #--json
@danielbayley
danielbayley / README.md
Last active April 10, 2025 16:32
GFM Blockquote Note Syntax

[GFM] blockquote [Note] [Syntax]

> [!NOTE]  
> Highlights information that users should take into account, even when skimming.

Note

Highlights information that users should take into account, even when skimming.