- Pokedex project spec(00:04:59 - 00:06:07) - Notion API – Full Course for Beginners

- Pokedex project spec(00:04:59 - 00:06:07)
Notion API – Full Course for Beginners

Learn how to work with the Notion API using JavaScript in this comprehensive beginner's tutorial.

🔽 EXPAND TO SEE TIMESTAMPS AND RESOURCES 🔽

📝 WRITTEN VERSION (contains much more detailed explanations and resource links for everything):
https://thomasjfrank.com/notion-api-crash-course/

🔗 PROJE...
Learn how to work with the Notion API using JavaScript in this comprehensive beginner's tutorial.

🔽 EXPAND TO SEE TIMESTAMPS AND RESOURCES 🔽

📝 WRITTEN VERSION (contains much more detailed explanations and resource links for everything):
https://thomasjfrank.com/notion-api-crash-course/

🔗 PROJECT RESOURCES
Notion Pokédex Template: https://thomasfrank.notion.site/Notion-Pok-dex-Template-4fc48e2918944e859e30d387279a311b
Glitch project: https://glitch.com/edit/#!/notion-pokedex
PokéAPI: https://pokeapi.co/
Notion API: https://developers.notion.com/reference/intro
Notion property values: https://developers.notion.com/reference/property-value-object

🧠 ULTIMATE BRAIN (Full Second-Brain Template - use LETSGO2023 at checkout):
https://thomasjfrank.com/brain/

📚 NOTION FUNDAMENTALS (Free & Complete Notion Beginner's Course)
https://thomasjfrank.com/fundamentals/

🎥 CREATOR'S COMPANION (The Best Template for Content Creators - use LETSGO2023 at checkout):
https://thomasjfrank.com/creators-companion/

🛠 MORE COURSES AND RESOURCES:
https://thomasjfrank.com/templates/
https://thomasjfrank.com/courses/

💪GET STARTED WITH NOTION:
https://thomasjfrank.com/usenotion/ - (this is my referral link)

🔗 More Video Links:
Notion Formula Guide: http://notionformulaguide.com/
Axios docs: https://axios-http.com/docs/intro
MDN Web Docs: https://developer.mozilla.org/en-US/
Notion Databases: https://www.youtube.com/watch?v=mAJOpO73d8Y
Send YouTube Stats to Notion (no-code): https://www.youtube.com/watch?v=VUeFtATlIDY

🐦Connect with me:
Twitter ➔ (best way to interact with me)
Instagram ➔ https://instagram.com/tomfrankly
Music ➔ @ThomasFrankMusic

-----

⏱ TIMESTAMPS:
00:00 - Introduction
01:50 - Project overview
03:12 - JavaScript prerequisites (or lack thereof)
04:15 - Companion blog post
04:59 - Pokedex project spec
06:07 - Pokedex template link
07:10 - PokeAPI Introduction
07:30 - What is an API?
08:10 - Script flow overview
08:26 - PokeAPI response example
10:25 - Script flow whiteboard diagram

Build Start

12:30 - Glitch.com introduction
13:35 - Create a Node.JS starter app
14:19 - Starter project tour
15:03 - Create index.js

Prepare Notion

15:38 - Create a Notion API integration
16:58 - Get your internal integration token
17:24 - Create a .env file and add environmental variables
18:13 - Get your Notion database ID
19:40 - Add you integration to your database

Get Data from PokeAPI

20:49 - PokeAPI docs
22:09 - Axios library introduction
22:40 - Add Axios to package.json
23:23 - Side note: Dealing with broken npm packages
24:44 - Add the Notion SDK to package.json
25:50 - Add require statements to index.js
27:08 - Make your first call to PokeAPI
30:52 - Get response from PokeAPI
31:54 - Log a Pokemon's name
33:46 - Create an object definition to contain Pokemon stats
38:55 - Log the pokeData object

Send Data to Notion

39:17 - Add the pokeData object to your array
40:36 - Build the createNotionPage() function
41:36 - Notion API reference overview
43:53 - Create the response variable
46:12 - Side Note: Notion API page property values change
47:01 - Notion API page property reference
47:59 - Title property object structure
48:30 - Continue constructing the response variable
52:35 - Call the createNotionPage() function
53:25 - Add logging to the script
54:32 - Run the script and send your first call to Notion

Create Multiple Pages at Once

56:15 - Fetch multiple Pokemon at once with a loop
58:02 - API commands overview (GET, POST, etc.)
58:56 - Run the script again and fetch multiple records

Refine Your Data

01:00:13 - Start refining your data
01:01:35 - Get sprits and artwork from PokeAPI
01:03:33 - Overview of additional information to get from PokeAPI
01:04:06 - Refine the sprite variable
01:06:25 - Create the Pokemon types array
01:09:25 - Create the Bulbapedia URL
01:11:55 - Process and format each Pokemon's name
01:14:40 - MDN Web Docs introduction
01:15:49 - Regular expression references
01:25:43 - Send the refined/additional information to Notion
01:27:55 - Set the Notion page cover and icon
01:29:55 - Add child blocks to each Notion page
01:31:18 - Create a bookmark block for the Bulbapedia URL
01:32:00 - Send another batch of test pages to Notion

Add Flavor Text, Generation, and Category

01:34:00 - Add missing pieces of information (flavor text, generation, etc.)
01:34:44 - PokeAPI pokemon-species endpoint overview
01:35:35 - Create another loop to call pokemon-species
01:38:00 - My #1 tip for learning programming and APIs
01:39:23 - Get the English-language flavor text
01:47:30 - Add formatted flavor text to the pokeData object
01:48:13 - Add the category and generation info to the pokeData object
01:52:35 - Add the new information to the Notion API call
01:58:31 - Test the finished script!

Tutorial Wrap-Up

02:00:50 - Source code and additional resources
02:04:20 - More Notion resources and templates

-----

🎞 SPECIAL THANKS
Select video clips supplied by Getty Images

#notion #notionhq #notion app #notion tips #how to use notion #notion productivity #notion templates #thomas frank explains notion api #Notion APi #Notion Pokedex #Notion API Class #Beginner Notion API #notion javascript #notion api tutorial #how to use notion api
- Introduction - Notion API – Full Course for Beginners

- Introduction

Notion API – Full Course for Beginners
2023年02月11日 
00:00:00 - 00:01:50
I miss his videos from his main YT  channel - Notion API – Full Course for Beginners

I miss his videos from his main YT channel

Notion API – Full Course for Beginners
2023年02月11日  Navarrete 様 
00:00:38 - 02:07:35
- Project overview - Notion API – Full Course for Beginners

- Project overview

Notion API – Full Course for Beginners
2023年02月11日 
00:01:50 - 00:03:12
- JavaScript prerequisites (or lack thereof) - Notion API – Full Course for Beginners

- JavaScript prerequisites (or lack thereof)

Notion API – Full Course for Beginners
2023年02月11日 
00:03:12 - 00:04:15
- Companion blog post - Notion API – Full Course for Beginners

- Companion blog post

Notion API – Full Course for Beginners
2023年02月11日 
00:04:15 - 00:04:59
- Pokedex project spec - Notion API – Full Course for Beginners

- Pokedex project spec

Notion API – Full Course for Beginners
2023年02月11日 
00:04:59 - 00:06:07
- Pokedex template link - Notion API – Full Course for Beginners

- Pokedex template link

Notion API – Full Course for Beginners
2023年02月11日 
00:06:07 - 00:07:10
- PokeAPI Introduction - Notion API – Full Course for Beginners

- PokeAPI Introduction

Notion API – Full Course for Beginners
2023年02月11日 
00:07:10 - 00:07:30
- What is an API? - Notion API – Full Course for Beginners

- What is an API?

Notion API – Full Course for Beginners
2023年02月11日 
00:07:30 - 00:08:10
- Script flow overview - Notion API – Full Course for Beginners

- Script flow overview

Notion API – Full Course for Beginners
2023年02月11日 
00:08:10 - 00:08:26
- PokeAPI response example - Notion API – Full Course for Beginners

- PokeAPI response example

Notion API – Full Course for Beginners
2023年02月11日 
00:08:26 - 00:10:25
- Script flow whiteboard diagram - Notion API – Full Course for Beginners

- Script flow whiteboard diagram

Notion API – Full Course for Beginners
2023年02月11日 
00:10:25 - 00:12:30
- Glitch.com introduction - Notion API – Full Course for Beginners

- Glitch.com introduction

Notion API – Full Course for Beginners
2023年02月11日 
00:12:30 - 00:13:35
- Create a Node.JS starter app - Notion API – Full Course for Beginners

- Create a Node.JS starter app

Notion API – Full Course for Beginners
2023年02月11日 
00:13:35 - 00:14:19
- Starter project tour - Notion API – Full Course for Beginners

- Starter project tour

Notion API – Full Course for Beginners
2023年02月11日 
00:14:19 - 00:15:03
- Create index.js - Notion API – Full Course for Beginners

- Create index.js

Notion API – Full Course for Beginners
2023年02月11日 
00:15:03 - 00:15:38
- Create a Notion API integration - Notion API – Full Course for Beginners

- Create a Notion API integration

Notion API – Full Course for Beginners
2023年02月11日 
00:15:38 - 00:16:58
- Get your internal integration token - Notion API – Full Course for Beginners

- Get your internal integration token

Notion API – Full Course for Beginners
2023年02月11日 
00:16:58 - 00:17:24
. Remix my Glitch project, add your .env variables (detailed starting at ), and run it. Then start changing things and tinkering. - Notion API – Full Course for Beginners

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

Notion API – Full Course for Beginners
2023年02月11日  Thomas Frank Explains 様 
00:16:58 - 00:46:12
- Create a .env file and add environmental variables - Notion API – Full Course for Beginners

- Create a .env file and add environmental variables

Notion API – Full Course for Beginners
2023年02月11日 
00:17:24 - 00:18:13
- Get your Notion database ID - Notion API – Full Course for Beginners

- Get your Notion database ID

Notion API – Full Course for Beginners
2023年02月11日 
00:18:13 - 00:19:40
- Add you integration to your database - Notion API – Full Course for Beginners

- Add you integration to your database

Notion API – Full Course for Beginners
2023年02月11日 
00:19:40 - 00:20:49
- PokeAPI docs - Notion API – Full Course for Beginners

- PokeAPI docs

Notion API – Full Course for Beginners
2023年02月11日 
00:20:49 - 00:22:09
- Axios library introduction - Notion API – Full Course for Beginners

- Axios library introduction

Notion API – Full Course for Beginners
2023年02月11日 
00:22:09 - 00:22:40
- Add Axios to package.json - Notion API – Full Course for Beginners

- Add Axios to package.json

Notion API – Full Course for Beginners
2023年02月11日 
00:22:40 - 00:23:23
- Side note: Dealing with broken npm packages - Notion API – Full Course for Beginners

- Side note: Dealing with broken npm packages

Notion API – Full Course for Beginners
2023年02月11日 
00:23:23 - 00:24:44
- Add the Notion SDK to package.json - Notion API – Full Course for Beginners

- Add the Notion SDK to package.json

Notion API – Full Course for Beginners
2023年02月11日 
00:24:44 - 00:25:50
- Add require statements to index.js - Notion API – Full Course for Beginners

- Add require statements to index.js

Notion API – Full Course for Beginners
2023年02月11日 
00:25:50 - 00:27:08
- Make your first call to PokeAPI - Notion API – Full Course for Beginners

- Make your first call to PokeAPI

Notion API – Full Course for Beginners
2023年02月11日 
00:27:08 - 00:30:52
- Get response from PokeAPI - Notion API – Full Course for Beginners

- Get response from PokeAPI

Notion API – Full Course for Beginners
2023年02月11日 
00:30:52 - 00:31:54
- Log a Pokemon's name - Notion API – Full Course for Beginners

- Log a Pokemon's name

Notion API – Full Course for Beginners
2023年02月11日 
00:31:54 - 00:33:46
- Create an object definition to contain Pokemon stats - Notion API – Full Course for Beginners

- Create an object definition to contain Pokemon stats

Notion API – Full Course for Beginners
2023年02月11日 
00:33:46 - 00:38:55
- Log the pokeData object - Notion API – Full Course for Beginners

- Log the pokeData object

Notion API – Full Course for Beginners
2023年02月11日 
00:38:55 - 00:39:17
- Add the pokeData object to your array - Notion API – Full Course for Beginners

- Add the pokeData object to your array

Notion API – Full Course for Beginners
2023年02月11日 
00:39:17 - 00:40:36
- Build the createNotionPage() function - Notion API – Full Course for Beginners

- Build the createNotionPage() function

Notion API – Full Course for Beginners
2023年02月11日 
00:40:36 - 00:41:36
- Notion API reference overview - Notion API – Full Course for Beginners

- Notion API reference overview

Notion API – Full Course for Beginners
2023年02月11日 
00:41:36 - 00:43:53
- Create the response variable - Notion API – Full Course for Beginners

- Create the response variable

Notion API – Full Course for Beginners
2023年02月11日 
00:43:53 - 00:46:12
- Side Note: Notion API page property values change - Notion API – Full Course for Beginners

- Side Note: Notion API page property values change

Notion API – Full Course for Beginners
2023年02月11日 
00:46:12 - 00:47:01
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 – Full Course for Beginners

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 – Full Course for Beginners
2023年02月11日  Thomas Frank Explains 様 
00:46:12 - 02:07:35
- Notion API page property reference - Notion API – Full Course for Beginners

- Notion API page property reference

Notion API – Full Course for Beginners
2023年02月11日 
00:47:01 - 00:47:59
- Title property object structure - Notion API – Full Course for Beginners

- Title property object structure

Notion API – Full Course for Beginners
2023年02月11日 
00:47:59 - 00:48:30
- Continue constructing the response variable - Notion API – Full Course for Beginners

- Continue constructing the response variable

Notion API – Full Course for Beginners
2023年02月11日 
00:48:30 - 00:52:35
- Call the createNotionPage() function - Notion API – Full Course for Beginners

- Call the createNotionPage() function

Notion API – Full Course for Beginners
2023年02月11日 
00:52:35 - 00:53:25
- Add logging to the script - Notion API – Full Course for Beginners

- Add logging to the script

Notion API – Full Course for Beginners
2023年02月11日 
00:53:25 - 00:54:32
- Run the script and send your first call to Notion - Notion API – Full Course for Beginners

- Run the script and send your first call to Notion

Notion API – Full Course for Beginners
2023年02月11日 
00:54:32 - 00:56:15
- Fetch multiple Pokemon at once with a loop - Notion API – Full Course for Beginners

- Fetch multiple Pokemon at once with a loop

Notion API – Full Course for Beginners
2023年02月11日 
00:56:15 - 00:58:02
- API commands overview (GET, POST, etc.) - Notion API – Full Course for Beginners

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

Notion API – Full Course for Beginners
2023年02月11日 
00:58:02 - 00:58:56
- Run the script again and fetch multiple records - Notion API – Full Course for Beginners

- Run the script again and fetch multiple records

Notion API – Full Course for Beginners
2023年02月11日 
00:58:56 - 01:00:13
- Start refining your data - Notion API – Full Course for Beginners

- Start refining your data

Notion API – Full Course for Beginners
2023年02月11日 
01:00:13 - 01:01:35
- Get sprits and artwork from PokeAPI - Notion API – Full Course for Beginners

- Get sprits and artwork from PokeAPI

Notion API – Full Course for Beginners
2023年02月11日 
01:01:35 - 01:03:33
- Overview of additional information to get from PokeAPI - Notion API – Full Course for Beginners

- Overview of additional information to get from PokeAPI

Notion API – Full Course for Beginners
2023年02月11日 
01:03:33 - 01:04:06
- Refine the sprite variable - Notion API – Full Course for Beginners

- Refine the sprite variable

Notion API – Full Course for Beginners
2023年02月11日 
01:04:06 - 01:06:25
- Create the Pokemon types array - Notion API – Full Course for Beginners

- Create the Pokemon types array

Notion API – Full Course for Beginners
2023年02月11日 
01:06:25 - 01:09:25
- Create the Bulbapedia URL - Notion API – Full Course for Beginners

- Create the Bulbapedia URL

Notion API – Full Course for Beginners
2023年02月11日 
01:09:25 - 01:11:55
- Process and format each Pokemon's name - Notion API – Full Course for Beginners

- Process and format each Pokemon's name

Notion API – Full Course for Beginners
2023年02月11日 
01:11:55 - 01:14:40
- MDN Web Docs introduction - Notion API – Full Course for Beginners

- MDN Web Docs introduction

Notion API – Full Course for Beginners
2023年02月11日 
01:14:40 - 01:15:49
- Regular expression references - Notion API – Full Course for Beginners

- Regular expression references

Notion API – Full Course for Beginners
2023年02月11日 
01:15:49 - 01:25:43
- Send the refined/additional information to Notion - Notion API – Full Course for Beginners

- Send the refined/additional information to Notion

Notion API – Full Course for Beginners
2023年02月11日 
01:25:43 - 01:27:55
- Set the Notion page cover and icon - Notion API – Full Course for Beginners

- Set the Notion page cover and icon

Notion API – Full Course for Beginners
2023年02月11日 
01:27:55 - 01:29:55
- Add child blocks to each Notion page - Notion API – Full Course for Beginners

- Add child blocks to each Notion page

Notion API – Full Course for Beginners
2023年02月11日 
01:29:55 - 01:31:18
- Create a bookmark block for the Bulbapedia URL - Notion API – Full Course for Beginners

- Create a bookmark block for the Bulbapedia URL

Notion API – Full Course for Beginners
2023年02月11日 
01:31:18 - 01:32:00
- Send another batch of test pages to Notion - Notion API – Full Course for Beginners

- Send another batch of test pages to Notion

Notion API – Full Course for Beginners
2023年02月11日 
01:32:00 - 01:34:00
- Add missing pieces of information (flavor text, generation, etc.) - Notion API – Full Course for Beginners

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

Notion API – Full Course for Beginners
2023年02月11日 
01:34:00 - 01:34:44
- PokeAPI pokemon-species endpoint overview - Notion API – Full Course for Beginners

- PokeAPI pokemon-species endpoint overview

Notion API – Full Course for Beginners
2023年02月11日 
01:34:44 - 01:35:35
- Create another loop to call pokemon-species - Notion API – Full Course for Beginners

- Create another loop to call pokemon-species

Notion API – Full Course for Beginners
2023年02月11日 
01:35:35 - 01:38:00
- My #1 tip for learning programming and APIs - Notion API – Full Course for Beginners

- My #1 tip for learning programming and APIs

Notion API – Full Course for Beginners
2023年02月11日 
01:38:00 - 01:39:23
- Get the English-language flavor text - Notion API – Full Course for Beginners

- Get the English-language flavor text

Notion API – Full Course for Beginners
2023年02月11日 
01:39:23 - 01:47:30
- Add formatted flavor text to the pokeData object - Notion API – Full Course for Beginners

- Add formatted flavor text to the pokeData object

Notion API – Full Course for Beginners
2023年02月11日 
01:47:30 - 01:48:13
- Add the category and generation info to the pokeData object - Notion API – Full Course for Beginners

- Add the category and generation info to the pokeData object

Notion API – Full Course for Beginners
2023年02月11日 
01:48:13 - 01:52:35
- Add the new information to the Notion API call - Notion API – Full Course for Beginners

- Add the new information to the Notion API call

Notion API – Full Course for Beginners
2023年02月11日 
01:52:35 - 01:58:31
- Test the finished script! - Notion API – Full Course for Beginners

- Test the finished script!

Notion API – Full Course for Beginners
2023年02月11日 
01:58:31 - 02:00:50
- Source code and additional resources - Notion API – Full Course for Beginners

- Source code and additional resources

Notion API – Full Course for Beginners
2023年02月11日 
02:00:50 - 02:04:20
- More Notion resources and templates - Notion API – Full Course for Beginners

- More Notion resources and templates

Notion API – Full Course for Beginners
2023年02月11日 
02:04:20 - 02:07:35

Thomas Frank Explains

※本サイトに掲載されているチャンネル情報や動画情報はYouTube公式のAPIを使って取得・表示しています。

Timetable

動画タイムテーブル

動画数:58件

- Intro - Notion's New Database Buttons: Everything You Need to Know

- Intro

Notion's New Database Buttons: Everything You Need to Know
2024年02月01日 
00:00:00 - 00:00:30
- Vote Tracker Demo - Notion's New Database Buttons: Everything You Need to Know

- Vote Tracker Demo

Notion's New Database Buttons: Everything You Need to Know
2024年02月01日 
00:00:30 - 00:00:56
- Task Tracker Demo - Notion's New Database Buttons: Everything You Need to Know

- Task Tracker Demo

Notion's New Database Buttons: Everything You Need to Know
2024年02月01日 
00:00:56 - 00:01:28
- Button Blocks Recap - Notion's New Database Buttons: Everything You Need to Know

- Button Blocks Recap

Notion's New Database Buttons: Everything You Need to Know
2024年02月01日 
00:01:28 - 00:01:51
- Vote Tracker Tutorial - Notion's New Database Buttons: Everything You Need to Know

- Vote Tracker Tutorial

Notion's New Database Buttons: Everything You Need to Know
2024年02月01日 
00:01:51 - 00:03:30
I dont get the option for "Edit Property" when I try to do the same thing. Already tried with browser version as well. Any ideas? - Notion's New Database Buttons: Everything You Need to Know

I dont get the option for "Edit Property" when I try to do the same thing. Already tried with browser version as well. Any ideas?

Notion's New Database Buttons: Everything You Need to Know
2024年02月01日  @tomqiao-yang4596 様 
00:02:40 - 00:12:25
- Task Tracker Tutorial - Notion's New Database Buttons: Everything You Need to Know

- Task Tracker Tutorial

Notion's New Database Buttons: Everything You Need to Know
2024年02月01日 
00:03:30 - 00:05:38
- My Thoughts and Critiques - Notion's New Database Buttons: Everything You Need to Know

- My Thoughts and Critiques

Notion's New Database Buttons: Everything You Need to Know
2024年02月01日 
00:05:38 - 00:12:25
- Intro - 10 Notion Calendar Tips You Need to Know

- Intro

10 Notion Calendar Tips You Need to Know
2024年01月27日 
00:00:00 - 00:00:29
- Tip 1: Same Database, Multiple Dates - 10 Notion Calendar Tips You Need to Know

- Tip 1: Same Database, Multiple Dates

10 Notion Calendar Tips You Need to Know
2024年01月27日 
00:00:29 - 00:03:26
- Tip 2: Connect Notion Calendar to Complex Templates - 10 Notion Calendar Tips You Need to Know

- Tip 2: Connect Notion Calendar to Complex Templates

10 Notion Calendar Tips You Need to Know
2024年01月27日 
00:03:26 - 00:06:20
- Tip 3: Time Travel - 10 Notion Calendar Tips You Need to Know

- Tip 3: Time Travel

10 Notion Calendar Tips You Need to Know
2024年01月27日 
00:06:20 - 00:07:41
- Tip 4: Left-Align Today - 10 Notion Calendar Tips You Need to Know

- Tip 4: Left-Align Today

10 Notion Calendar Tips You Need to Know
2024年01月27日 
00:07:41 - 00:08:31
- Tip 5: Database Trick for Recurring Events - 10 Notion Calendar Tips You Need to Know

- Tip 5: Database Trick for Recurring Events

10 Notion Calendar Tips You Need to Know
2024年01月27日 
00:08:31 - 00:10:40
- Tip 6: "Meet With" Feature - 10 Notion Calendar Tips You Need to Know

- Tip 6: "Meet With" Feature

10 Notion Calendar Tips You Need to Know
2024年01月27日 
00:10:40 - 00:11:23
- Tip 7: Zoom to Work Hours - 10 Notion Calendar Tips You Need to Know

- Tip 7: Zoom to Work Hours

10 Notion Calendar Tips You Need to Know
2024年01月27日 
00:11:23 - 00:12:50
cool to mention that you can also press a number (1,2,3,4,5... up to 9) to show that number of days in the calendar UI - 10 Notion Calendar Tips You Need to Know

cool to mention that you can also press a number (1,2,3,4,5... up to 9) to show that number of days in the calendar UI

10 Notion Calendar Tips You Need to Know
2024年01月27日  @AstroQuant 様 
00:11:45 - 00:17:50
on this note it would be cool if you could set multiple time frames and switch between them with individual hot keys (maybe just the number row). Having a hot key for mon-fri work hours and another for a 2 week pay period for example could be useful! - 10 Notion Calendar Tips You Need to Know

on this note it would be cool if you could set multiple time frames and switch between them with individual hot keys (maybe just the number row). Having a hot key for mon-fri work hours and another for a 2 week pay period for example could be useful!

10 Notion Calendar Tips You Need to Know
2024年01月27日  @travis_approved 様 
00:12:24 - 00:17:50
- Tip 8: Move Multiple Events - 10 Notion Calendar Tips You Need to Know

- Tip 8: Move Multiple Events

10 Notion Calendar Tips You Need to Know
2024年01月27日 
00:12:50 - 00:13:26
- Tip 9: Make a Calendar Your Default - 10 Notion Calendar Tips You Need to Know

- Tip 9: Make a Calendar Your Default

10 Notion Calendar Tips You Need to Know
2024年01月27日 
00:13:26 - 00:14:33
- Tip 10: Collapse the All-Day Section - 10 Notion Calendar Tips You Need to Know

- Tip 10: Collapse the All-Day Section

10 Notion Calendar Tips You Need to Know
2024年01月27日 
00:14:33 - 00:15:14
You can also just hit the two facing up and down arrows at the top left to collapse the All Day Events Section. Not a keyboard shortcut, but still faster than using the search :) - 10 Notion Calendar Tips You Need to Know

You can also just hit the two facing up and down arrows at the top left to collapse the All Day Events Section. Not a keyboard shortcut, but still faster than using the search :)

10 Notion Calendar Tips You Need to Know
2024年01月27日  @demerion 様 
00:15:10 - 00:17:50
- Bonus Tip: Customize the Week View - 10 Notion Calendar Tips You Need to Know

- Bonus Tip: Customize the Week View

10 Notion Calendar Tips You Need to Know
2024年01月27日 
00:15:14 - 00:17:50
- Intro - Notion’s New Calendar App is a Game-Changer

- Intro

Notion’s New Calendar App is a Game-Changer
2024年01月18日 
00:00:00 - 00:01:48
Thanks for the answer, I’ve actually tried to search for open hours or something similar. Couldn’t find. I think as long as the calendar set from  and 24 hrs. Wont work. Or am I missing something? - Notion’s New Calendar App is a Game-Changer

Thanks for the answer, I’ve actually tried to search for open hours or something similar. Couldn’t find. I think as long as the calendar set from and 24 hrs. Wont work. Or am I missing something?

Notion’s New Calendar App is a Game-Changer
2024年01月18日  @MoodyOmar 様 
00:00:00 - 00:16:19
Do you offer  sessions to help someone set up notion and databases specific for their business n studies - Notion’s New Calendar App is a Game-Changer

Do you offer sessions to help someone set up notion and databases specific for their business n studies

Notion’s New Calendar App is a Game-Changer
2024年01月18日  @dcj7368 様 
00:01:01 - 00:16:19
Yep! Mentioned at around - Notion’s New Calendar App is a Game-Changer

Yep! Mentioned at around

Notion’s New Calendar App is a Game-Changer
2024年01月18日  @ThomasFrankExplains 様 
00:01:20 - 00:16:19
It's not available on Android--sadly - Notion’s New Calendar App is a Game-Changer

It's not available on Android--sadly

Notion’s New Calendar App is a Game-Changer
2024年01月18日  @markThaSon 様 
00:01:36 - 00:16:19
- Sync Notion Databases to Notion Calendar - Notion’s New Calendar App is a Game-Changer

- Sync Notion Databases to Notion Calendar

Notion’s New Calendar App is a Game-Changer
2024年01月18日 
00:01:48 - 00:06:46
- Overlay Team Schedules - Notion’s New Calendar App is a Game-Changer

- Overlay Team Schedules

Notion’s New Calendar App is a Game-Changer
2024年01月18日 
00:06:46 - 00:08:25
- Scheduling Links - Notion’s New Calendar App is a Game-Changer

- Scheduling Links

Notion’s New Calendar App is a Game-Changer
2024年01月18日 
00:08:25 - 00:10:22
- Calendar Blocking - Notion’s New Calendar App is a Game-Changer

- Calendar Blocking

Notion’s New Calendar App is a Game-Changer
2024年01月18日 
00:10:22 - 00:11:44
- Attach Notion Pages to Events - Notion’s New Calendar App is a Game-Changer

- Attach Notion Pages to Events

Notion’s New Calendar App is a Game-Changer
2024年01月18日 
00:11:44 - 00:16:19
At , this is the exact same feature that HEY calendar just added in their calendar. It is a really nice feature! - Notion’s New Calendar App is a Game-Changer

At , this is the exact same feature that HEY calendar just added in their calendar. It is a really nice feature!

Notion’s New Calendar App is a Game-Changer
2024年01月18日  @ayush8 様 
00:13:50 - 00:16:19
- Intro - Notion Masterclass: Build a Note Taking System from Scratch

- Intro

Notion Masterclass: Build a Note Taking System from Scratch
2023年11月21日 
00:00:00 - 00:00:38
- Build Start - Notion Masterclass: Build a Note Taking System from Scratch

- Build Start

Notion Masterclass: Build a Note Taking System from Scratch
2023年11月21日 
00:00:38 - 00:03:10
- Notes Database - Notion Masterclass: Build a Note Taking System from Scratch

- Notes Database

Notion Masterclass: Build a Note Taking System from Scratch
2023年11月21日 
00:03:10 - 00:09:17
- Create the Inbox View - Notion Masterclass: Build a Note Taking System from Scratch

- Create the Inbox View

Notion Masterclass: Build a Note Taking System from Scratch
2023年11月21日 
00:09:17 - 00:11:52
- Tags Database - Notion Masterclass: Build a Note Taking System from Scratch

- Tags Database

Notion Masterclass: Build a Note Taking System from Scratch
2023年11月21日 
00:11:52 - 00:15:26
- Finish the Inbox - Notion Masterclass: Build a Note Taking System from Scratch

- Finish the Inbox

Notion Masterclass: Build a Note Taking System from Scratch
2023年11月21日 
00:15:26 - 00:17:51
- Teaser: Flylighter (Web Clipper) - Notion Masterclass: Build a Note Taking System from Scratch

- Teaser: Flylighter (Web Clipper)

Notion Masterclass: Build a Note Taking System from Scratch
2023年11月21日 
00:17:51 - 00:18:34
- Favorites View - Notion Masterclass: Build a Note Taking System from Scratch

- Favorites View

Notion Masterclass: Build a Note Taking System from Scratch
2023年11月21日 
00:18:34 - 00:20:33
- Recents View - Notion Masterclass: Build a Note Taking System from Scratch

- Recents View

Notion Masterclass: Build a Note Taking System from Scratch
2023年11月21日 
00:20:33 - 00:24:29
- Tags View - Notion Masterclass: Build a Note Taking System from Scratch

- Tags View

Notion Masterclass: Build a Note Taking System from Scratch
2023年11月21日 
00:24:29 - 00:28:47
- Create the Note Board - Notion Masterclass: Build a Note Taking System from Scratch

- Create the Note Board

Notion Masterclass: Build a Note Taking System from Scratch
2023年11月21日 
00:28:47 - 00:32:05
- Tag Database Template - Notion Masterclass: Build a Note Taking System from Scratch

- Tag Database Template

Notion Masterclass: Build a Note Taking System from Scratch
2023年11月21日 
00:32:05 - 00:40:33
- New Notion Button - Notion Masterclass: Build a Note Taking System from Scratch

- New Notion Button

Notion Masterclass: Build a Note Taking System from Scratch
2023年11月21日 
00:40:33 - 00:42:16
- Quick Links Bar - Notion Masterclass: Build a Note Taking System from Scratch

- Quick Links Bar

Notion Masterclass: Build a Note Taking System from Scratch
2023年11月21日 
00:42:16 - 00:43:00
- Archive Page - Notion Masterclass: Build a Note Taking System from Scratch

- Archive Page

Notion Masterclass: Build a Note Taking System from Scratch
2023年11月21日 
00:43:00 - 00:47:06
- Formulas Page - Notion Masterclass: Build a Note Taking System from Scratch

- Formulas Page

Notion Masterclass: Build a Note Taking System from Scratch
2023年11月21日 
00:47:06 - 01:05:24
- Turn Notion into a Full Productivity System - Notion Masterclass: Build a Note Taking System from Scratch

- Turn Notion into a Full Productivity System

Notion Masterclass: Build a Note Taking System from Scratch
2023年11月21日 
01:05:24 - 01:07:54
- Introduction - Notion's New Ask AI Feature is a Game-Changer

- Introduction

Notion's New Ask AI Feature is a Game-Changer
2023年11月15日 
00:00:00 - 00:00:22
- Is This ChatGPT in Notion? - Notion's New Ask AI Feature is a Game-Changer

- Is This ChatGPT in Notion?

Notion's New Ask AI Feature is a Game-Changer
2023年11月15日 
00:00:22 - 00:01:11
- Real-World Examples - Notion's New Ask AI Feature is a Game-Changer

- Real-World Examples

Notion's New Ask AI Feature is a Game-Changer
2023年11月15日 
00:01:11 - 00:02:54
- Use Cases - Notion's New Ask AI Feature is a Game-Changer

- Use Cases

Notion's New Ask AI Feature is a Game-Changer
2023年11月15日 
00:02:54 - 00:04:25
- FAQs about Notion AI Q&A - Notion's New Ask AI Feature is a Game-Changer

- FAQs about Notion AI Q&A

Notion's New Ask AI Feature is a Game-Changer
2023年11月15日 
00:04:25 - 00:06:45
- Stream Start - How to EASILY Use Notion with Your Team

- Stream Start

How to EASILY Use Notion with Your Team
2023年11月11日 
00:00:00 - 00:03:53
- Introduction - How to EASILY Use Notion with Your Team

- Introduction

How to EASILY Use Notion with Your Team
2023年11月11日 
00:03:53 - 00:09:02
- Top 3 Rules for Notion Team Use - How to EASILY Use Notion with Your Team

- Top 3 Rules for Notion Team Use

How to EASILY Use Notion with Your Team
2023年11月11日 
00:09:02 - 00:12:50
- Team Workspace Overview - How to EASILY Use Notion with Your Team

- Team Workspace Overview

How to EASILY Use Notion with Your Team
2023年11月11日 
00:12:50 - 00:40:50
- Whimsical Map of Notion, Slack, and Helper Apps - How to EASILY Use Notion with Your Team

- Whimsical Map of Notion, Slack, and Helper Apps

How to EASILY Use Notion with Your Team
2023年11月11日 
00:40:50 - 00:59:03
- Permissions and Teamspaces - How to EASILY Use Notion with Your Team

- Permissions and Teamspaces

How to EASILY Use Notion with Your Team
2023年11月11日 
00:59:03 - 01:13:37
- Build With Me Section Start - How to EASILY Use Notion with Your Team

- Build With Me Section Start

How to EASILY Use Notion with Your Team
2023年11月11日 
01:13:37 - 01:27:23
- Build 1: Company Wiki (Simple) - How to EASILY Use Notion with Your Team

- Build 1: Company Wiki (Simple)

How to EASILY Use Notion with Your Team
2023年11月11日 
01:27:23 - 01:35:06
- Build 2: Meeting Notes Database - How to EASILY Use Notion with Your Team

- Build 2: Meeting Notes Database

How to EASILY Use Notion with Your Team
2023年11月11日 
01:35:06 - 01:43:51
- Build 3: Company Wiki (Advanced) - How to EASILY Use Notion with Your Team

- Build 3: Company Wiki (Advanced)

How to EASILY Use Notion with Your Team
2023年11月11日 
01:43:51 - 02:08:31
- Build 4: Tasks and Projects - How to EASILY Use Notion with Your Team

- Build 4: Tasks and Projects

How to EASILY Use Notion with Your Team
2023年11月11日 
02:08:31 - 02:51:39
- Stream start - Notion Formulas for Absolute Beginners

- Stream start

Notion Formulas for Absolute Beginners
2023年11月04日 
00:00:00 - 00:03:46
- Lesson starts - Notion Formulas for Absolute Beginners

- Lesson starts

Notion Formulas for Absolute Beginners
2023年11月04日 
00:03:46 - 00:06:43
Hey friends! Lesson starts at  🙂 - Notion Formulas for Absolute Beginners

Hey friends! Lesson starts at 🙂

Notion Formulas for Absolute Beginners
2023年11月04日  Thomas Frank Explains 様 
00:03:46 - 00:00:00
- Formula 1: Task Time Estimator - Notion Formulas for Absolute Beginners

- Formula 1: Task Time Estimator

Notion Formulas for Absolute Beginners
2023年11月04日 
00:06:43 - 00:38:35
- Formula 2: Simple Habit Tracker - Notion Formulas for Absolute Beginners

- Formula 2: Simple Habit Tracker

Notion Formulas for Absolute Beginners
2023年11月04日 
00:38:35 - 00:49:58
- Formula 3: Next Birthday Formula - Notion Formulas for Absolute Beginners

- Formula 3: Next Birthday Formula

Notion Formulas for Absolute Beginners
2023年11月04日 
00:49:58 - 01:13:56
- Formula 4: Note Count - Notion Formulas for Absolute Beginners

- Formula 4: Note Count

Notion Formulas for Absolute Beginners
2023年11月04日 
01:13:56 - 01:38:52
- Formula 5: Project Progress - Notion Formulas for Absolute Beginners

- Formula 5: Project Progress

Notion Formulas for Absolute Beginners
2023年11月04日 
01:38:52 - 01:52:26
- Formula 6: Audio File Duration - Notion Formulas for Absolute Beginners

- Formula 6: Audio File Duration

Notion Formulas for Absolute Beginners
2023年11月04日 
01:52:26 - 02:37:19
If you need help finishing this massive  Notion Course, you can watch one of my 3 Hour Study With Me Videos :D - Notion Formulas for Absolute Beginners

If you need help finishing this massive Notion Course, you can watch one of my 3 Hour Study With Me Videos :D

Notion Formulas for Absolute Beginners
2023年11月04日  Carlo 様 
02:37:00 - 02:37:19
- Stream start - Notion Masterclass: Build a Notes Dashboard with Me

- Stream start

Notion Masterclass: Build a Notes Dashboard with Me
2023年10月28日 
00:00:00 - 00:01:44
- Introduction - Notion Masterclass: Build a Notes Dashboard with Me

- Introduction

Notion Masterclass: Build a Notes Dashboard with Me
2023年10月28日 
00:01:44 - 00:05:39
Introduction starts at , overview of the build starts at - Notion Masterclass: Build a Notes Dashboard with Me

Introduction starts at , overview of the build starts at

Notion Masterclass: Build a Notes Dashboard with Me
2023年10月28日  Thomas Frank Explains 様 
00:01:44 - 00:05:39
- Tutorial Overview - Notion Masterclass: Build a Notes Dashboard with Me

- Tutorial Overview

Notion Masterclass: Build a Notes Dashboard with Me
2023年10月28日 
00:05:39 - 00:12:36
, and the actual build process starts at - Notion Masterclass: Build a Notes Dashboard with Me

, and the actual build process starts at

Notion Masterclass: Build a Notes Dashboard with Me
2023年10月28日  Thomas Frank Explains 様 
00:05:39 - 00:12:36
- Build Starts - Notion Masterclass: Build a Notes Dashboard with Me

- Build Starts

Notion Masterclass: Build a Notes Dashboard with Me
2023年10月28日 
00:12:36 - 02:51:45
. - Notion Masterclass: Build a Notes Dashboard with Me

.

Notion Masterclass: Build a Notes Dashboard with Me
2023年10月28日  Thomas Frank Explains 様 
00:12:36 - 02:51:45
- Intro - How I Use ChatGPT to Take PERFECT Notes with My Voice

- Intro

How I Use ChatGPT to Take PERFECT Notes with My Voice
2023年09月26日 
00:00:00 - 00:00:37
🎙️ Improved voice note workflow for transcription. - How I Use ChatGPT to Take PERFECT Notes with My Voice

🎙️ Improved voice note workflow for transcription.

How I Use ChatGPT to Take PERFECT Notes with My Voice
2023年09月26日  K B 様 
00:00:00 - 00:02:24
- New Workflow Features and Upgrades - How I Use ChatGPT to Take PERFECT Notes with My Voice

- New Workflow Features and Upgrades

How I Use ChatGPT to Take PERFECT Notes with My Voice
2023年09月26日 
00:00:37 - 00:01:00
This B-Roll 😂😂😂😂 - How I Use ChatGPT to Take PERFECT Notes with My Voice

This B-Roll 😂😂😂😂

How I Use ChatGPT to Take PERFECT Notes with My Voice
2023年09月26日  Suman Jana 様 
00:00:38 - 00:13:32
- Workflow Overview - How I Use ChatGPT to Take PERFECT Notes with My Voice

- Workflow Overview

How I Use ChatGPT to Take PERFECT Notes with My Voice
2023年09月26日 
00:01:00 - 00:01:36
Men, congrats once again, I'm on  of the video, but I'm already wondering, how far away are you from launching this as an app? - How I Use ChatGPT to Take PERFECT Notes with My Voice

Men, congrats once again, I'm on of the video, but I'm already wondering, how far away are you from launching this as an app?

How I Use ChatGPT to Take PERFECT Notes with My Voice
2023年09月26日  Gonzalo G. Diez 様 
00:01:02 - 00:13:32
- Tutorial Start - How I Use ChatGPT to Take PERFECT Notes with My Voice

- Tutorial Start

How I Use ChatGPT to Take PERFECT Notes with My Voice
2023年09月26日 
00:01:36 - 00:02:30
📦 Setting up the workflow with Dropbox. - How I Use ChatGPT to Take PERFECT Notes with My Voice

📦 Setting up the workflow with Dropbox.

How I Use ChatGPT to Take PERFECT Notes with My Voice
2023年09月26日  K B 様 
00:02:24 - 00:04:19
- Importing the Shared Workflow - How I Use ChatGPT to Take PERFECT Notes with My Voice

- Importing the Shared Workflow

How I Use ChatGPT to Take PERFECT Notes with My Voice
2023年09月26日 
00:02:30 - 00:02:50
- Setting up the Trigger - How I Use ChatGPT to Take PERFECT Notes with My Voice

- Setting up the Trigger

How I Use ChatGPT to Take PERFECT Notes with My Voice
2023年09月26日 
00:02:50 - 00:03:20
- Uploading a Test Audio File - How I Use ChatGPT to Take PERFECT Notes with My Voice

- Uploading a Test Audio File

How I Use ChatGPT to Take PERFECT Notes with My Voice
2023年09月26日 
00:03:20 - 00:04:12
- Setting up the Notion Voice Notes Action - How I Use ChatGPT to Take PERFECT Notes with My Voice

- Setting up the Notion Voice Notes Action

How I Use ChatGPT to Take PERFECT Notes with My Voice
2023年09月26日 
00:04:12 - 00:04:30
📝 Customizing Notion integration. - How I Use ChatGPT to Take PERFECT Notes with My Voice

📝 Customizing Notion integration.

How I Use ChatGPT to Take PERFECT Notes with My Voice
2023年09月26日  K B 様 
00:04:19 - 00:05:46
- Connecting the Notion Account - How I Use ChatGPT to Take PERFECT Notes with My Voice

- Connecting the Notion Account

How I Use ChatGPT to Take PERFECT Notes with My Voice
2023年09月26日 
00:04:30 - 00:05:37
- Adding the OpenAI (ChatGPT) API Key - How I Use ChatGPT to Take PERFECT Notes with My Voice

- Adding the OpenAI (ChatGPT) API Key

How I Use ChatGPT to Take PERFECT Notes with My Voice
2023年09月26日 
00:05:37 - 00:07:17
🔑 Adding OpenAI API Key. - How I Use ChatGPT to Take PERFECT Notes with My Voice

🔑 Adding OpenAI API Key.

How I Use ChatGPT to Take PERFECT Notes with My Voice
2023年09月26日  K B 様 
00:05:46 - 00:08:11
- Choosing the Summary Options - How I Use ChatGPT to Take PERFECT Notes with My Voice

- Choosing the Summary Options

How I Use ChatGPT to Take PERFECT Notes with My Voice
2023年09月26日 
00:07:17 - 00:09:33
⚙️ Advanced options for workflow fine-tuning. - How I Use ChatGPT to Take PERFECT Notes with My Voice

⚙️ Advanced options for workflow fine-tuning.

How I Use ChatGPT to Take PERFECT Notes with My Voice
2023年09月26日  K B 様 
00:08:11 - 00:13:32
- Running a Successful Test - How I Use ChatGPT to Take PERFECT Notes with My Voice

- Running a Successful Test

How I Use ChatGPT to Take PERFECT Notes with My Voice
2023年09月26日 
00:09:33 - 00:09:57
- Adding More Summary Options - How I Use ChatGPT to Take PERFECT Notes with My Voice

- Adding More Summary Options

How I Use ChatGPT to Take PERFECT Notes with My Voice
2023年09月26日 
00:09:57 - 00:10:27
- Advanced Options - How I Use ChatGPT to Take PERFECT Notes with My Voice

- Advanced Options

How I Use ChatGPT to Take PERFECT Notes with My Voice
2023年09月26日 
00:10:27 - 00:10:57
- How to Get Updates - How I Use ChatGPT to Take PERFECT Notes with My Voice

- How to Get Updates

How I Use ChatGPT to Take PERFECT Notes with My Voice
2023年09月26日 
00:10:57 - 00:11:18
- Deploying the Workflow - How I Use ChatGPT to Take PERFECT Notes with My Voice

- Deploying the Workflow

How I Use ChatGPT to Take PERFECT Notes with My Voice
2023年09月26日 
00:11:18 - 00:13:32