7 Productivity Tips for Notion [Notion Masterclass 2023] ✅✨

Поділитися
Вставка
  • Опубліковано 4 лют 2025

КОМЕНТАРІ • 19

  • @ProductiveDude
    @ProductiveDude  Рік тому +3

    Get Productive Brain: go.productivedude.com
    Use Code: PRODUCTIVITYNOW ($50 off)

  • @doctororgans
    @doctororgans Рік тому

    Great video, followed through it all

  • @ai-foundations
    @ai-foundations Рік тому +2

    Solid tips brother!

  • @furkansimsek33
    @furkansimsek33 Рік тому +2

    Great video, thank you for sharing :)

  • @KamelDemri-v4j
    @KamelDemri-v4j Рік тому +3

    Can someone explain to me the difference between Action date and due date?

    • @ProductiveDude
      @ProductiveDude  Рік тому +2

      Action date, the next day you plan on working on it. (Day you plan on working on it)
      Due date, the final day that you can work on it before it comes due. (Deadline)

  • @keithbloemendaal4724
    @keithbloemendaal4724 5 місяців тому

    I love ya bro, but I always thought the reason for putting the menu/capture/quick action stuff on the left like that is due to the way it shows on mobile. iPhones won't read the page left to right they read top left to bottom left, then the right from top to bottom.
    Anyway, I always learn something both here and in your class at Skool. Only a handful of guys give good enough tutorials to keep people going: Carter, Better Creative, William Nutt, Thomas Frank. and maybe one or two more.

    • @ProductiveDude
      @ProductiveDude  5 місяців тому +1

      Your words are so kind! I'm a desktop first guy but just a note:
      You can drag and drop the sections into a different order and create a 'mobile view' of your data if you'd like.
      DM me on Skool if you need any assistance. I'm more than happy to help.

  • @AsktheSagesLLC
    @AsktheSagesLLC Рік тому +1

    Can we add recurring tasks in this template that repeats on weekly, monthly or quarterly basis? Have you setup this feature or we have to set it up separately?

    • @ProductiveDude
      @ProductiveDude  Рік тому +1

      I haven't set this up inside of Notion but my template does integrate with Google Calendar if you use the notion-automations.com add-on that I recommend in the Productive Brain community/course.
      I feel it's best to use Google Calendar for now since Notion's capabilities in this area are lacking.

    • @AsktheSagesLLC
      @AsktheSagesLLC Рік тому

      @@ProductiveDude thanks for your honest reply. I love your teaching style.

  • @ebertfr
    @ebertfr Рік тому +1

    🔥

  • @anitcyberpunk
    @anitcyberpunk Рік тому

    hi im having a problem with the equation of the dates between. this is what i wrote
    let(daysUntilDue,dateBetween(prop("Due Date"),now(),"days"),ifs(daysUntilDue0,"Due in " + daysUntilDue + " days","Due Today"))
    and when i choose that the due date is tomorrow it writes "Due today" instead of "Due in 1 day"

    • @nishantbhat260
      @nishantbhat260 Рік тому

      check out this!
      empty(prop("Due Date")) ? (
      "No Due Date"
      ) : (
      equal(dateBetween(now(), prop("Due Date"), "days"), 0) ? (
      "Due Today"
      ) : (
      now() > prop("Due Date") ? (
      join([format(dateBetween(now(), prop("Due Date"), "days")), "days past due"], " ")
      ) : (
      equal(dateBetween(prop("Due Date"), now(), "days"), 1) ? (
      "Due tomorrow"
      ) : (
      equal(dateBetween(prop("Due Date"), now(), "days"), 2) ? (
      "Due day after tomorrow"
      ) : (
      join(["Due after", format(dateBetween(now(), prop("Due Date"), "days")), "days"], " ")
      )
      )
      )
      )
      )

    • @mearyll5951
      @mearyll5951 5 місяців тому

      Hi. Have you solved this? Mine also shows the same

  • @442caleb
    @442caleb 10 місяців тому

    You're so fucking sly with the playback speed. It's like meant to be played at 2x but it's nice to have it on 1x for the step by step parts.