Have you found a fix to this yet? It's not working for me as well :( Edit: i JUST found a fix actually: you need to go into the template itself, click edit, and for 'date' add the blue 'NOW' shortcut. It showed for me at the top.
As a specific habit is a property of a date, can we somehow check the data related to a specific habit? For example, I want to easy check how many days in a month I succeed with meditation. Is it doable in notion?
Wow! This is amazing, thank you for the video❤ I have been trying to learn Notion properly for a while, but since it has many properties, its a bit overwhelming at times, thank you for giving a clear guide!
How do I make more than one template for the Database? For example, for some time I would like to set my habits to, for example: (read, swim, run). After some time, but still maintaining my old data, I would like to use another template, that has as habits: (gym, write, code, school). I'm trying by creating another template, but it overrides the current one. Thanks in advance and thanks for the video!
Hey Easlo, i just started using notion. Could you please explain to me how to create different habbit for each day? For example, every monday i’ll workout at gym but on every friday i’ll create content and no workout for friday
Thank you for the video! I've never used Notion so I'm looking into videos and I feel I can manage to do a habit tracker through your tutorial. I have a question if anyone knows. Can I assign a certain percentage for specific habit? What I mean is that I don't want all tasks to be equally divided, I want some tasks to have more weight than the others. Is there a certain way to do that? I hope the answer isn't so obvious that flew over my mind 😂
I’m a noob not only in Notion, but also in programming, but somehow my assumption turned out to be correct - I have checked it)) You need to fix the formula. For example, you have three things to do per day: read, work and sleep. You think that reading is 10 percent of your success, work is 40, and sleep is 50. Multiply each value in the formula by the factor weight that you chose. Example: toNumber(prop("Read"))*0.1+toNumber(prop("Work"))*0.4+toNumber(prop("Sleep"))*0.5
Thaks Easlo. I have a database on my home page named 'tasks' which has filtered 'due date - today' and 'completed - unchecked'. Now I would like to related this habit database into my tasks database. That way I can see my habits within my to do tasks for the day. Would you have any ideas/tips on how to achieve that? or anyone else reading this comment :)
Am i an idiot or what?? Haha what is wrong with this? When I check 1 checkbox it's still at 0% when I check 2 it's at 100% - round((toNumber(prop("read"))+toNumber(prop("walk"))+toNumber(prop("journal")))/3)
You need to *100 inside the round and /100 outside the round function. Try round((toNumber(prop("read"))+toNumber(prop("walk"))+toNumber(prop("journal")))/3*100)/100
After watching 2 hours worth of different videos, this was the one that FINALLY got me what I was looking for! Thank you!
Thanks for the tutorial... and I find it great that you do it in a fast pace...
I’m glad to hear! Let me know if there’s any videos you might want to see in the future?
I didn't take a ready-made template, but made a new one with you! Thanks a lot for the explanations!
Thanks for the slower video, I can easily follow now😊
I thought it would be impossible for me to learn notion but after watching your video it turned into a possible one!! thank you
Honestly loved your videos, great work!
Thanks for making it free, really enjoy your work man!
This was so helpful! Thank you!
Wow this was super clear and helpful, thank you for the video!
8:04 How do you put a command between a title habit tracker and a checkbox??
you have to start a new line below the title (press enter)
Hey Easlo, great video. 4:37 It unfortunately is not creating a new View for me every day which is really annoying! Any idea for a fix?
Have you found a fix to this yet? It's not working for me as well :(
Edit: i JUST found a fix actually: you need to go into the template itself, click edit, and for 'date' add the blue 'NOW' shortcut. It showed for me at the top.
how did you learn all of this ? Amazing and very helpful video. Thank you !!
I honestly love your videos and find them so helpful with creating digital products for my business
Thank you! Too nice a video.
This is Amazing!!! Thank you so much!
This is very helpful! Thanks!
Really helpful thank you!
Thank you
As a specific habit is a property of a date, can we somehow check the data related to a specific habit? For example, I want to easy check how many days in a month I succeed with meditation. Is it doable in notion?
Wow! This is amazing, thank you for the video❤ I have been trying to learn Notion properly for a while, but since it has many properties, its a bit overwhelming at times, thank you for giving a clear guide!
Thank you for your kind words, I love to keep sharing more Notion tutorials and templates!
Damn. This video is very helpful. Thank you
You’re welcome, I’m really glad to hear that!
How do I make more than one template for the Database? For example, for some time I would like to set my habits to, for example: (read, swim, run). After some time, but still maintaining my old data, I would like to use another template, that has as habits: (gym, write, code, school). I'm trying by creating another template, but it overrides the current one. Thanks in advance and thanks for the video!
Nice content dude 🪽
Thank youuuuuu!
Hey Easlo, i just started using notion. Could you please explain to me how to create different habbit for each day? For example, every monday i’ll workout at gym but on every friday i’ll create content and no workout for friday
i would love to add this too, i have stuff that i only do 3 times a week
Which software you use to record and edit the screen record?
What do you use for screen recording? The Quality is soo good
I'm using CleanShot X for screen recording!
Es posible crear un template parecido para anotar las compras que uno hace día a día desde el celular?
So how we can track our habits streak bro ?
Thank you for the video!
I've never used Notion so I'm looking into videos and I feel I can manage to do a habit tracker through your tutorial.
I have a question if anyone knows. Can I assign a certain percentage for specific habit? What I mean is that I don't want all tasks to be equally divided, I want some tasks to have more weight than the others. Is there a certain way to do that?
I hope the answer isn't so obvious that flew over my mind 😂
I’m a noob not only in Notion, but also in programming, but somehow my assumption turned out to be correct - I have checked it)) You need to fix the formula. For example, you have three things to do per day: read, work and sleep. You think that reading is 10 percent of your success, work is 40, and sleep is 50. Multiply each value in the formula by the factor weight that you chose. Example: toNumber(prop("Read"))*0.1+toNumber(prop("Work"))*0.4+toNumber(prop("Sleep"))*0.5
@@alex-ro6pm thank you!! I really appreciate your help, I'll try the formula ❤️
For some reason, my habit stays checked even when I choose the "No" option using the button feature :(
I’m on Mac and I can’t add a button on the top I’m using Mac
I want to add 2 more habits, but how can I change the progress code so it adds to the percentage?
You just need to add them all up as shown at 2:00
⚡💚
How can I make notion offline?
can't
Thaks Easlo. I have a database on my home page named 'tasks' which has filtered 'due date - today' and 'completed - unchecked'. Now I would like to related this habit database into my tasks database. That way I can see my habits within my to do tasks for the day. Would you have any ideas/tips on how to achieve that? or anyone else reading this comment :)
Hey a doubt, my date keeps replicating into many each day.
Am i an idiot or what?? Haha what is wrong with this? When I check 1 checkbox it's still at 0% when I check 2 it's at 100% - round((toNumber(prop("read"))+toNumber(prop("walk"))+toNumber(prop("journal")))/3)
You need to *100 inside the round and /100 outside the round function. Try round((toNumber(prop("read"))+toNumber(prop("walk"))+toNumber(prop("journal")))/3*100)/100
@@ericmsebastian that did it, thanks man!