Skip to content

Instantly share code, notes, and snippets.

View itsjustmath's full-sized avatar
🦥

Justin Mather itsjustmath

🦥
View GitHub Profile
@itsjustmath
itsjustmath / cf4w.text
Created March 28, 2021 23:55
roam/templates: CrossFit for Writing
- [[CrossFit for Writing]]
1. Find one note that resonates with you {{[[POMO]]: 2}}
2. Choose five notes that relate to your first note {{[[POMO]]: 3}}
3. Progressively Summarize (Bold/highlight) your six notes {{[[POMO]]: 3}}
4. Put the notes in a sequence that makes sense {{[[POMO]]: 2}}
5. Supplement your idea with additional notes {{[[POMO]]: 4}}
6. Create a short outline of your piece (Blurry Thumbnail) {{[[POMO]]: 5}}
7. Blurry Thumbnail: Write a three paragraph abstract of your piece (150-200 words) {{[[POMO]]: 15}}
8. Get writing {{[[POMO]]: 25}}

Tiny Content Framework

About the project

This is a tiny content strategy framework focused on goals, messages, and branding. This is not a checklist. Use what you need and scrap the rest. Rewrite it or add to it. These topics should help you get to the bottom of things with clients and other people you work with.

Give me feedback on Twitter (@nicoleslaw) or by email (nicole@nicolefenton.com).

Contents

@itsjustmath
itsjustmath / icalbuddy-outliner-today.sh
Last active January 25, 2022 01:49
icalBuddy → Outliner: A shell script for Mac users that want to automate outputting today's calendar entries to the clipboard for pasting the formatted text into an outliner
/usr/local/bin/icalBuddy -f -npn -eed -ea -iep "title,datetime" -ps "|\n #Meeting |" -tf "%I:%M %p" -po "datetime,title" -b "" eventsToday | gsed 's/\x1b\[[0-9;]*m//g' | gsed 's/(Work)/#Work/g' | gsed 's/(Personal)/#Personal/g' | pbcopy
@itsjustmath
itsjustmath / roam-kanban-matrix.css
Last active November 8, 2020 19:34
Roam - Eisenhower Matrix: Turn a kanban board into a (draggable) Eisenhower Matrix
/*
Kanban > Eisenhower Matrix
Usage: `#matrix {{kanban}}`
NOTE: Requires `#matrix` tag to be inline AND preceeding `{{kanban}}`
*/
[data-tag="matrix"] ~ .rm-full-width .kanban-board .kanban-column-container {
overflow-x: unset !important;
@itsjustmath
itsjustmath / interface-inventory.md
Last active January 7, 2021 05:12
interface-inventory.md

Styles

The smallest, most general and most reusable pieces of the interface

  • color palettes
  • typographic scales
    • H1 - H6
  • Paragraph
@itsjustmath
itsjustmath / svg-export.md
Created December 2, 2015 02:33
SVG Export Settings for Web

Dimensions of your Vector

Although it’s a vector, you may want to keep the size of the SVG at the initial default size it is displayed on the site. You can always change this by opening up the SVG file in a text editor and changing the width and height at the top.

Measuring and scaling your vector to the appropriate size:

  • press CMD + R (to show the ruler)
  • hold down shift and resize the vector appropriately