Create a Dynamic Habit Tracker on Notion | FREE Template

แชร์
ฝัง
  • เผยแพร่เมื่อ 24 พ.ย. 2024

ความคิดเห็น • 80

  • @arthurBCHN
    @arthurBCHN ปีที่แล้ว

    Thank you so much for your help ! So clear !😁

    • @jyothishkj8391
      @jyothishkj8391 11 หลายเดือนก่อน

      please comment the formula code here !!!!!!

    • @notionfreak
      @notionfreak  10 หลายเดือนก่อน

      @@jyothishkj8391 Hi! Notion has recently updated its formula properties, and this may be the reason why it's not working anymore 😥
      Instead, you can try this: round((100 * (((toNumber(prop("Habit 1"))) + (toNumber(prop("Habit 2")))) + (toNumber(prop("Habit 3"))))) / 3) / 100
      Alternatively, if you download the free template, the formulas will be updated to the new format. Hope this helps!

  • @ciel8248
    @ciel8248 ปีที่แล้ว +9

    I have been watching so many videos about notion and I am getting overwhelmed. However, this habit tracker is unique yet not complex. I am thrilled to incorporate this tracker on my daily life. Thank you so much!

    • @notionfreak
      @notionfreak  ปีที่แล้ว

      Your comment made my whole week ❤ I'm so glad this has helped you on your journey! I'm open to any suggestions if you need further help 🥰

  • @jaouadel12
    @jaouadel12 10 หลายเดือนก่อน +4

    here is the formula for 6 habits after the new modifications of notion :
    round(100 * (toNumber(prop("Reading")) + toNumber(prop("Journaling")) + toNumber(prop("Carrots")) + toNumber(prop("Milk")) + toNumber(prop("Workout")) + toNumber(prop("Praying"))) / 6) / 100

    • @ankitagarai2636
      @ankitagarai2636 5 หลายเดือนก่อน

      Can you give the formula of 8?

  • @jacobmziyatech
    @jacobmziyatech ปีที่แล้ว +2

    I love the way you have walked us through the whole process in an easy way. Notion is amazing.

    • @notionfreak
      @notionfreak  ปีที่แล้ว

      I'm super glad!! Thank you for the kind comment Jacob 🥰

  • @marcocapraro8359
    @marcocapraro8359 ปีที่แล้ว +1

    Just started my notion journey and stumbled across you video on TikTok.
    Thanks for putting such an easy-to-follow long form guide on TH-cam!

    • @notionfreak
      @notionfreak  ปีที่แล้ว

      I'm so glad you find it useful! Happy building 🖤🤍

  • @carlo.mesina
    @carlo.mesina ปีที่แล้ว +3

    Love this Habit Tracker! Clear explanation. Looking forward to more Notion tutorials

    • @notionfreak
      @notionfreak  ปีที่แล้ว

      I'm so glad Carlo!! Will be releasing more soon :)

  • @JosephKlenk
    @JosephKlenk ปีที่แล้ว +5

    Thank you for delivering such an amazing learning experience, and I can't wait to implement these techniques to elevate my own habit tracking journey. Keep up the fantastic work and I can't wait for more videos!

    • @notionfreak
      @notionfreak  ปีที่แล้ว

      So glad you've found it useful Joseph!! Stay tuned for more :)

    • @Mel1211
      @Mel1211 ปีที่แล้ว

      ​@@notionfreak Pls, I did the same things as you, but the tracker is just in one day, and when I want to place it for another day, it doesn't work, i'ts just place it in the page, not in the calendar

  • @alexismoreno1
    @alexismoreno1 ปีที่แล้ว +1

    Hi there! Thank you so much for the tutorial and creating this, is beautiful!
    I've got a question, looking for further optimization in the Notion Chart, I'd like to know if there is a way to set a certain value and have a different color depending on that, example:
    - When I do at least 80% of my habits, I'd like to have a green color.
    - When I do less than 80% of my habits, I'd like to have a red color.
    Something like "red if value < 80%", "green if value = other"
    There are more ways that can help this too:
    - If this first one is not possible, I'd like to implement a threshold on the 80% mark, so I can have a quick look and see when I did perform and when I didn't.
    - And this can also maintain single color as we are seeing the 80% mark.
    I'll give a go to this one because I don't think is that complicated and for now it can do the work.
    Another idea:
    - Green if checked.
    - Red if not checked.
    I used to do this in my manual habit tracker, is not as visually attractive but it does the work as it really creates pain when you see a red between all the green.
    - Now that I think of the first option again, it would be more to a report or statistycs page rather than to the habit tracker itself!
    Any idea to implement or come closer to these optimizations is appreciated!

  • @Chocolatekula
    @Chocolatekula ปีที่แล้ว

    I have spent a long time finding and building a habit tracker that works for me, but none of them really work well. This habit tracker in calendar view is what I have been looking for all along. Thank you for sharing this!

    • @notionfreak
      @notionfreak  ปีที่แล้ว

      It's always a journey and I'm so glad this video has helped you along the way!!! Best of luck 😀

  • @chrisnotion
    @chrisnotion ปีที่แล้ว +3

    People love habit trackers and the views shows it 😂 Great tutorial 💯

    • @notionfreak
      @notionfreak  ปีที่แล้ว

      Your tutorials are amazing too!! Hope to create videos as consistent as you 😄

  • @tykwa2666
    @tykwa2666 ปีที่แล้ว +6

    Formula for 5 habits➡ round(100 * (unaryPlus(prop("Habit 1")) + unaryPlus(prop("Habit 2")) + unaryPlus(prop("Habit 3")) + unaryPlus(prop("Habit 4")) + unaryPlus(prop("Habit 5"))) / 5) / 100

    • @rocco5572
      @rocco5572 ปีที่แล้ว +5

      it says unary plus was removed

    • @jyothishkj8391
      @jyothishkj8391 11 หลายเดือนก่อน

      @@rocco5572 do you have the working formula ?

    • @Lakalalaljfjfj
      @Lakalalaljfjfj 10 หลายเดือนก่อน

      round(100 * (toNumber(prop("Habit 1")) + toNumber(prop("Habit 2")) + toNumber(prop("Habit 3"))) / 3) / 100
      Try this!@@rocco5572

    • @sakhile5914
      @sakhile5914 10 หลายเดือนก่อน

      @@rocco5572 try this one actually round((

      (prop("Read").toNumber() +
      prop("Meditate").toNumber() +
      prop("Daily Journal").toNumber() +
      prop("Gym").toNumber() +
      prop("Cold Shower").toNumber() /*add your new habits with a toNumber function and a "+"*/
      )/5 /*replace the 5 with your total number of habits*/

      )*100)/100

  • @parthumrania6094
    @parthumrania6094 ปีที่แล้ว

    This template is both simple and highly effective. Thanks :)

  • @Sordeate
    @Sordeate 7 หลายเดือนก่อน

    Awesome. I have a question: how do you hide the "Untitled" label in calendar view?. It appears every day in the task list.

  • @hazmi1639
    @hazmi1639 ปีที่แล้ว

    Really loved the button feature. Very helpful!

    • @notionfreak
      @notionfreak  ปีที่แล้ว +1

      I'm glad! The versatility of buttons is incredible!

  • @rodrigohenrique5782
    @rodrigohenrique5782 ปีที่แล้ว

    liked it a lot, keep at it with your content creation journey! i think it will help a lot of people and yourself!

    • @notionfreak
      @notionfreak  ปีที่แล้ว

      Thanks for the encouragement Rodrigo! It definitely did for me. Hope it helps others too 😃

  • @drkoMYC
    @drkoMYC ปีที่แล้ว +2

    Hello i have a question, How do you put more habits in the Habit Tracker?

  • @danisharifin4936
    @danisharifin4936 ปีที่แล้ว +1

    Super helpful and this looks cool, thanks for the pro tip 😅

    • @notionfreak
      @notionfreak  ปีที่แล้ว

      I'm so glad you found it useful 🙂

  • @shohagUniverse
    @shohagUniverse ปีที่แล้ว +7

    the code does not work :(

    • @notionfreak
      @notionfreak  10 หลายเดือนก่อน

      Hi! Notion has recently updated its formula properties, and this may be the reason why it's not working anymore 😥
      Instead, you can try this: round((100 * (((toNumber(prop("Habit 1"))) + (toNumber(prop("Habit 2")))) + (toNumber(prop("Habit 3"))))) / 3) / 100
      Alternatively, if you download the free template, the formulas will be updated to the new format. Hope this helps!

  • @imanmohamed3065
    @imanmohamed3065 10 หลายเดือนก่อน

    Thank you for this!!

  • @DanielBeisch
    @DanielBeisch 10 หลายเดือนก่อน

    I still cant figure out how I get the buttons to tick the box just for the right day. Its always ticking all days

  • @artbyjuud
    @artbyjuud ปีที่แล้ว

    great tutorial. I love it. Thank you very much for sharing.

  • @marctrimbolirealestate
    @marctrimbolirealestate 10 หลายเดือนก่อน +1

    I tried to create 10 Habits, but the formula doesn't want to place nice

  • @dylanwatson1127
    @dylanwatson1127 ปีที่แล้ว +1

    I want the recurring template for each day, but every time I set the "Show calendar by" to "created time", it means the line chart no longer works. If I set the "Show calendar by" to "date" then it doesn't;t create a new entry every day automatically. How do I fix this?

  • @joelpaquete4152
    @joelpaquete4152 5 หลายเดือนก่อน

    How do I add the graphic at the bottom of the calendar?

  • @lilibetdu
    @lilibetdu ปีที่แล้ว

    SHE IS SO NICE SHOUTOUT TO HERRRRRRRRRRRRRRRRRRRRR. LOVE U

  • @ajityadav069
    @ajityadav069 9 หลายเดือนก่อน

    I have problem in creating progress bar i have 12 habit i cant make it properly can you help

  • @GOTICY
    @GOTICY ปีที่แล้ว

    Thank you for the great video! I'm having an issue with the date displaying in the correct order on the x-axis whereas the newest date is shown on the left side rather than the right, do you know how to fix this?

  • @victoriasweet7870
    @victoriasweet7870 ปีที่แล้ว

    You're amazing for this tysm

  • @adityapancholi8639
    @adityapancholi8639 ปีที่แล้ว

    Thank you!

  • @wiztech_69
    @wiztech_69 ปีที่แล้ว +1

    nice

  • @vanniilah
    @vanniilah 10 หลายเดือนก่อน

    hi ! i tried to enter the formula but it kept saying "unaryplus is not defined" "unary plus was removed, you can use "+" instead". any way i can fix it?

    • @notionfreak
      @notionfreak  10 หลายเดือนก่อน

      Hi! Notion has recently updated its formula properties, and this may be the reason why it's not working anymore 😥
      Instead, you can try this: round((100 * (((toNumber(prop("Habit 1"))) + (toNumber(prop("Habit 2")))) + (toNumber(prop("Habit 3"))))) / 3) / 100
      Alternatively, if you download the free template, the formulas will be updated to the new format. Hope this helps!

  • @Ктото-ы5л9ф
    @Ктото-ы5л9ф 10 หลายเดือนก่อน

    hi
    Can u help me with formula? cuz this formula don't work and idk why
    Thank u

    • @notionfreak
      @notionfreak  10 หลายเดือนก่อน

      Hi there!! Notion has recently updated their formulas properties, and this may be the reason why it's not working anymore 😥
      Instead, you can try this: round((100 * (((toNumber(prop("Habit 1"))) + (toNumber(prop("Habit 2")))) + (toNumber(prop("Habit 3"))))) / 3) / 100
      Alternatively, if you download the free template, the formulas will be updated to the new format. Hope this helps!

  • @grumpent
    @grumpent ปีที่แล้ว

    I want it. I’m getting it

    • @notionfreak
      @notionfreak  ปีที่แล้ว +1

      ITS FREE, hehe

    • @grumpent
      @grumpent ปีที่แล้ว

      @@notionfreak you smart, you loyal.

  • @Titanio112
    @Titanio112 ปีที่แล้ว

    Obrigado ótima explicação

  • @francescastrada1762
    @francescastrada1762 ปีที่แล้ว

    What is the first formula? It said is a mistake in mine

    • @notionfreak
      @notionfreak  10 หลายเดือนก่อน

      Hi! Notion has recently updated its formula properties, and this may be the reason why it's not working anymore 😥
      Instead, you can try this: round((100 * (((toNumber(prop("Habit 1"))) + (toNumber(prop("Habit 2")))) + (toNumber(prop("Habit 3"))))) / 3) / 100
      Alternatively, if you download the free template, the formulas will be updated to the new format. Hope this helps!

  • @selflove-jl7qk
    @selflove-jl7qk ปีที่แล้ว

    what about when i cant find the calender veiw in the search what can i do

    • @notionfreak
      @notionfreak  ปีที่แล้ว +1

      Hello! Could you elaborate on this?

    • @selflove-jl7qk
      @selflove-jl7qk ปีที่แล้ว

      @@notionfreak sorry my bad i didnt follow the steps well but i followed them well the new problem is the formula i tried my best but it refused to be entered help me out on this thank you

    • @notionfreak
      @notionfreak  ปีที่แล้ว

      @@selflove-jl7qk Don't apologise! If you're referring to the progress bar and have more than 3 habits, it requires you to key in the additional habits: + unaryPlus(prop("Habit x"))) / x). Alternatively, if you did this from scratch, you can download the free pre-set template that would already have the formula inside :)

  • @appani1234
    @appani1234 ปีที่แล้ว

    For some reason...I'm getting 115 days created on one day😢... please help

    • @notionfreak
      @notionfreak  10 หลายเดือนก่อน

      Hello! I'm so sorry I got back to you this late 😓You can change your property into the "Date View" instead! This allows you to change the dates respectively

  • @jakegomez8279
    @jakegomez8279 9 หลายเดือนก่อน

    I live in a third world country and 5 dollars is already expensive. I want this template so bad huuhu

    • @notionfreak
      @notionfreak  8 หลายเดือนก่อน

      It's free! It's on a pay as you want basis, so you could just put a $0 😊

  • @svyatoslavnychyporenko5498
    @svyatoslavnychyporenko5498 ปีที่แล้ว

    it's not free what a Clickbait

    • @notionfreak
      @notionfreak  ปีที่แล้ว +1

      It IS free 🤣 notionfreak.gumroad.com/l/Dynamic-Habit-Tracker hope this helps! If you don't want to pay, you just have to key in $0

  • @krishanSharma.69.69f
    @krishanSharma.69.69f 11 หลายเดือนก่อน

    Why are you so Cute?

  • @FansOfCrypto
    @FansOfCrypto ปีที่แล้ว

    This is a great start. @notionfreak. How would you define the formula if you had a list of 10 habits AND, as long as you completed at least 5 of them (any 5 from the list) the progress would go to 100%?

    • @notionfreak
      @notionfreak  ปีที่แล้ว +1

      Good question! What i'd do is use the same formula for the 10 habits, and create a new formula property stating that if 5 checkboxes are ticked, progress will be 100%

    • @FansOfCrypto
      @FansOfCrypto ปีที่แล้ว

      @@notionfreak Can you see if you can figure it out, please? I tried to construct it but I'm stuck.