Skip to content

Instantly share code, notes, and snippets.

View extratone's full-sized avatar
🗿
iOS Keyboard Shortcuts and E D I T O R I A L G I T , BITCH!

David Blue extratone

🗿
iOS Keyboard Shortcuts and E D I T O R I A L G I T , BITCH!
View GitHub Profile
@extratone
extratone / goodlinksjar.json
Created March 24, 2024 11:55
Example, demonstrative output of my upcoming GoodLinks Jar Siri Shortcut.
{
"15eaecc4ed42ce5e2888d1b556cc1122": "{\n \"site\": \"carfolio.com\",\n \"summary\": \"2017 Volkswagen Golf GTI - full technical specs sheet, including performance data, economy and emissions, dimensions, weight and engine particulars.\",\n \"byline\": \"\",\n \"content\": \"---\\nTitle: 2017 Volkswagen Golf GTI Golf 7 specifications, technical data, performance\\nURL: https://www.carfolio.com/volkswagen-golf-gti-506869#a_chassis\\n---\\n\\n## Golf, Golf 7 (Typ 5G)\\n\\n![Volkswagen Golf GTI -](https://www.carfolio.com/images/dbimages/zgas/models/id/46079/2017%20volkswagen%20Golf%20GTI%20front%20%C2%BE.jpg)\\n\\n\\n\\nVolkswagen Golf GTI\\n\\n\\n\\n\\n\\n\\n![Volkswagen Golf GTI -](https://www.carfolio.com/images/dbimages/zgas/models/id/46079/2017%20volkswagen%20Golf%20GTI%20rear%20%C2%BE.jpg)\\n\\n\\n\\nVolkswagen Golf GTI\\n\\n\\n\\n\\n\\nThe Golf GTI is a front wheel drive hatchback road car with a front mounted engine, sold by Volkswagen. It forms part of Volkswagen's Golf 7 model range. Its 2 litr
@extratone
extratone / gtidot.json
Created March 22, 2024 07:45
Rudimentary light/dark color schemes for a single Tot Dot based on my GTI's look.
{
"type": "dot 2",
"dark": {
"accent": "#b3b4b1",
"status_background": "#111b2e",
"text": "#f4f7f5",
"link": "#ff564f",
"background": "#171c26",
"dot": "#283e68",
"status_text": "#dde0dd"
@extratone
extratone / peepeetim.swift
Created March 22, 2024 03:06
One of tech's most powerful leaders has been saving up all day, just for you.
//
// TimCookStraightUpPissingAppleTV.swift
// Pee Pee Tim
//
// One of tech's most powerful leaders has been saving up all day, just for you.
// Copyright © Extratone Media. Zero rights reserved.
//
import SwiftUI
@extratone
extratone / routinehub.css
Created March 14, 2024 09:39
Extracted style reference for routinehub.co.
@charset "UTF-8";
/*
* Mixins
* Commonly used snippets.
*/
/* Bulma Settings https://bulma.io/documentation/customize/variables/ */
/* Color overrides */
/* Global - Background */
/* Global - Text Links */
/* Global - Text */
@extratone
extratone / TiddlyKeys.csv
Created February 29, 2024 04:44
Default keyboard shortcuts reference for TiddlyWiki's web UI.
Action Description Command
add-field Add the new field to the tiddler ⌅<br><br>
advanced-search Advanced search ^-⇧-A
advanced-search-sidebar Open the AdvancedSearch panel from within the sidebar search field ⌥-⌅<br><br>
bold Apply bold formatting to selection ⌘-B<br>^-B
cancel-edit-tiddler Discard changes to this tiddler ⎋<br>
change-sidebar-layout Change the sidebar layout ⇧-⌥-⇩
delete-field Remove field ⇧-⌥-D
excise Excise the selected text into a new tiddler ^-E
heading-1 Apply heading level 1 formatting to lines containing selection ^-1
{
"$schema": "http://json-schema.org/draft-04/schema#",
"id": "https://schema.getpostman.com/json/collection/v2.1.0/",
"type": "object",
"properties": {
"info": {
"$ref": "#/definitions/info"
},
"item": {
"type": "array",
@extratone
extratone / Mona6Actions.html
Last active February 27, 2024 18:08
Source index of all Mona Siri Shortcuts actions as of version 6.
<!DOCTYPE html><html><head><meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta name="format-detection" content="telephone=no,date=no">
<title>Mona 6 Action Showcase</title>
<style>
body {
font-family: system-ui;
font-size: 0.95em;
margin-top: 1rem;
margin-bottom: calc(1rem + env(safe-area-inset-bottom));
@extratone
extratone / nonchalant.html
Created February 26, 2024 09:11
A (bad) custom theme/template for Blogspot/Blogger.
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE html>
<html b:version='2' class='v2' expr:dir='data:blog.languageDirection' expr:lang='data:blog.locale' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
<head>
<meta expr:content='data:blog.isMobile ? &quot;width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0&quot; : &quot;width=1100&quot;' name='viewport'/>
<b:include data='blog' name='all-head-content'/>
<title><data:blog.pageTitle/></title>
<b:skin><![CDATA[/*
-----------------------------------------------
.sri-group,
.search-result,
.scene {
background-color: #1e2028;
border-radius: 12px;
}
.scene {
padding: 1rem;
}
@extratone
extratone / obsidianhotkeys.json
Created February 5, 2024 20:20
An attempt to individually configure Obsidian by yet another specific system (Surface Laptop 2.)
{
"obsidian-collapse-all-plugin:collapse-file-explorer": [
{
"modifiers": [
"Mod",
"Shift"
],
"key": "ArrowLeft"
}
],