An Intriguing Notion
An Intriguing Notion
  • 4
  • 4 649
Advanced Notion Coding - Mini Calendar
This is Episode One in a new series called Advanced Notion Coding. If you want to really flex with your Notion Dashboard or are looking for a smaller alternative for the large stock calendar block then strap yourself in. This video will detail the code behind building one of these mini calendars yourself in Notion!
**NOTE: This video is code intensive and some prior knowledge of Notion Formulas is recommended. Feel free to pause the video at any time to copy the code, but double check to make sure all your syntax is correct!!**
Feel free to comment below if you have any specific questions or you can send me an email. All my links are in the channel description! Enjoy!
Chapters:
00:00 Intro
00:33 Welcome message
01:07 First variable block [header, year, daysinmonth, dpm]
02:03 [Indexes]
03:22 Style variables
03:47 The [monthblock] variables
06:17 The [wk] variables
07:33 Building the calendar with [outputformat]
08:30 "Week 5" (February sucks)
10:15 Finishing touches
Переглядів: 238

Відео

Notion Charts Explained
Переглядів 3,2 тис.3 місяці тому
Notion Charts are finally here! While they are still in beta and not fully rolled out to every user, they are absolutely fully functional and provide a clean and crisp look for displaying your data. In this video I break down the three different chart types: donut, bar, and line charts, as well as their functionality, their limits, and their features. Chapters 00:00 Intro 00:29 Donut Chart 02:3...
Auto Summary Framework in Notion (Tutorial)
Переглядів 7973 місяці тому
This is another very common question I see all the time on Reddit. "How do you guys make those little summary boxes in your dashboard?!" Luckily, this is a quick and hassle free framework to help automate your workflow by seeing the data that is most important to you, right at the top of your Notion page. Chapters: 00:00 Intro 00:22 Building the Framework 03:56 Automation 07:17 Finished!
Due Dates in Notion (Tutorial)
Переглядів 4213 місяці тому
This is one of the most common questions asked on Reddit so I thought I'd make a quick tutorial showing how to easily add useful and colorful data to your due dates. Notion is great for productivity and seeing just how long you have left before your tasks are due can be super helpful to staying on track! Chapters 00:00 Intro / Database Setup 01:01 The Code 03:13 Adding Style 04:22 Outro If you ...

КОМЕНТАРІ

  • @zsupergamer9407
    @zsupergamer9407 12 днів тому

    I wrote the formula exactly as you wrote it and I get this message by Notion "due is not defined. [53,56] Function format received unexpected argument. [62,85] due is not defined. [62,65]". If you could help me how can I fix it I would really appreciate it!

    • @intriguingnotion
      @intriguingnotion 11 днів тому

      prop("Due Date") if you're typing it all out, otherwise you can select the property "Due Date" in the left column and it will appear as [Due Date] in a little grey box, indicating that you're referencing the property and not some random word "due"!

  • @m1kh43l
    @m1kh43l 17 днів тому

    OMG i understand everything

  • @ezeacross
    @ezeacross 22 дні тому

    I have it exactly as you wrote it and the formula doesn’t work. Says the if needs three arguments and I only have one.

    • @intriguingnotion
      @intriguingnotion 22 дні тому

      are you using an "if" statement or an "ifs" statement? "If" requires 3 arguments but "ifs" does not require and "else" argument

    • @ezeacross
      @ezeacross 22 дні тому

      @@intriguingnotion You have an -- if -- in your formula so that's what I put...lets( due, dateBetween(prop("Do Date"), now(), "days"), format, ifs( due > 0, due + " Days Remaining", due == -1, "Due Yesterday", due < 0, due.abs() + " Days Overdue", due == 0, if( prop("Do Date").formatDate("MM/DD/YYY") == now().formatDate("MM/DD/YYYY), "Due Today", "Due Tomorrow")), format )

    • @intriguingnotion
      @intriguingnotion 20 днів тому

      @@ezeacross lets( due, dateBetween(prop("Due Date"), now(), "days"), styl, ifs( due > 90, ["purple", "b"], due > 45, ["blue", "b"], due > 14, ["yellow", "b"], due > 7, ["orange", "b"], ["red", "b"]), format, ifs( due > 0, (due + " Days Remaining").style(styl), due == -1, "Due Yesterday".style(styl), due < 0, (due.abs() + " Days Overdue").style(styl), due == 0, if( prop("Due Date").formatDate("MM/DD/YYYY") == now().formatDate("MM/DD/YYYY"), "Due Today".style(styl), "Due Tomorrow".style(styl))), format )

    • @ezeacross
      @ezeacross 20 днів тому

      @@intriguingnotion Thanks! Put it in and (changed to Do Date) and it works. Formulas are not my thing so all I can do is thank your. I appreciate you taking the time to reply. Be well.

  • @muralibalaraman
    @muralibalaraman Місяць тому

    I extrapolated the calendar to give me a 15 months calendar, by month. I found that for feb 2025 the last empty cell dragged into the next row, didn’t find an issue with any of the others, I did 4 months before to 10 months after and the current month. So I deleted the trailing cells, and the problem was gone. You may want to check it out. For the current date, I recolored it the same for the rest of the months , and introduced a variable to make sure that I entered the dates only once. Overall a lot of fun during the weekend. When are you planning the habit tracker ? Can’t wait !,

    • @intriguingnotion
      @intriguingnotion Місяць тому

      I told you, February sucks. Also is that the Hindu Calendar cause that sounds so cool! I think this would actually be a really cool application of the formula. I don't think Notion allows for alternate calendars so great idea! It takes me some time to make videos (job, other stuff goin on) but I'm gonna work on it soon. My Habit tracker does streaks and all kinds of other stuff too

    • @muralibalaraman
      @muralibalaraman Місяць тому

      @@intriguingnotion can’t wait

  • @sleepingforest4484
    @sleepingforest4484 Місяць тому

    And how can i make a calendar for next month?

    • @intriguingnotion
      @intriguingnotion Місяць тому

      Are you asking for the calendar to display only the following month? Because the code automatically changes months based on the current date. I just happened to make the video in August so that's what you see

    • @sleepingforest4484
      @sleepingforest4484 Місяць тому

      ​@@intriguingnotionI mean, I want to see the next month. And display both current month and next😊

  • @sleepingforest4484
    @sleepingforest4484 Місяць тому

    What i need to change if i need to start week on Monday? Thanks in advance ❤

    • @intriguingnotion
      @intriguingnotion Місяць тому

      That sounds like it would take some time for me to figure out, due to the way that the formatDate("d") function works so easily with the setup and starting on Sunday. Give me some time and lemme see what I can cook up

  • @muralibalaraman
    @muralibalaraman Місяць тому

    Great Job, modified it a bit, but it works great

    • @intriguingnotion
      @intriguingnotion Місяць тому

      Thanks man! I'll be doing another one soon with all emojis for like mood trackers and habit trackers (bit crazier code but oh well). There definitely are some places where the code could be shortened, but I try to make it easy enough for everyone to pick up quick! Glad you enjoyed it!

    • @muralibalaraman
      @muralibalaraman Місяць тому

      @@intriguingnotionyep, that’s another one that I would love to track habits by month by habit. There are options to keep the year in free flow, I would like to see monthly calendars like this one, neat to look at, and dynamic.

  • @destrola
    @destrola 2 місяці тому

    Awesome tutorial!

  • @amrstatus4793
    @amrstatus4793 2 місяці тому

    How to get it for free

    • @intriguingnotion
      @intriguingnotion 2 місяці тому

      Notion will let you use one chart for free to try it out, otherwise you'll need to be on a paid plan to utilize this feature

  • @porteauloin
    @porteauloin 2 місяці тому

    I pay for Notion but I dont have this feature yet ! How do you get access to it ?

    • @intriguingnotion
      @intriguingnotion 2 місяці тому

      It's still in beta as of 8/6/2024 but will be rolling out to all paid users soon! Not sure of the official timeline but stay posted!

  • @spicerow
    @spicerow 2 місяці тому

    Perfect for trading journal :)

  • @emiliomuse5053
    @emiliomuse5053 2 місяці тому

    Excellent video! I would like to know how I can get these features in Notion.

    • @intriguingnotion
      @intriguingnotion 2 місяці тому

      Currently they are in beta but will be rolled out to users that have the Plus plan or above. I've heard also that they will be available to users on the free plan in a somewhat limited capacity.

  • @Jin-Creation
    @Jin-Creation 2 місяці тому

    nice video

  • @conspirio
    @conspirio 3 місяці тому

    Nice music ;)

  • @entageaa
    @entageaa 3 місяці тому

    How can i get it 🤔

    • @intriguingnotion
      @intriguingnotion 3 місяці тому

      It will be released sometime this year to Plus Members and above 👍

    • @MrW0rDs
      @MrW0rDs 2 місяці тому

      @@intriguingnotion In the "upcoming releases" email teaser they sent couple weeks ago, it was said "They'll be free to try, with unlimited charts available on the [paid plans]." But indeed, looking at the pricing page it seems otherwise. We'll see.