The thing is I want to do the cross out on my calendar when I complete a task. I remember doing it a few years ago but I started all over on notion recently and don’t remember 🤦♀️
you can also apply this idea to your calendar by switching the database view to calendar. this is a recent feature, and since you mentioned using a different approach a few years ago, you might be looking to filter the entries in your database. if you need more help with this, lmk more details of what you want to achieve!😊
hi may i ask smth abt ur study cafe template? for ur study session there is a display of ur total study time, may i ask how you linked the pomodoro time to ur total study time?
Hard to explain in one comments as there are Relations, a number of Rollups, and Formulas involved😭 I am not planning to make a tutorial on that anytime soon but it is available for sale! Link is in the bio and I just updated with new features following Notion version 3.0💓
ifs(prop(“input”).empty(), “{emoji when input is empty}”, prop(“input”).equal(prop(“german”)), “{emoji when input is correct}”, “{emoji when input is incorrect}”) The logic is same as flashcard (Formula property) except that now u want to display colored emojis instead!
hi! I used this code: let(day, format(prop("calculateDate")), ifs(prop("calculateDate") < 0, style(day+ " days passed", "red", "red_background"), prop("calculateDate") == 0, style("it's d-day", "purple", "purple_background"), prop("calculateDate") > 0, style(day + " days left!", "green", "green_background"))) I hope it works
For the new timeline cross-out, I thought this formula would work but unfortunately, it displays beside the goal(name) as its own variable, let me know if anyone ends up fixing the code!! if(prop("done")==true, style(prop("goals"), "s"), "")
At 02:44, keep in mind that the name (Title) property can’t be hidden, so make sure to add a space or placeholder in that field! Also double-check the formula at 02:24!
The thing is I want to do the cross out on my calendar when I complete a task. I remember doing it a few years ago but I started all over on notion recently and don’t remember 🤦♀️
you can also apply this idea to your calendar by switching the database view to calendar. this is a recent feature, and since you mentioned using a different approach a few years ago, you might be looking to filter the entries in your database. if you need more help with this, lmk more details of what you want to achieve!😊
Hi! Is there possibly a new version of the code of the study flashcard?
Working on it! I think I’ll be able to release it at the end of December.
@@notionwithro Nice! Thank you so much Ro ❤
@@mishkaopulencia9017 No worries! Do note that the new version is just an upgrade and these formulas are not outdated & should still work☺
Hi, is there any way I can change the text color and background color of the goal text whether it's crossed out or not?
Hi in ur set up vidoe u showed that the task and d day counter was connected and used as a todo list how did u connect and do that? ❤
it depends on how your to-do list is set up, but using relations should work :)
hi may i ask smth abt ur study cafe template? for ur study session there is a display of ur total study time, may i ask how you linked the pomodoro time to ur total study time?
Hard to explain in one comments as there are Relations, a number of Rollups, and Formulas involved😭 I am not planning to make a tutorial on that anytime soon but it is available for sale! Link is in the bio and I just updated with new features following Notion version 3.0💓
may i ask how you did the property in ur template where it shows red green and white?
ifs(prop(“input”).empty(), “{emoji when input is empty}”, prop(“input”).equal(prop(“german”)), “{emoji when input is correct}”, “{emoji when input is incorrect}”)
The logic is same as flashcard (Formula property) except that now u want to display colored emojis instead!
@@notionwithro tysm !!
😍😍😍
Hi, i tried the d-day tutorial but somehow my formula isnt working 😢
I got 'expected identifier. [20,30]. [89,92] End of input expexted. [523,524]
Hi u r most likely missing a bracket or a value in the function/cmd. Copy and paste the formula u typed in here or dm me via insta! I’ll have a look
hi! I used this code:
let(day, format(prop("calculateDate")), ifs(prop("calculateDate") < 0, style(day+ " days passed", "red", "red_background"), prop("calculateDate") == 0, style("it's d-day", "purple", "purple_background"), prop("calculateDate") > 0, style(day + " days left!", "green", "green_background")))
I hope it works
For the new timeline cross-out, I thought this formula would work but unfortunately, it displays beside the goal(name) as its own variable, let me know if anyone ends up fixing the code!!
if(prop("done")==true, style(prop("goals"), "s"), "")
At 02:44, keep in mind that the name (Title) property can’t be hidden, so make sure to add a space or placeholder in that field! Also double-check the formula at 02:24!
good😊😊😊