Add Time Tracking To Your Notion To-Do List (+ Template)

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

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

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

    This is amazing, thank you so much!! This vid was a great introduction to basic programming/formulas and template-writing in Notion. Finally something to help keep my tasks organized and better direct my focus

  • @etgdesignstudio
    @etgdesignstudio 7 หลายเดือนก่อน +2

    I was just trying to write formulas today to display a sum of my estimated time for the day in my Notification Center. This solved the problem I was having. Thank you!!!

  • @UnknownStory506
    @UnknownStory506 6 หลายเดือนก่อน

    Great job! I love the way you explain each and everything. Usually, I don't comment, but I had no choice but to comment here. Thank you again!

    • @creative_cove
      @creative_cove  6 หลายเดือนก่อน

      Thank you! I'm so glad you found the video helpful 😊

  • @labulabuland
    @labulabuland 3 หลายเดือนก่อน

    floor() 10:28
    mod() 11:47
    ✅n

  • @pmiles8385
    @pmiles8385 3 หลายเดือนก่อน +2

    i have a question, what if i want to pause task? for example I got distracted so i end task without finishing the task. so when i pick it up again, I start task again, my previous recorded work time will be replaced and recaculated?

    • @creative_cove
      @creative_cove  3 หลายเดือนก่อน

      I think the easiest way would be to just end the task when you finish your session and label it as session 1 then you can start the task again and label the second one as session 2. 😊

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

    Hello, thanks for everything that was presented. It was really valuable.
    Can you make a tumblet, especially in trading?
    If I want, I can send you an example of it and what you need from things about it.
    Thank you for accepting my greetings.

  • @valrochamafra
    @valrochamafra 6 หลายเดือนก่อน

    Thank you so much for this info!
    One question that remains to me is: The button function do not allow to use the begining and finishing times of the date, right?

  • @agrawalanshika
    @agrawalanshika 6 หลายเดือนก่อน +1

    Hey, the today formula is not working when recurring tasks are being added to my dashboard

    • @creative_cove
      @creative_cove  6 หลายเดือนก่อน

      Try replacing the formula with this and it should work for recurring tasks as well:
      formatDate(prop("Due"), "MMMM D, YYYY") == formatDate(today(), "MMMM D, YYYY")

    • @agrawalanshika
      @agrawalanshika 6 หลายเดือนก่อน

      @@creative_cove Thankyou so much it worked

  • @xeniko882
    @xeniko882 4 หลายเดือนก่อน

    Your tutorials are amazing! Thank you for your hard work and sharing it!
    I do have a question for this task manager. It‘s supposed to show the tasks that are due today but if I add another task even if its for tomorrow the task status shows 1 out of 6 tasks complete even though today I only have 5 tasks due and the other one is for tomorrow. I double checked all the formulars and can‘t figure out why its showing up like that.

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

    You're amazing! This is very helpful. I'm grateful I stumbled on your video. Subscribed!!

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

      Thank you! You're very welcome :)

  • @almitratyas462
    @almitratyas462 3 หลายเดือนก่อน

    What if I want the tasks status don’t refresh? I want to calculate how much time I’ve spent in a month, how to connect the databases?

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

    I tried to build the "Time Taken + Label" formula twice and for some reason I couldn't get the "h" that goes after the hours to populate just the minutes show up. Can you pleas share the formula? I'd appreciate it. Thanks!

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

    Excellent video. New to Notion and currently figuring out exactly the best way of doing this. What would happen if you start a task but do not complete it straight away. i.e you may have to take a phone call, or you start in the afternoon and finish in the morning. How would you pause the time and restart it. I am doing it with a time taken database which allows for multiple times for a task but is more complex than I feel is needed.

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

      Currently with this setup there's not really a way to pause the timer so I'd say the best solution is to simply end the task and add 'session 1' to the name and then start a new session later.

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

      You could create a new database for timetracking. connect the task database to it, and follow the concept of this video. then add the view of the timetracking database to your Task template in your task database. the name section of the time tracking database could just show "timeblock 1,2 etc". Then you could sum the time blocks in this database up in total. You could also then view the properties of time tracking database maybe via rollup on the task itself. I will try this out and see if it works.