Skip to content

Instantly share code, notes, and snippets.

View jdanyow's full-sized avatar
💭
Confirming my whereabouts

Jeremy Danyow jdanyow

💭
Confirming my whereabouts
View GitHub Profile
@jdanyow
jdanyow / index.html
Last active February 18, 2022 22:01
Atlas
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="color-scheme" content="light dark">
<title>Microsoft Atlas</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@microsoft/atlas-css/dist/index.css">
</head>
<body class="markdown padding-sm padding-xl-tablet padding-xxl-desktop">
@jdanyow
jdanyow / command.md
Created February 8, 2022 03:11
--disable-web-security macos
open -na Brave\ Browser --args --user-data-dir=/tmp/temporary-chrome-profile-dir --disable-web-security --disable-site-isolation-trials
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>GistRun</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@microsoft/[email protected]/dist/index.css" crossorigin="anonymous">
<style>
/* truncation */
.truncate {
display: inline-flex !important;
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>GistRun</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@microsoft/[email protected]/dist/index.css" crossorigin="anonymous">
</head>
<body>
<div class="display-flex align-items-center">
<details class="popover">
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>GistRun</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@microsoft/[email protected]/dist/index.css" integrity="sha256-E2LVl9IuSYhXWHhuC1nbPvSpU0skk7qdAuH+30qeY/U=" crossorigin="anonymous">
<style>
/* debug */
li {
@jdanyow
jdanyow / index.html
Last active December 10, 2021 23:33
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>GistRun</title>
<!--atlas styles-->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@microsoft/[email protected]/dist/index.css" integrity="sha256-E2LVl9IuSYhXWHhuC1nbPvSpU0skk7qdAuH+30qeY/U=" crossorigin="anonymous">
<!--docs styles-->
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>GistRun</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@microsoft/[email protected]/dist/index.css" integrity="sha256-E2LVl9IuSYhXWHhuC1nbPvSpU0skk7qdAuH+30qeY/U=" crossorigin="anonymous">
<style>
/* debug */
li {
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>GistRun</title>
<script type="module">
import { Validator } from 'https://cdn.jsdelivr.net/npm/@cfworker/[email protected]/dist/index.js';
const validator = new Validator({ type: 'number' });
let result = validator.validate(1);
document.body.insertAdjacentHTML('beforeend', `<pre><code>${JSON.stringify(result, null, 2)}</code></pre>`);
  1. Remove right rail scrollbar. This enables the subsequent experiments and gives us right-rail content that will work on any page, regardless of experiment outcomes. This also gives us what we need for air-gapped environments.

    • Implement new version of "in this article". Shows first N sections, and remaining count.

      N should be a little flexible so that we never end up in a state where it shows less than "and 2 more".

      In this article:
      - Lorem
      
  • Ipsum
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>GistRun</title>
<link rel="stylesheet" href="https://design.docs.microsoft.com/index.ed466f8c.css">
</head>
<body>
<div class="columns">
<div class="display-flex"> <!-- put the column size classes here, for example, "is-6-widescreen is-9-desktop" --->