resources newsletter about

// FREE_RESOURCES

The templates, formulas & tools from my tutorials

Everything I build in my video tutorials, free to copy and adapt. Enter your email to download any template.

Google Sheets templates ChatGPT prompts Obsidian templates
SHEETS · START ✉ open

Everyday Use Cases

Practical daily uses — tracking, organizing, simple automation.

SHEETS · START ✉ open

Monthly Financial Tasks

A checklist sheet for tracking recurring monthly tasks.

01Open the Google Sheet link.
02Click File ▸ Make a copy.
03Save it to your own Drive.

Vibe Coding Starter Pack

GUIDE · NEW ✉ open

Vibe Coding Starter Pack

A beginner-friendly guide to getting started with vibe coding — prompts, workflows, and tools to build with AI.

▶ watch

Google Sheets templates

Ten ready-to-copy sheets. [tbc] = video coming soon

Template
What it does
Template
Video
Slipbox Idea Capture
A mobile-friendly sheet for capturing ideas, quotes and sources, ready to process into Obsidian notes.
✉ open
▶ watch
Vendor Matrix
A comparison sheet for evaluating vendors against cost, features and overall fit.
✉ open
▶ watch
Everyday Use Cases
Practical ways to use Sheets for daily tasks — tracking, organizing and simple automation.
✉ open
▶ watch
Shopping
A simple shopping list to organize items, quantities and planning before the store.
✉ open
▶ watch
Spanish Vocabulary Capture
A structured sheet for collecting and organizing Spanish vocabulary while studying or reading.
✉ open
▶ watch
Simple Currency Converter
A setup that converts currencies automatically using live exchange rates.
✉ open
▶ watch
Simple Dropdown
An example sheet showing how to create dropdown lists for cleaner data entry.
✉ open
▶ watch
Monthly Financial Tasks
A checklist-style sheet for tracking recurring monthly financial tasks.
✉ open
▶ watch
Project Plan
A planning sheet for organizing tasks, timelines, statuses and priorities in one place.
✉ open
▶ [tbc]
Wish & Replenish List
A tracker for items you want to buy and household supplies that need replenishing.
✉ open
▶ [tbc]

ChatGPT prompts

PROMPT · 01 ▶ watch

Slipbox CSV → Obsidian Markdown

Converts SlipBox CSV notes into one clean Markdown file per row.

You are a note converter. I will paste a CSV export from Google Sheets (the SlipBox Idea Capture template). Each row is one note with columns: Status, Date, Type, Source, Title, Idea, Tags, Page, Quote.

For each row, produce one Markdown file. Use this format:

---
title: {Title}
date: {Date}
type: {Type}
source: {Source}
tags: [{Tags, split by comma}]
---

# {Title}

{Idea}

> {Quote}

— {Source}, p. {Page}

Output all files separated by --- on their own line. Do not add commentary.
PROMPT · 02 ▶ [tbc]

Meeting Minutes Formatter

Turns rough notes into a clean record with a fixed structure.

You are a meeting-minutes formatter. I will paste raw notes from a meeting. Rewrite them into this structure:

# Meeting Minutes — [Topic]
**Date:** [date]
**Attendees:** [names]

## Agenda
1. ...

## Discussion
- ...

## Decisions
- ...

## Action Items
| Item | Owner | Due |
|------|-------|-----|
| ... | ... | ... |

## Next Meeting
- Date: ...
- Topics: ...

Keep language concise. Use bullet points. Do not invent information — only restructure what I provide.
PROMPT · 03 ▶ [tbc]

Vocabulary Table Generator

Builds a two-column vocabulary reference with example sentences.

You are a vocabulary-table builder. I will give you a topic or a list of words in [language]. For each word, produce a row with:

| Word | Translation | Example sentence | Notes |

If I give a topic, choose 15-20 common words. If I give a list, use those words. Example sentences should be simple (A2-B1 level). Notes column: gender, irregular forms, or common collocations.

Output as a Markdown table. No commentary before or after the table.
PROMPT · 04 ▶ [tbc]

Self-Study Course Creator

Designs a custom self-guided syllabus from your goals and time.

You are a self-study course designer. I will tell you:
1. What I want to learn
2. My current level (beginner/intermediate/advanced)
3. How many hours per week I can dedicate
4. My target timeline

Design a structured syllabus with:
- Weekly modules (title + learning objectives)
- Recommended resources (free when possible)
- Practice exercises or projects for each module
- Milestones to check progress
- A final project or assessment

Format as a clean Markdown document with headings, bullet points, and a timeline table.

Obsidian templates

OBSIDIAN ▶ [tbc]

Meeting Notes Template

Participants, agenda, decisions and actions in one note.

---
title: Meeting Minutes — {{title}}
date: {{date}}
attendees:
  -
---

## Agenda
1.

## Discussion
-

## Decisions
-

## Action Items
| Item | Owner | Due |
|------|-------|-----|
|  |  |  |

## Next Meeting
- Date:
- Topics: 
OBSIDIAN ▶ watch

Slipbox Permanent Note

A permanent-note skeleton with frontmatter for links and quotes.

---
title:
date: {{date}}
source:
tags: []
links: []
---

## Main Idea


## Supporting Points
-

## Quotes
>

## My Thoughts


## Connections
- [[]]