▬▬▬▬▬▬▬▬▬▬ Suggested Playlists: ▬▬▬▬▬▬▬▬▬▬ 📌 Learn the Best Strategies for Building Habits Using this Playlist: ua-cam.com/play/PLOwD-OUGjPscUiy1TxYlGbvnCf0HOkq6c.html 📌 Increase Your Productivity Using this Playlist: ua-cam.com/play/PLOwD-OUGjPsc6SBO3KxW5ydyiObBmtokd.html 📌 Stop Procrastination Using this Playlist: ua-cam.com/play/PLOwD-OUGjPsf6QgFtiuhTJrwgBz5ieS0D.html 📌 Apply Kaizen (Continuous Improvement) in Your Day to Day Life Using this Playlist: ua-cam.com/play/PLOwD-OUGjPsdh4aTBb0llfLQ6kDCHT5M6.html
I watched some of your videos like months ago, and i applied the habit tracking system into my life, it help SO MUCH!! i used a lot of methods before, these didnt work well, but yours does, it's simple and efficient, looking forward your next videos! Thanks again!
The only issue is that you have to enter the habits every time and auto increment the index yourself. I wonder if there is a way using the recurring tasks to make the index auto update and have the habits generated automatically every day/week
You can actually use the database recurring page templates and set it to repeat every day/week/month. That way, it will create a new page representing that habit in your database at the recurrent frequency you set. Also, I don't know if I missed something but what exactly is the point of having an index for each habit? I'd be happy to help if you have questions; I know quite everything there is to know about Notion I think I'd make the pages' name be the habit name, and use a fairly recent feature called Subelements (that uses Relations within the same database under the hood), so that one habit could have its own (sub) alternatives linked to it, and the "parent habit" and each alternative can have their own property (which is useful for the habit "version"/level of difficulty as you showed in your other video presenting the system
@@Asty__ Many thanks. In one of my videos about a habit-building system, I suggested tracking the habits for a 40-day period. That's the philosophy of the index column. I don't know whether it is possible for you or not and whether you have time or not, but can you record a video explaining how to make the system better and add more features to it (I'm not an expert in Notion)? If you can't record a video, could please do me a favor and send some images of your template and some tutorial links so that I can make those as well. I know you can't upload images on UA-cam, but if you have time, you can send them on Instagram. instagram.com/dailyatomicsteps Many thanks
@@DailyAtomicSteps Oh okay regarding the index, I see! Then what you could do is have a starting Date property like you did for each habit, and a Formula property that would calculate the amount of days since that date but capping at 40 (and resetting to 1 after 40 days automatically). To do that, we can use the modulo operator representated by a "%" sign, such as prop("Starting date") % 40, where 40 is the amount of days to track that habit for. You could have a Number property in which you input the amount of days to track that habit for and call that property in the Formula so it is dynamic. I will try something and let you know what I come up with :)
Hey brother firstly thanks a lot for putting all the efforts in making this video. I'm not getting the sort by and sort order options used in notion chart, can anyone help me with that?
Hi. You're most welcome. Glad you liked it. The notion chart website has the feature. But your problem might be due to 2 reasons (at least in my opinion): 1- Zoom out on the page (in Chrome you should press Ctrl & the minus symbol (-) simultaneously). I'm somewhat sure that your problem is this first one. 2- May you didn't exactly follow the tutorial. Pay attention to the steps.
Hi, I'm not sure if this is what you're looking for.. but I think if you click three dots in right corner of database, then select properties and click on the eye where it says "pages", it should hide it only from your exercise view.
@@anuragpalei4623 But on the page, I have links to my personal account on the NotionCharts website. I have used those links for the tutorial, but I', gonna change the chart's content for my personal use. I don't know whether you have watched the video or not, but if you did so, you know what I mean. Because in some parts of the video, use a somewhat API for plotting. And I cannot share my personal API! And on the other hand, If I don't share the API, the charts will not be shown!
This makes me smile like "this!!!" 😁 and like "this!!!" 😉 and definitely like "this!!!"😊and it brings a tear to my eye like "this!!!"🥲 All kidding aside, well done!
▬▬▬▬▬▬▬▬▬▬
Suggested Playlists:
▬▬▬▬▬▬▬▬▬▬
📌 Learn the Best Strategies for Building Habits Using this Playlist:
ua-cam.com/play/PLOwD-OUGjPscUiy1TxYlGbvnCf0HOkq6c.html
📌 Increase Your Productivity Using this Playlist:
ua-cam.com/play/PLOwD-OUGjPsc6SBO3KxW5ydyiObBmtokd.html
📌 Stop Procrastination Using this Playlist:
ua-cam.com/play/PLOwD-OUGjPsf6QgFtiuhTJrwgBz5ieS0D.html
📌 Apply Kaizen (Continuous Improvement) in Your Day to Day Life Using this Playlist:
ua-cam.com/play/PLOwD-OUGjPsdh4aTBb0llfLQ6kDCHT5M6.html
I watched some of your videos like months ago, and i applied the habit tracking system into my life, it help SO MUCH!! i used a lot of methods before, these didnt work well, but yours does, it's simple and efficient, looking forward your next videos! Thanks again!
I'm so glad!
It's nice of you.
Thanks for your feedback.
One of the best Video about making habit tracker. Thank you
It's my honor. Glad you liked it.
Many thanks for your feedback.
Your video inspire a lot of people, keep making videos 🔥🔥
It's nice of you.
But I hope UA-cam pay more attention.
Anyway, many thanks for being kind and giving feedback.
this was really helpful thankyou ❤️
Glad you liked the video.
many thanks for your feedback.
I will try it 😮
Thank you so much
Keep going 🎉
Glad you liked the video.
I hope you find it useful.
Thx
You’re welcome 😊
This is awesome!
Glad you liked it. Many thanks. I hope you like other videos as well.
awesome video man! thanks
You're welcome. It's nice of you.
Glad you liked it.
Many thanks for being kind and giving feedback.
I would love to see you in rl
Very useful , thanks...
You're welcome. Many thanks for giving feedback. So happy you liked the video.
Hey could you send the link for this template?
As I mentioned in the video I cannot do so, and even I mentioned the reason as well.
The only issue is that you have to enter the habits every time and auto increment the index yourself. I wonder if there is a way using the recurring tasks to make the index auto update and have the habits generated automatically every day/week
I agree. But I don't know how we can do it (if it is possible). If you learned that, I would be so happy to learn it.
You can actually use the database recurring page templates and set it to repeat every day/week/month.
That way, it will create a new page representing that habit in your database at the recurrent frequency you set.
Also, I don't know if I missed something but what exactly is the point of having an index for each habit?
I'd be happy to help if you have questions; I know quite everything there is to know about Notion
I think I'd make the pages' name be the habit name, and use a fairly recent feature called Subelements (that uses Relations within the same database under the hood), so that one habit could have its own (sub) alternatives linked to it, and the "parent habit" and each alternative can have their own property (which is useful for the habit "version"/level of difficulty as you showed in your other video presenting the system
@@Asty__ Many thanks. In one of my videos about a habit-building system, I suggested tracking the habits for a 40-day period. That's the philosophy of the index column.
I don't know whether it is possible for you or not and whether you have time or not, but can you record a video explaining how to make the system better and add more features to it (I'm not an expert in Notion)? If you can't record a video, could please do me a favor and send some images of your template and some tutorial links so that I can make those as well.
I know you can't upload images on UA-cam, but if you have time, you can send them on Instagram.
instagram.com/dailyatomicsteps
Many thanks
@@DailyAtomicSteps Oh okay regarding the index, I see!
Then what you could do is have a starting Date property like you did for each habit, and a Formula property that would calculate the amount of days since that date but capping at 40 (and resetting to 1 after 40 days automatically). To do that, we can use the modulo operator representated by a "%" sign, such as prop("Starting date") % 40, where 40 is the amount of days to track that habit for. You could have a Number property in which you input the amount of days to track that habit for and call that property in the Formula so it is dynamic.
I will try something and let you know what I come up with :)
@@Asty__ Yes. That formula is far better than manually entering the index every day.
Thank you. I will wait for your answer.
Bruh You are the best
It's nice of you. Many thanks for your support.
Niceee
Many thanks. Glad you liked it.
Can we duplicate the template from somewhere?
I myself cannot do so
Hey brother firstly thanks a lot for putting all the efforts in making this video.
I'm not getting the sort by and sort order options used in notion chart, can anyone help me with that?
Hi. You're most welcome. Glad you liked it.
The notion chart website has the feature. But your problem might be due to 2 reasons (at least in my opinion):
1- Zoom out on the page (in Chrome you should press Ctrl & the minus symbol (-) simultaneously). I'm somewhat sure that your problem is this first one.
2- May you didn't exactly follow the tutorial. Pay attention to the steps.
Except for the Notion charts part..I did everything.. when I try for notio n chart it shows insecure connection......😢
There might be some problems for you. Search that error in google.
Hello my friend, is there a way that i can remove the "pages" column from the exercise view without removing it from reading?
Hi. To be honest, I don't know. But if learned how to do it, I would be so happy to learn that.
Hi, I'm not sure if this is what you're looking for.. but I think if you click three dots in right corner of database, then select properties and click on the eye where it says "pages", it should hide it only from your exercise view.
Broo.. please provide link
Link of what?
You mean the template?
@@DailyAtomicStepsright
@@anuragpalei4623 But on the page, I have links to my personal account on the NotionCharts website. I have used those links for the tutorial, but I', gonna change the chart's content for my personal use. I don't know whether you have watched the video or not, but if you did so, you know what I mean. Because in some parts of the video, use a somewhat API for plotting. And I cannot share my personal API! And on the other hand, If I don't share the API, the charts will not be shown!
cntrl + command + space on mac
👍🏻👌🏻👌🏻👌🏻
This makes me smile like "this!!!" 😁 and like "this!!!" 😉 and definitely like "this!!!"😊and it brings a tear to my eye like "this!!!"🥲 All kidding aside, well done!
Many thanks. It's nice of you. So happy you liked the video.