
Notion Databases - Full Course for Beginners
Thomas Frank Explains
🎉 160,000 人達成!
📈 予測:20万人まであと80日(2023年8月21日)
※本サイトに掲載されているチャンネル情報や動画情報はYouTube公式のAPIを使って取得・表示しています。
Timetable
動画タイムテーブル
動画数:44件

- Intro

man that sound effect messed with my head. I thought a tree limb had fallen on my roof or something

- What You'll Need

- Workflow Overview

@Kris It’s an app called whimsical

@Thomas Frank Explains

- Build Start

- Set Up the Trigger

- Download the Audio File

at MessagePort.<anonymous> (/var/task/params_evaluator.js:)

- Transcribe with Whisper

Hey does this work on a Macbook, Im stuck on . Can you help me :)

- Summarize with ChatGPT

/node_modules/axios/lib/core/createError.js:)

/node_modules/axios/lib/core/settle.js:)

at MessagePort.exports.emitMessage (internal/per_context/messageport.js:)

- Format the Text

- Create Notion Page

@Thomas Frank Explains just passed ... maybe dreams do come true

- Test the Workflow

- Deploy the Workflow

- More Resources

- Intro

- Example: Habit Tracker

how is the date field auto populated with today's date.. i was looking for a way to do that.

- Example: Create Default Tasks

- Example: Personal Dashboard

- Create Your First Button

- Add New Database Pages

- Create Dashboard Buttons

- Edit Existing Pages

- Relative Dates Trick

- Additional Resources

- Intro

- PARA Dashboard Preview

- What is PARA? Mini-Lesson

- Create the Databases

- Tasks

- Notes

It’s AM and I gotta be up at 5AM. Is this the same as your previous video? just updated?

- Projects

- Areas and Resources

- Archive

- Creating Relations

- Creating Dashboards and Templates

at minute You mention excatlly the part I'm confused with.

- Creating Linked Databases

- Areas and Resources DB Templates

- Build the Dashboard

- Create the Archive Page

- More Resources

- Introduction

I miss his videos from his main YT channel

- Project overview

- JavaScript prerequisites (or lack thereof)

- Companion blog post

- Pokedex project spec

- Pokedex template link

- PokeAPI Introduction

- What is an API?

- Script flow overview

- PokeAPI response example

- Script flow whiteboard diagram

- Glitch.com introduction

- Create a Node.JS starter app

- Starter project tour

- Create index.js

- Create a Notion API integration

- Get your internal integration token

. Remix my Glitch project, add your .env variables (detailed starting at ), and run it. Then start changing things and tinkering.

- Create a .env file and add environmental variables

- Get your Notion database ID

- Add you integration to your database

- PokeAPI docs

- Axios library introduction

- Add Axios to package.json

- Side note: Dealing with broken npm packages

- Add the Notion SDK to package.json

- Add require statements to index.js

- Make your first call to PokeAPI

- Get response from PokeAPI

- Log a Pokemon's name

- Create an object definition to contain Pokemon stats

- Log the pokeData object

- Add the pokeData object to your array

- Build the createNotionPage() function

- Notion API reference overview

- Create the response variable

- Side Note: Notion API page property values change

The link has been removed from the sidebar, as I pointed out in the small side note at . I've been told by Notion staff that all of this info will soon be consolidated onto the main Page Property Values page (https://developers.notion.com/reference/page-property-values) but that hasn't happened yet.

- Notion API page property reference

- Title property object structure

- Continue constructing the response variable

- Call the createNotionPage() function

- Add logging to the script

- Run the script and send your first call to Notion

- Fetch multiple Pokemon at once with a loop

- API commands overview (GET, POST, etc.)

- Run the script again and fetch multiple records

- Start refining your data

- Get sprits and artwork from PokeAPI

- Overview of additional information to get from PokeAPI

- Refine the sprite variable

- Create the Pokemon types array

- Create the Bulbapedia URL

- Process and format each Pokemon's name

- MDN Web Docs introduction

- Regular expression references

- Send the refined/additional information to Notion

- Set the Notion page cover and icon

- Add child blocks to each Notion page

- Create a bookmark block for the Bulbapedia URL

- Send another batch of test pages to Notion

- Add missing pieces of information (flavor text, generation, etc.)

- PokeAPI pokemon-species endpoint overview

- Create another loop to call pokemon-species

- My #1 tip for learning programming and APIs

- Get the English-language flavor text

- Add formatted flavor text to the pokeData object

- Add the category and generation info to the pokeData object

- Add the new information to the Notion API call

- Test the finished script!

- Source code and additional resources
