- 3v: Add a Filter to the "Update a Page" Path(00:49:01 - 00:50:30) - How to Automatically Track YouTube Stats in Notion! (No-Code)

- 3v: Add a Filter to the "Update a Page" Path(00:49:01 - 00:50:30)
How to Automatically Track YouTube Stats in Notion! (No-Code)

In this no-code tutorial, we'll automatically pull view counts, thumbnail, and other information from YouTube to Notion via the Notion API.

📝WRITTEN VERSION (Find all formulas and reference material here)
https://thomasjfrank.com/notion-automation-youtube-data/

🎥 CREATOR'S COMPANION (My complet...
In this no-code tutorial, we'll automatically pull view counts, thumbnail, and other information from YouTube to Notion via the Notion API.

📝WRITTEN VERSION (Find all formulas and reference material here)
https://thomasjfrank.com/notion-automation-youtube-data/

🎥 CREATOR'S COMPANION (My complete Notion system for content creators - use code FALL50 at checkout to get $50 off)
https://thomasjfrank.com/creators-companion/

📸 PUBLIC DEMO (My demo copy of Creator's Companion where you can see the results of this tutorial!)
https://ultimatebrain.notion.site/Thomas-Frank-Explains-c48153a196494d419eea9e714ee4e53e

🎬 SAMPLE TEMPLATE (This free template will let you skip Part 1 of this tutorial)
https://thomasfrank.notion.site/YouTube-to-Notion-Sample-Data-dc056a8920464dd6be5cf3d75f5143e1

🔗 ADDITIONAL VIDEO LINKS:

- Make.com (this is my referral link): https://thomasjfrank.com/make/
- Google Cloud Console: https://console.cloud.google.com/
- Notion Formula Reference: https://learn.thomasjfrank.com/notion-formula-reference/
- Notion Regular Expressions Guide: https://learn.thomasjfrank.com/notion-formula-reference/reference/regular-expressions-in-notion-formulas
- Notion Databases (Complete Beginner's Guide): https://thomasjfrank.com/notion-databases-the-ultimate-beginners-guide

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

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

🛠 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)

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

---

⏱ TIMESTAMPS:

00:00 - Intro
00:26 - Project End Result Preview
01:18 - Table of Contents and Written Version
01:58 - Tutorial Overview and Requirements

04:35 - PART 1: Prep your Notion Database
04:53 - 1a: Create the Stat Properties
07:18 - 1b: Create the YT ID Formula Property
10:18 - 1c: Add the "Label" Properties

14:04 - PART 2: Get a Google API Key
15:32 - 2a: Create a Google Cloud Project
15:58 - 2b: Enable the YouTube Data API
17:08 - 2c: Create Your API Key
18:20 - 2d: Add an API Key Restriction

19:10 - PART 3: Build the Automation on Make
19:50 - 3a: Make.com Free Plan Limits
21:35 - 3b: Final Scenario Preview
23:55 - 3c: Create Your Scenario and Connect to Notion
25:20 - 3d: Notion Permissions Review
28:01 - 3e: Configure the Notion "Search Objects" Module
28:33 - 3f: How to Find Your Database ID
29:21 - 3g: Add Filters to the Query
31:07 - 3h: Run the Notion Module
32:25 - 3i: Set up the HTTP Module
33:34 - 3j: Reviewing the YouTube Data API Docs
34:19 - 3k: Setting the GET Request URL
36:05 - 3l: Setting up the Query String Parameters
39:06 - 3m: Parse the Response as JSON
39:52 - 3n: Test the Scenario
40:13 - 3o: How Bundles Work on Make.com
42:58 - 3p: Add the Notion "Update Database Item" Module
43:54 - 3q: Configure the Property Fields
45:56 - 3r: Test the Scenario and See Results
46:46 - 3s: Add Thumbnails as Page Covers
47:15 - 3t: Create a Router
47:55 - 3u: Add the Notion "Update a Page" Module
49:01 - 3v: Add a Filter to the "Update a Page" Path
50:30 - 3w: Run the Final Test
51:35 - 3y: Schedule and Enable the Scenario

52:46 - Tutorial Recap
53:24 - Alternative Tool: Pipedream (Low-Code)
54:15 - Creator's Companion (Template)
55:40 - Notion Tips Newsletter and Outro

---

🧪 FORMULA CODE:

YT ID formula (this is the video version; I recommend using the updated one below):
replace(prop("URL"), "^.*?v=(.*)", "$1")

Or use this better YT ID, which DOES handle short youtu.be links:
if(test(prop("URL"), "youtu.be"), replace(prop("URL"), "^.*(?:\\.be)/([^?&]*)\\?*.*", "$1"), replace(prop("URL"), "^.*(?:\\?v=|shorts/)([^?&]*)\\?*.*", "$1"))

Views Label formula:
"👀: " + replace(replace(format(prop("Views")), "(\\d{1})(\\d{3})$", "$1,$2"), "(\\d{1})(\\d{3},\\d{3})", "$1,$2")

For Likes Label and Comments Label, simply edit the prop() value and the emoji as needed.

👐 BUSINESS:
Please contact my agent at thomasfrank@standard.tv

🎞 SPECIAL THANKS
Video clips supplied by Getty Images

💰 I'm fortunate enough to work with great sponsors who support my work, so I don't use Patreon or any other crowdfunding service. However, if you'd like to support a worthy cause, consider donating to help more children get access to a high-quality education: https://fundraise.pencilsofpromise.org/fundraiser/1489730

#notion #notionhq #notion app #notion tips #how to use notion #notion productivity #notion templates #youtube api #notion api #notion no-code #make.com #make #integromat #integromat tutorial #make.com tutorial #make tutorial #no-code guide #no-code tutorial #api no-code #notion api tutorial #notion api beginner #what is notion api
- Intro - How to Automatically Track YouTube Stats in Notion! (No-Code)

- Intro

How to Automatically Track YouTube Stats in Notion! (No-Code)
2022年10月23日 
00:00:00 - 00:00:26
s" means "start video at ". - How to Automatically Track YouTube Stats in Notion! (No-Code)

s" means "start video at ".

How to Automatically Track YouTube Stats in Notion! (No-Code)
2022年10月23日  @ThomasFrankExplains 様 
00:00:03 - 00:56:45
- Project End Result Preview - How to Automatically Track YouTube Stats in Notion! (No-Code)

- Project End Result Preview

How to Automatically Track YouTube Stats in Notion! (No-Code)
2022年10月23日 
00:00:26 - 00:01:18
- Table of Contents and Written Version - How to Automatically Track YouTube Stats in Notion! (No-Code)

- Table of Contents and Written Version

How to Automatically Track YouTube Stats in Notion! (No-Code)
2022年10月23日 
00:01:18 - 00:01:58
- Tutorial Overview and Requirements - How to Automatically Track YouTube Stats in Notion! (No-Code)

- Tutorial Overview and Requirements

How to Automatically Track YouTube Stats in Notion! (No-Code)
2022年10月23日 
00:01:58 - 00:04:35
- PART 1: Prep your Notion Database - How to Automatically Track YouTube Stats in Notion! (No-Code)

- PART 1: Prep your Notion Database

How to Automatically Track YouTube Stats in Notion! (No-Code)
2022年10月23日 
00:04:35 - 00:04:53
- 1a: Create the Stat Properties - How to Automatically Track YouTube Stats in Notion! (No-Code)

- 1a: Create the Stat Properties

How to Automatically Track YouTube Stats in Notion! (No-Code)
2022年10月23日 
00:04:53 - 00:07:18
- 1b: Create the YT ID Formula Property - How to Automatically Track YouTube Stats in Notion! (No-Code)

- 1b: Create the YT ID Formula Property

How to Automatically Track YouTube Stats in Notion! (No-Code)
2022年10月23日 
00:07:18 - 00:10:18
- 1c: Add the "Label" Properties - How to Automatically Track YouTube Stats in Notion! (No-Code)

- 1c: Add the "Label" Properties

How to Automatically Track YouTube Stats in Notion! (No-Code)
2022年10月23日 
00:10:18 - 00:14:04
- PART 2: Get a Google API Key - How to Automatically Track YouTube Stats in Notion! (No-Code)

- PART 2: Get a Google API Key

How to Automatically Track YouTube Stats in Notion! (No-Code)
2022年10月23日 
00:14:04 - 00:15:32
- 2a: Create a Google Cloud Project - How to Automatically Track YouTube Stats in Notion! (No-Code)

- 2a: Create a Google Cloud Project

How to Automatically Track YouTube Stats in Notion! (No-Code)
2022年10月23日 
00:15:32 - 00:15:58
- 2b: Enable the YouTube Data API - How to Automatically Track YouTube Stats in Notion! (No-Code)

- 2b: Enable the YouTube Data API

How to Automatically Track YouTube Stats in Notion! (No-Code)
2022年10月23日 
00:15:58 - 00:17:08
- 2c: Create Your API Key - How to Automatically Track YouTube Stats in Notion! (No-Code)

- 2c: Create Your API Key

How to Automatically Track YouTube Stats in Notion! (No-Code)
2022年10月23日 
00:17:08 - 00:18:20
- 2d: Add an API Key Restriction - How to Automatically Track YouTube Stats in Notion! (No-Code)

- 2d: Add an API Key Restriction

How to Automatically Track YouTube Stats in Notion! (No-Code)
2022年10月23日 
00:18:20 - 00:19:10
- PART 3: Build the Automation on Make - How to Automatically Track YouTube Stats in Notion! (No-Code)

- PART 3: Build the Automation on Make

How to Automatically Track YouTube Stats in Notion! (No-Code)
2022年10月23日 
00:19:10 - 00:19:50
- 3a: Make.com Free Plan Limits - How to Automatically Track YouTube Stats in Notion! (No-Code)

- 3a: Make.com Free Plan Limits

How to Automatically Track YouTube Stats in Notion! (No-Code)
2022年10月23日 
00:19:50 - 00:21:35
- 3b: Final Scenario Preview - How to Automatically Track YouTube Stats in Notion! (No-Code)

- 3b: Final Scenario Preview

How to Automatically Track YouTube Stats in Notion! (No-Code)
2022年10月23日 
00:21:35 - 00:23:55
- 3c: Create Your Scenario and Connect to Notion - How to Automatically Track YouTube Stats in Notion! (No-Code)

- 3c: Create Your Scenario and Connect to Notion

How to Automatically Track YouTube Stats in Notion! (No-Code)
2022年10月23日 
00:23:55 - 00:25:20
- 3d: Notion Permissions Review - How to Automatically Track YouTube Stats in Notion! (No-Code)

- 3d: Notion Permissions Review

How to Automatically Track YouTube Stats in Notion! (No-Code)
2022年10月23日 
00:25:20 - 00:28:01
- 3e: Configure the Notion "Search Objects" Module - How to Automatically Track YouTube Stats in Notion! (No-Code)

- 3e: Configure the Notion "Search Objects" Module

How to Automatically Track YouTube Stats in Notion! (No-Code)
2022年10月23日 
00:28:01 - 00:28:33
- 3f: How to Find Your Database ID - How to Automatically Track YouTube Stats in Notion! (No-Code)

- 3f: How to Find Your Database ID

How to Automatically Track YouTube Stats in Notion! (No-Code)
2022年10月23日 
00:28:33 - 00:29:21
I get stuck right at . When I copy the database ID from your notion template table the filter does not pop up. Instead, it says "e.querySelector(...)?.getSelectedElements is not a function", even when I've used their search button. edit - nevermind. I just had to go to my connections and click verify and then start over. It worked - How to Automatically Track YouTube Stats in Notion! (No-Code)

I get stuck right at . When I copy the database ID from your notion template table the filter does not pop up. Instead, it says "e.querySelector(...)?.getSelectedElements is not a function", even when I've used their search button. edit - nevermind. I just had to go to my connections and click verify and then start over. It worked

How to Automatically Track YouTube Stats in Notion! (No-Code)
2022年10月23日  @Tesla-Cannon 様 
00:28:38 - 00:56:45
- 3g: Add Filters to the Query - How to Automatically Track YouTube Stats in Notion! (No-Code)

- 3g: Add Filters to the Query

How to Automatically Track YouTube Stats in Notion! (No-Code)
2022年10月23日 
00:29:21 - 00:31:07
- 3h: Run the Notion Module - How to Automatically Track YouTube Stats in Notion! (No-Code)

- 3h: Run the Notion Module

How to Automatically Track YouTube Stats in Notion! (No-Code)
2022年10月23日 
00:31:07 - 00:32:25
- 3i: Set up the HTTP Module - How to Automatically Track YouTube Stats in Notion! (No-Code)

- 3i: Set up the HTTP Module

How to Automatically Track YouTube Stats in Notion! (No-Code)
2022年10月23日 
00:32:25 - 00:33:34
- 3j: Reviewing the YouTube Data API Docs - How to Automatically Track YouTube Stats in Notion! (No-Code)

- 3j: Reviewing the YouTube Data API Docs

How to Automatically Track YouTube Stats in Notion! (No-Code)
2022年10月23日 
00:33:34 - 00:34:19
- 3k: Setting the GET Request URL - How to Automatically Track YouTube Stats in Notion! (No-Code)

- 3k: Setting the GET Request URL

How to Automatically Track YouTube Stats in Notion! (No-Code)
2022年10月23日 
00:34:19 - 00:36:05
- 3l: Setting up the Query String Parameters - How to Automatically Track YouTube Stats in Notion! (No-Code)

- 3l: Setting up the Query String Parameters

How to Automatically Track YouTube Stats in Notion! (No-Code)
2022年10月23日 
00:36:05 - 00:39:06
- 3m: Parse the Response as JSON - How to Automatically Track YouTube Stats in Notion! (No-Code)

- 3m: Parse the Response as JSON

How to Automatically Track YouTube Stats in Notion! (No-Code)
2022年10月23日 
00:39:06 - 00:39:52
- 3n: Test the Scenario - How to Automatically Track YouTube Stats in Notion! (No-Code)

- 3n: Test the Scenario

How to Automatically Track YouTube Stats in Notion! (No-Code)
2022年10月23日 
00:39:52 - 00:40:13
- 3o: How Bundles Work on Make.com - How to Automatically Track YouTube Stats in Notion! (No-Code)

- 3o: How Bundles Work on Make.com

How to Automatically Track YouTube Stats in Notion! (No-Code)
2022年10月23日 
00:40:13 - 00:42:58
- 3p: Add the Notion "Update Database Item" Module - How to Automatically Track YouTube Stats in Notion! (No-Code)

- 3p: Add the Notion "Update Database Item" Module

How to Automatically Track YouTube Stats in Notion! (No-Code)
2022年10月23日 
00:42:58 - 00:43:54
- 3q: Configure the Property Fields - How to Automatically Track YouTube Stats in Notion! (No-Code)

- 3q: Configure the Property Fields

How to Automatically Track YouTube Stats in Notion! (No-Code)
2022年10月23日 
00:43:54 - 00:45:56
- 3r: Test the Scenario and See Results - How to Automatically Track YouTube Stats in Notion! (No-Code)

- 3r: Test the Scenario and See Results

How to Automatically Track YouTube Stats in Notion! (No-Code)
2022年10月23日 
00:45:56 - 00:46:46
- 3s: Add Thumbnails as Page Covers - How to Automatically Track YouTube Stats in Notion! (No-Code)

- 3s: Add Thumbnails as Page Covers

How to Automatically Track YouTube Stats in Notion! (No-Code)
2022年10月23日 
00:46:46 - 00:47:15
- 3t: Create a Router - How to Automatically Track YouTube Stats in Notion! (No-Code)

- 3t: Create a Router

How to Automatically Track YouTube Stats in Notion! (No-Code)
2022年10月23日 
00:47:15 - 00:47:55
- 3u: Add the Notion "Update a Page" Module - How to Automatically Track YouTube Stats in Notion! (No-Code)

- 3u: Add the Notion "Update a Page" Module

How to Automatically Track YouTube Stats in Notion! (No-Code)
2022年10月23日 
00:47:55 - 00:49:01
- 3v: Add a Filter to the "Update a Page" Path - How to Automatically Track YouTube Stats in Notion! (No-Code)

- 3v: Add a Filter to the "Update a Page" Path

How to Automatically Track YouTube Stats in Notion! (No-Code)
2022年10月23日 
00:49:01 - 00:50:30
- 3w: Run the Final Test - How to Automatically Track YouTube Stats in Notion! (No-Code)

- 3w: Run the Final Test

How to Automatically Track YouTube Stats in Notion! (No-Code)
2022年10月23日 
00:50:30 - 00:51:35
- 3y: Schedule and Enable the Scenario - How to Automatically Track YouTube Stats in Notion! (No-Code)

- 3y: Schedule and Enable the Scenario

How to Automatically Track YouTube Stats in Notion! (No-Code)
2022年10月23日 
00:51:35 - 00:52:46
- Tutorial Recap - How to Automatically Track YouTube Stats in Notion! (No-Code)

- Tutorial Recap

How to Automatically Track YouTube Stats in Notion! (No-Code)
2022年10月23日 
00:52:46 - 00:53:24
- Alternative Tool: Pipedream (Low-Code) - How to Automatically Track YouTube Stats in Notion! (No-Code)

- Alternative Tool: Pipedream (Low-Code)

How to Automatically Track YouTube Stats in Notion! (No-Code)
2022年10月23日 
00:53:24 - 00:54:15
- Creator's Companion (Template) - How to Automatically Track YouTube Stats in Notion! (No-Code)

- Creator's Companion (Template)

How to Automatically Track YouTube Stats in Notion! (No-Code)
2022年10月23日 
00:54:15 - 00:55:40
- Notion Tips Newsletter and Outro - How to Automatically Track YouTube Stats in Notion! (No-Code)

- Notion Tips Newsletter and Outro

How to Automatically Track YouTube Stats in Notion! (No-Code)
2022年10月23日 
00:55:40 - 00:56:45

Thomas Frank Explains

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

Timetable

動画タイムテーブル

動画数:59件

- Intro - How to Build a Habit Tracker in Notion at 5 Levels

- Intro

How to Build a Habit Tracker in Notion at 5 Levels
2024年03月28日 
00:00:00 - 00:00:34
- Level 1 - How to Build a Habit Tracker in Notion at 5 Levels

- Level 1

How to Build a Habit Tracker in Notion at 5 Levels
2024年03月28日 
00:00:34 - 00:01:17
- Level 2 - How to Build a Habit Tracker in Notion at 5 Levels

- Level 2

How to Build a Habit Tracker in Notion at 5 Levels
2024年03月28日 
00:01:17 - 00:03:13
- Level 3 - How to Build a Habit Tracker in Notion at 5 Levels

- Level 3

How to Build a Habit Tracker in Notion at 5 Levels
2024年03月28日 
00:03:13 - 00:06:51
- Add Journaling Prompts - How to Build a Habit Tracker in Notion at 5 Levels

- Add Journaling Prompts

How to Build a Habit Tracker in Notion at 5 Levels
2024年03月28日 
00:06:51 - 00:07:23
-  Setting a Repeating Template - How to Build a Habit Tracker in Notion at 5 Levels

- Setting a Repeating Template

How to Build a Habit Tracker in Notion at 5 Levels
2024年03月28日 
00:07:23 - 00:08:28
- Level 4 - How to Build a Habit Tracker in Notion at 5 Levels

- Level 4

How to Build a Habit Tracker in Notion at 5 Levels
2024年03月28日 
00:08:28 - 00:13:35
- Level 5 - How to Build a Habit Tracker in Notion at 5 Levels

- Level 5

How to Build a Habit Tracker in Notion at 5 Levels
2024年03月28日 
00:13:35 - 00:14:01
- Integrate Habit Tracker into Ultimate Brain - How to Build a Habit Tracker in Notion at 5 Levels

- Integrate Habit Tracker into Ultimate Brain

How to Build a Habit Tracker in Notion at 5 Levels
2024年03月28日 
00:14:01 - 00:17:16
- Build the Streak Tracker - How to Build a Habit Tracker in Notion at 5 Levels

- Build the Streak Tracker

How to Build a Habit Tracker in Notion at 5 Levels
2024年03月28日 
00:17:16 - 00:40:10
- 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