#Notion Zone
364 messages · Page 1 of 1 (latest)
i will add views now
Maybe these might help, it was a template but I added few more stuff
Bro it's awesome!!
Ykw I want to see your skill tree
If you are comfortable can you share with me
Hey your templates are lovely!! Would you mind giving tips or sharing ideas?? 😅
Exactly 💯
sure, here you go!
Umm, i personally like to add widgets and extra stuff just to make it look more appealing, maybe you should try to add stuff you like or a spotify playlist and pages for your hobbies, or a skill you wanna master.
How you had add that life and year % in that pic 2??
And will they progress automatically??
It's available in Notion widgets indify website, just enter your expected life years (I added 44, IDK why) and it will process automatically.
So how do I make my tasks reset every day
Well for that I make a button block and insert a todo list that I need everyday
Every night before sleep delete your days todo list and click on button for next day
thank you
I have make a button for my full week
As I work on weekly basis so it's works for me
For faster development,just prepare a toggle with only day title and add your daily chores or stuffs you waana deal with
After that just duplicate that 6 time and then add main name before that 'day' title you gave before
Everyweek I do same
And delete previous entries
And if you want to keep track of your previous week's records too then create a database for that
With properties of week number like August 4th week,date from this to this....and other as you want
Then create database template for your week,so everythime you enter a new week so week's page is automatically ready
Omg thank you!hi everyone i need help with notion im trying to organize my life and im having trouble with it i would love some help
Even I want to do that too
To make a dashboard for life
But I have somehow managed to make my life easier with second brain stuff
Still searching more !!
Help😵💫
I have all that i want to add for now but im having trouble organizing everything and theres so much videos and templates and i must be doing something wrong
What are all stuffs that you wanna organize (if you don't mind then share the side bar that is at your left hand in notion,I am assuming you have all the pages you want for now)
Yes pls
Hello, I have been using the free study scheduler template and I've come across an error in the due date calculator and the numbers arent showing up. I do apologize if this is the wrong forum to talk about it, if it is please redirect me to where I am supposed to go. Thank you!
If in notion
Then maybe u have issues with view
Share what it is
How do i share?i never did that so i dont know how thank you🫣
Click a photo through ur phone......
Should i put what i have inside too?
Make quick links to make it easy
Make a toggle
Then insert a table of contexts into it
It is called quick links(best for Mobile usage)
(I named this as overview)
Hu not a bad ideia i do use it on mobile more how do i do that?
Notion dashboards look great on desktops and laptops, but they turn into super-long pages on the mobile apps. Here's a quick trick make navigating your dashboard so much easier on your phone. #shorts
🔧 FREE NOTION TEMPLATES:
https://thomasjfrank.com/templates/
😎 CREATOR'S COMPANION (My mega-template for content creators):
https://thomasjfrank....
Cool im going to try to do that now but then what? its still.....meh 🫤
It will always be
(Mine 2,never satisfied)
🤣
Its weird but its good to know im not alone on that
So true
Thats why I created this forum to seek for help 😂
Bro I just came across this forum and this template looks cool! Can you share the original template and what widgets or any other things that you've added here? I wanna try to make one for me
https://www.notion.so/templates/cozy-corner Here's the template, you can visit the link provided in the template for widgets customization. You can also embed your personal spotify playlists if you want to! 🙂
Ideal for anyone seeking structure in their daily life. | Discover new ways to use Notion across work and life.
Omgg thank you so much! ✨️ the template looks lovely! I'll definitely try to embed my playlist and personalize the template as well
Could someone please help me out? The "Due Date" field in my Study Quest template no longer works for some reason; I checked the formula and it seems to be fine, but it doesn't give any output. I'm most likely missing something, if anyone could help it would be greatly appreciated <3
Same problem 👇
Here this one.....has same problem ig
Aaah-
I think it's something
Maybe u need to do some research
Or they changed it somehow....
It looks like this, not sure whats wrong.. it works in the stock template, but not in the one im using
hey guys I have been using the study scheduler to get organised this year at university. I just tried inputting some of my assignment dates into the study scheduler assignments tab but the due date disappears. Does anyone else have this problem and know how to fix it?
oh damn im just reading above and can see im not the only one with this issue. I'll keep in touch if you guys find anything and ill have a look myself
Yeah cool :) I'm having the same problem, haven't found what's wrong yet.. The formula its using is the same, but for some reason it doesn't show up. Anyways I'll let you know if I find anything too
I messaged cajun koi instagram page they sent me a new formula because they said notion changes the way formulas work occasionally. I tried it but it doesnt work, but ill show you anyways.
Aaah welp-
yeah might as well try it
ifs(formatDate(date, “YYYY-MM-DD”) == formatDate(now(), “YYYY-MM-DD”), “🚨 DUE”, days left == toNumber(0), “⏳ tomorrow”, format((days left + 1)) + ” day(s)“)
welp not working for me, this shows an error unlike the previous one
rip 🥲
hey guys I managed to figure out how to fix the due date part of the notion study scheduler. basically I've been in contact with the cajun koi instagram page through dms and they sent me this update formula as notion formulas 2.0 changed the way formulas work (please see attachment). So a mistake I made was just copying and pasting this directly into my notion formula on the table, but you need to make sure that you add line breaks where you see them using "shift+enter" and every time you see a date or days left click enter to add that property. Other than that if you just make sure it looks exactly like the screen shot with all the different colours for each part of the text and grey boxes for different properties you should be fine. Most importantly make sure you type the formula out yourself rather than copy paste it. All the best. Plus @graceful lotus i've @ you because i know you were struggling like me.
Still isnt working.. maybe theres something wrong with the database? no idea.. thanks for the info though!
when you write stuff like formatDate() and now() there should be a property/function drop down menu below. Did you hit enter when those options are selected? Other than that I'm not sure your code looks exactly the same to mine apart from some parts not turning light green
Yup did that.. its weird cuz I'm using the same template for two trackers and the old formula works perfectly fine on the second one. its only this one that gives me trouble
not too sure then. wish you all the best hopefully it fixes itself at some point.
I was about to delete this forum
....
But then cancelled my plan.....
that rlly looks a lot better , simple and easy to use
For @open geyser and anyone else who was having trouble with this, I rewrote the formula that gives you the number of days until the due date:
if(empty(prop("date")), "",
if(dateBetween(prop("date"),now(), "days")==-1, format(abs(dateBetween(now(), prop("date"), "days"))) + " day
ago",
if(dateBetween(prop("date"),now(), "days") < 0, format(abs(dateBetween(now(), prop("date"), "days"))) + " days ago",
if((dateBetween(prop("date"),now(),"hours")<0), "🚨DUE",
if(dateBetween(prop("date"),now(), "days") == 0, "🚩TOMORROW",
format(dateBetween(prop("date"),now(), "days")) + " days left"
)
)
)
)
)
Hopefully this helps :)
Is the "consuming" checkbox something you're supposed to check manually or is that part of the automation and what not?
👑 Improved Notion Desktop (Easy Mode) 👑
For anyone wanting have the Notion Desktop experience but with the advantages of Chrome extensions (namely the Stylus extension), I have found the answer! We've got extensions, you can move tabs around (unlike desktop), and when you Ctrl + Click, it opens a new tab in the same window just like Desktop.... oh and tab switch shortcuts work the same as Desktop!!!
I'm on Windows 11 using Chrome browser. Haven't tested on anything else but I think this would work on Mac.
- Uninstall Notion Desktop (may not be needed, but it kept opening automatically so I just uninstalled).
- Go to "chrome://flags/" in Chrome to get to experimental settings.
- Enable all of the settings you see in the screenshot (some might not be needed but this is what I personally have enabled)
- Navigate to your Notion in Chrome
- "Create shortcut..." (see screenshot)
- Select "Open as tabbed window" in the pop-up and name the app whatever you like then hit "Create"
- It'll now open the new app. Make sure to pin it to your taskbar for easy access.
- Now to get tabs and links working right, you need to return to Notion in Chrome and in the address bar you'll click "Open in app" (If you don't see that option, make sure you're at the exact same page/url you were at when you made the shortcut earlier).
- Now the Notion app you made will open. You should see in the upper left "Always use the Notion app to open supported links?". Click "Always use"
Now the app is all setup to use tabs just like on the Desktop version but now you have all of the benefits of your personal Chrome setup at your disposal.
Disadvantages:
- Not sure if it will work offline
- May be slower that Desktop version
- Ctrl + Click will still open new tab in regular Chrome window during some specific circumstances but it's rare.
EDIT: These settings mess up the Desktop app UI quite a bit so turn them off if you decide to use the Desktop app instead of the PWA.
GG @daring narwhal, you just advanced to level 1! 🥳
Is anyone using the project planner template? I am having issue with the "Sprint" part where after I pressed complete sprint, it shows me that button failed to execute.
I am using Notion free plan. Hope someone can give me clarity on this
same
GG @inland barn, you just advanced to level 2! 🥳
explain a bit more...
Yeah... idk how to help you.
Question, regarding the Project Planner… After creating a new project, I am trying to add that “Project Task” table within the task section below. I will add screenshots of what I’m referencing.
Here are reference photos. Can someone help me add that table (in the first photo) to the bottom of the task section (second photo). So basically subtasks within the task of a project.
You can copy the link of the task as view, and then put in the model you wanted. But you gotta do it in the model. And also, i never did this before, it may not work. But i hope it helped
the models, you can find here
in the arrow
I’ll try it out thank you!
@everyone
Hi if anyone good at notion and it's code pls help me modify it pls help I am in desperate need
GG @fallen kestrel, you just advanced to level 10! 🥳
made this new template all by myself
you can even have a calender view and sort them easily
calander view (i handle a physical journal too thats why not so consistant here)
/database board view
i might make a habit tracker soon 👀
lmk if anyone is intrested in link
@everyone
Hi if anyone good at notion and it's code pls help me modify it pls help I am in desperate need
ok
bye bye google keep, made this notebook system with multiple categories and a clock widget. you can easily sort the table view according to notes as well. just make a note and choose a template of the notebook you want it in and it will automatically get added to that notebook
hi is anyone available for it now
Bro can I have the template
I can give you the tutorial link as if I share it all my personal notes will be transferred to you
You could copy it into another document and then delete out your personal stuff... Then share it. I have done that.
It's ok I gave him what he wanted 
No worries - just thought I'd let you know.
I also wanted to get good in notion I don't have time now but can you help me if I need it .
I tried mailing my own in the past but I never use it. Like have to make it a habbit to get used to it . I just make aplanner then never open it .
Depends on what you are looking for, I can help with databases and stuff but I am not good with formulas
No worry , I will keep that in mind. And ask accordingly.
Hi in the project planner we get a board view of tasks to be done
Image 1
& in the study scheduler we get a database
Image 2
is it possible to get a 2 column layout for the database on the left and to status on the right as i can easily handle tasks and chapters this way
this is what i have from the thomas frank guides this is the basics of basics
Image 3
But i don't understand where to get a template form as notion lets you be free in your to do systems but i am still getting used to it
- there is that i have content but unless there is structure i dont understand where to put it
Image 1
presenting to you, notion habit tracker. add a new day and kick start. mark your habits done with the help of a button. gets reset daily and you can see a weekly progress and a calender view
Then you should also give us the link to copy the template bro
if anyone needs it they gotta ask brother
Who brother
Oh you are saying that if we want then we have to ask you then you will give us the link?
Yea
Could you send the template?
Dmed you
It looks really aesthetic, great job with the databases too 
Good job
cool but why light mode 
Dark mode is too dark for me haha.
your assignment says calander view but is a table view
sus
light mode ONLY (but only in Notion, everywhere else it's dark mode for life)
nahhh you have no idea what you are saying
Yessss! The notion dark mode on website is literally black.
Even tho, Dark mode >>>>>>>>>>>>>>>>
plus the notion colors suit well in Dark Mode
study scheduler (i use formulas to calculate next revision time)
What is your calculation?
Can someone help me with my notion
why dont you ask chat gpt for formuleas
introducing your very own notion finance tracker.
enter all your income and expense in notion with this template. separate database to see all your expense and incomes. easily sort and track your money now
Note: I didn't made the template myself I just watched a tutorial and made using that with some things here and there
a notion flashcard tip: form related questions like this with the toggle and the following question in brackets. It's helps test your knowledge of any flow mechanism or any relation. Also, form these cards from memory rather than from your notes- works as a good way to retrieve even while making the flashcards.
this actually is one great idea yea, amazing
[1st Image] Made a Flashcard Formula Table so that when add a Flashcard, you can checkbox it to reveal an Answer
and after memorizing it, you can choose from three Options (Forgot, Recalled with Effort, Easily Recalled) Depending on what you choose, the formula gives the date of the Next Review, for me I have put 3 days for Easily Recalled
[2nd Image] You can directly add Flashcards from the Deck and the Course will be added respectively from where you have added it
Note: I have made this with Tutorials from YouTube but I have made changes to it myself!
guys i need a little help....
Yea?
nahh i got it i figured it out but Thanks for responding !!!
I need help figuring out a theme for my dashboard, currently it is just kinda light pastels, a bit plantsy, a bit naturey but I want to change it (my brain is bored and does not want to look at it
)
and I'm on the fence about two options:
- light, kinda spring-summer vibes, vacation, still a lot of plan motives, maybe cute cartoons
- dark, moody, library vibes, books, very studious, a bit dark academia, a bit magical vibes
and I can't decide 😫
please someone do it for me
went for the first option an i think it looks just so cute... (also disregard the fact that my notion is half english half polish, thats just how my brain works lol)
Functionality > aesthetics
if not aesthetic, my brain don't like it...
Haha makes sense. Hope it strikes the sweet balance.
same bro
mine is full of pokemon and dragons😂 i just got motivated opening my notion
that blue fire is just best for me to start my day ( they are all gifs so they look more amazing when moving)
Do anyone have Workout Template on Notion? I need it at this moment
i can make one
Thanks! Will help a lot 
ill do it tomorrow though but ill add in into my todo list
I have made a Notion Template which can help you with managing your Life and Work, As we all might know that Notion helps us a lot with enhancing our productivity to the highest
You can use this Template below to access it and you can duplicate and customize it as you would like it, Thanks! Have a Productive Year ahead
The Template
this is actually pretty clean, this can help a lot of people setting up their second brain. i personally wont use it as i have all my templates with me and i love them but for those who never tried notion do use its awesome
Thanks for Check out on it! 
Just customized CKA's and Purple study tracker's template
this is so good but damn, the gifs.
Haha 😂, Thanks 
Seems this forum become useful 👀
ofc it has!
Enjoy then
Thanks for opening it tho
Welcome bro...
I Just opened it
U guys giving it life 😁
Hehe
Recently, I re designed my notion
If you guys have any suggestion, please do provide
W
a better notion habit tracker totally automated so a new date will get added at 12 am everyday with a stats check and a ton of formulas, made by using thomas frank tutorial
what is yalls opinion on notion calendar and in what scenarios has it been useful ?
I use Google calander pretty religiously so I never gave it a proper try... Also I am not a big fan of the interface...
pros:
easy to navigate
connects with notion
a ton of shortcut keys
sync with your google calendar in real time why not just use a better one with more functionalities
Cons:
cant set personalised reminders when event is set to all day
not available for android
GG @umbral oyster, you just advanced to level 34! 🥳
Hi i'm new to using Notion and i just wanted to ask if this space is for asking questions about Notion?
you can but it wont be viable cause the 5 min slowmode
How to get y'all's notion's templates?
Most of us either make one ourselves from scratch or watching a tutorial otherwise just use the Cajun koi template
I did something while ago. Guys, meet Brainiac hahaha
In each button there is a new page, got inspired by this forum to change a bit and to switch to the dark mode. It became something amazing.
Special thanks to Cajun Koi, for the Misty callout img. and of course, to this forum! (This is personal use, only)
Is it mini brain
More like a second brain. I got the PARA method and applied it to what i'm already used to. So it's a bit of a second brain, but applied for myself. hahaha
i mean the template, is it the cajun koi one or you got this from someone else
hello everyone. I am new to notion I thought of giving it a try for GROW method. If any of you are using GROW method too can I see your template
this is one of many notion pages i use, pretty simple, made it myself, the rest are pretty much templates
wow that looks so cool
Thank you
Hey guys how can I level up from zero to hero in notion?
Oh. got it now. I made it myself. The layout, the databases, relations. The only thing that wasnt me was the drawnings.
Basically try to apply the notions videos that you find on YouTube into your own notion app. It's a bit confusing at first, but after a few try's you can become good enough. You also asked about the GROW method. I do not used it... You may find online a few answers.
thanks for responding
#🦊・kitsune-castle message
@cosmic bison made this one. It is pretty awesome
thanks
its just a table 
i do that checking boxes in database as well!
cool
Does anyone know why the quick add links arnt under the quick add
Are you a Extended brain user?
The first thing you should do is connect your discord account to the cajun koi account on the website, if so
You will be able to access a dedicated space where you can ask questions related to it
Guys!! It's exciting for real!! I found a template, which is for tracking your Progress, which also Rewards you!! I found it awesome, lmk your thoughts on this...
The Template:
https://kainotebooktemplates.notion.site/Kai-Notebook-Shop-Template-ee51133a4e774139ab4455e18c5ac27d
There is also a Reward System below the Commissions which lets you take any reward, with your "Savings" in the Bank, for which you can add more rewards.
NGL, WHAT'S YOUR EXCUSE TO NOT USE IT??? 
A Preview of the Template:
Wow. This looks interesting.
My excuse is i don't get pocket money.
First thing: 
Second thing: it's not pocket money, they are credits or coins, smtg like coins you'd earn in a game or smtg like that
You can say that This Template is a Notion Version of Habitica
I don't play games.
It's free though
I know.
Atleast do you know Habitica?
If not, check it out now, and learn how it works
OR DIRECTLY OPEN THE TEMPLATE AND SCROLL DOWN FOR INSTRUCTIONS
AYE AYE CAPTAIN! 🫡
Probably i am weird but i tried to make my own notion dashboard.
You are not weird, it looks wholesome!!
Oh, i am fluttered to hear that.
Hey you guys, this is part of the Event about Reset and Reflection we had by our club leaders @cinder gorge and @wet prawn
This is part of my self evaluation review. I had divided in 4 parts, studies, health, inner and external worlds.
|| →Studies - I measure my focus studies and if i achieved my goal of the week. And then, i reevaluate it to check if it matched my month goal in that category. ||
||→Health - Physical health, if i had any allergies or sickness, and if i ate a lot of junk food and if I didn't workout = 0% hahaha Basically. It measure my physical form.||
||→Inner world - Emotions and Reflections. So in here there is therapy, journaling, meditations. And also, if i felt unsettle about something in that area and what i did to change it. ||
||→External World - Social and Exploring. So, talking to people (one-one conversations), exploring the city, going for a walk. It can also be traveling.||
Now, I'll apply the phases, smart goal and micro-habits in the upcoming month. The questions brought during the event were great to change a bit the way of how i'm doing the reflections. Thank you, Ally and Jay 
"The unexamined life is not worth living" - Socrates
I am glad to see that you made the most out of the session! I hope you know that you've motivated me to execute the tactics ASAP!
Keep it up with the work dude!
I updated my Notion
NOW! I wanna change my color to Light Mode, but my eyes 
I get it I have the same problem but with dark mode
updated some parts of my planner. 
This looks so efficient 💖 ✨
how 'Resource and Flashcard' looks on the cards.
I must say, that looks really beautiful.
What is wrong with Dark Mode-
Keep it up bro! Wish a great luck for you.
I made this new thing yesterday, now there is no need to pin stuff on my clipboard that is a traitor sometimes.
Nothing I am just too much used to with the light mode of notion that I can't do drak mode now
Thank youuuuuuu 🙈♥️
trust this aint simple
Man! I want this template!! 
that's nice
i've always wanted to make templates and post them maybe i will !!
Where can i download the Notion Template in this video
https://www.youtube.com/watch?v=nJaXxPBUS40
Get started using Notion Projects for free, and unlock the power of AI for only $10 a month: https://ntn.so/cajunkoiprojects
📣 May 2024 Update! We've completely revamped this template. And turned it into a step-by-step course to take control of your life which you can find here ➔ https://www.cajunkoi.com/shop/focus-quest
📚 If you enjoyed it, u...
GG @serene timber, you just advanced to level 1! 🥳
I am not able to find the template in the website
Wait 5 min (cause slowdown) I will send the link of the template
You can find it in whop
thank you
Uhm- Is this what you were asking for??
Manage your life by planning personal projects or work sprints using this all-in-one workspace. This is the perfect template for personal and team productivity to organize tasks and notes to stay focused. | Discover new ways to use Notion across work and life.
Its unavailable tho
Yeah- True
You can ask any team person like staff about that
yep thanks a lot for the help
Anyone using Notion to manage Social Media & CRM? Can you recommend a Notion template that is easy to use?
Hey
Anyone use notion charts ? If anyone I got a problem I'm not getting 100% in y axis ( I'm getting 50%). Help me out plss
I love notion
I still don't get what you telling about, send me a SS in DM
@fathom jasper Try this one. (sorry about the pin Shadow Arul)
when I click get template, this happens 😦
I am thinking they might have removed the template, You can't get it now 
@gentle spoke It's okay ||Just call me Arul||
you guys were right. Dark mode colours are indeed better.
facts
How did you make this side by side tasks? Can you tell me? I also wanted to do like that.
just turn one part into '2 columns' and drag the other part on the 2nd column. Kinda difficult to understand when i write it like that. 😅
Just got to know chadgpt can make me a notion template.
Little confusing. But I'll try
Ok Now I understand Thank you
the way i'm obsessed with notion, i'd be disappointed if a bot designed it all for me. 😭
Smile! Chadgpt is absolutely terrible at it.
haha thank God.
GG @lost mauve, you just advanced to level 11! 🥳
🚫 _cwadri, that command is disabled in this channel.
btw, has anyone got any good notion templates for budgeting?
Does anyone have some notion templates for Rookie Reset & reflection
@analog rock
What? 
Hehe
Made a new notion template and its looking beautiful
😍
Can you work with me on an Inventory management system and an innovative CRM?
hey could you help me with notion I kind of know the jist but cant find to integrate it well into my life would like to work with someone who knows notion
hi could you upgrade my template to look more asthetic, and more visually and doesnt overwhelm users 🙂 pls https://careful-thunder-167.notion.site/The-Focus-Log-07996e79acac4771a906b4cb3a350807?pvs=25
Sure let me see what I can do 🤔
yes please!
You made those? 
That looked so professional, i must say. You must have shared them on the notion template website?
Woah! Very well, i appreciate your efforts. Do let us have the links once you do so.
GG @austere aurora, you just advanced to level 6! 🥳
That makes sense, you are welcome to showcase your work in my dms.
I told you not to do this. You can share them in other servers, but no promotion here.
Reason: self-promotion
Hello, do you have an updated link by any chance?
Yep!
You can check it out here:
Productivity Powerhouse
This is a Productivity Template for Students, You can use it to manage your goals, academic researches everything automated with buttons and pages. Hope you like it! | Discover new ways to use Notion across work and life.
Thank you so much!
hi there, do anyone here know how to make lsat revised formula in notion? where it shows how many days ago since we revised thanks 🙏
Hey, i think suki posted a notion template a few months ago. It uses the grow method that CKA teaches. Check it out to see that's of your liking. And of course... you need to duplicate and create a new page in the database so you'll be able to use it...
#🦊・kitsune-castle message
I luv u 😭
Lmaoo you're welcome heh
Hey guys. I have a lot of pre-paid templates. tons. I'm working on a personalized notion template. no rush, I'm on the hunt for some collaborators. For a quality collaborator, I would compensate. I need also a PKM , however, I'm not technically in school. I'm mastering my craft. I havent found anything relating to my "niche" , I have some great Ideas. if anyone is interested or can help a neurodivergent master his mind, please dm me. I value intellect and I apologize if this comes across as solicicating services. I can slowly build one, I have a enhancing notion productivity book. thanks guys and gals
real
What's a PKM ?
hv a quick question im using the notion template and setting up my curriculum/courses section, only issue is when I input assignments and open up my calendar different classes are the same color so it's a bit hard to tell them apart. is there any way I can make them different colors.
You can in the calendar app, By changing the color of the tags
You can change in the Google Calendar app if it is linked to your notion
Hi! I’ve been looking through the notion template and have ran into a problem. the NDH sorting system (there is no
place to select need, duty or someday when creating task) isn’t working, as well as the eisenhower (when i select the eisenhower priority level, it doesn’t show up there what so ever, even in the area where the tasks with no
priority should go). please help!!!
Please head over to https://discord.com/channels/848795102734188544/1157954342284967956 and ask your question there 🙏 I'll get to your question as soon as possible. If you could also provide screenshots that would be awesome.
@weary igloo checking in! Do you still need help with this issue?
Hello guys Im new to notion and have no idea how things work , this one is my first template, I'm looking for something in which I could record my time for each task and for each project ,like focus timer kinda thing. 🙂
If you want to record your time and all, maybe you can go to the Focus Log page in the template you pinged, But I didn't put any like Time Tracking stuff in there, Just a regular Timer
Contract template:
Enter your goals in the goal section and the costs you're gonna pay or do in order to achieve your goal(s)
in the "Whys" section, you need to enter the reason you're doing the costs for, maybe some people in your life or other things
you should think and get deep enough in order to be able to have many strong whys so your whys beat your procrastination or laziness
@cinder gorge
Thank you for sharing.
Hi everyone, I apologize if this is not the forum to ask this question. I have been having issues trying to move the linked template from YouTube onto my Notion App on my iPad. I am just starting out my law degree in which I had never used notion or really any student support app throughout my undergrad and am at a complete loss. If anyone is able to help me (note that I would consider myself technologically inept) put the template onto my app so I can begin step 1 of the notion template that would be amazing!!! Again I apologize if this is in the wrong chat
Yep! If you could send a screenshot of what page you get to once you click on the linked page?
But basically you would duplicate it into your notion by clicking on the duplicate button on the top right of the notion page that the link takes you to. It should show a copy icon - that will be the duplicate button
Firstly thank you for your message. This is the page that comes up, now I don’t know where to go from here because if I click the top right bars it doesn’t ask to duplicate and if I press Notion it doesn’t take me to the page onto the app only to my homepage
You are right, you don't seem to have the duplicate button on your page. Maybe try a different browser? Another suggestion would be to create a notion account and then reloading the page. I hope that helps 🙏
For reference, this is what it looks like on my side
Thank you! It is a relief I am not just not finding it haha. I will try that and let you know, I do have a notion account and it doesn’t change when I include it onto the browser.
Update: I got it. I couldn’t do it on my iPad had to be done on PC
ooh interesting! I am glad you managed to figure it out!
hmm, do people look at this channel often?
Does anyone know a good 2 way Integration software for notion and Google sheets
Preferably something that's free and easy to setup
The official template is waiting for approval
once it got the confirmation, I'll put the link below
Well well well
The template got rejected
They said the template doesn't meet the qualities but I believe Notion users here can create the page themselves from this picture:
#1140962758934929488 message
Sorry that I couldn't make it out as expected
so I have an idea, im a making a template related to study quest but with some mini lessions( and no i dont have the courses ,I am thinking about it in the future) So in the template, i changed the front page into a course( Do you think its a good idea?)
Can you send a preview pic of it?
I think so
hey guys! SO i was working on my notion and i have these 3 databases (db) as illustrated, but i wanted to make sessions db such that when I am making an entry, once I pick a course then when I am going to select the topics I covered, I will simply be shown all the topics in that course, not all topics that exists across all courses. I managed to get all the topics related to the courses to showup using rollup, but it does not help because it only shows them all, not allow me to select one from them (something like a multi-select). Is what I am describing even possible? if so, how?
How it works is that, i would create a course emtry, and each one will give me the ability to view and add topics that is for this specific course. Next, whenever I sit to study, I would make a new session where I select t the. Ourselves o was studying, as well as the topics. I studies on that session
I think that might be possible, but I'm not in the mood of actually creating the databases and setting relations and rolling up from those. I tried to build up Thomas J Frank's task database myself. (I did it, but I was insulting myself and Notion
)
😂 😂 😂
I think i managed to find a work-around
For any future people in a similar situation, what i did was instead make a button in the topics db that, when clicked, edits the appropriate property in said page (sessions db). I did it like this so that:
When I make a page in sessions db, a view of the topics db can show up inside. this view will be filtered to show only relevant topics (topics associated to current course i studied in this session). Now since i have that button property in the topics db, I can just click the button to add the topic i studied, kinda like a multi-select thing XD
the only hard part about this system/way was settingup the button
Great job you've done here
But I'm telling you, trying to make something really huge with formulas may even make you question the reason of your being
guys what notion pages do you have. i currently have one for school, a notebook, personal, and personal notes. i was wondering if i should add anymore
tyyy :)
i try to avoid formulas as much as i can 😭 those things r not for the weak
Don't sweat it like me
Just have the ones that you really need
which ones do you have, just wondering.
this is what i have right now
These are the most important ones I use
I sweated it. You don't
Bro, you seriously thrive in this, don't you? Need some insights on the journaling one, for real.
Thanks❤️
But y'know, the down side of this is that if notion is down, I am down
Notion down when 
Hypothetically considering

dang these look sick🔥🔥. but on the left sidebar is it just one page or do you separate them. is it all in the main dashboard?
Thanks❤️
If you mean the main dashboard, I separated all of my templates and put them there and set the notion to open the main dashboard when I launch the app
anyone else needs to update their notion every yr because ur needs changed? 🥲
no . . . what do you need to change?
New Year, New Notion~
Ohh nice one you've got there
Unfortunately I can't have those kinds of widgets on my templates because of the internet issues that it makes
And I don't know how people go on without damn organized databases that are connected to every other systems for their tasks
guess it's just me
Looks good did you create it?
May I know how?
yup! i refrain from using notion templates, just cuz i enjoy playing around with it.
Never had any idea one can make keyboard key style stuff on notion.
To make this: Underline & </>
Does anyone have eb?
what is eb?
GG @floral cradle, you just advanced to level 5! 🥳
@umbral iron Yes i have Eb
Cool
Do you have it or do you want to buy it?
ohh tysm
One of the best investment you can make
It's not finished... but I like it.
what is it for
Mostly for University classes keeping update with courseworks, lectures, exams. Look back at it to see what I’ve not done well, keep it organised. I kind of trail off subject, and forget important events.
Family businesses when I need to solve their problems.
Friends planning on days I got to hangout, birthdays, etc.
My important information for healthcare, or so.
what is?
Extended brain
cool
I use notion for almost everything in my life
but there's one serious drawback: if Notion is down, I'm down
GUYS i think i found the best template made by notion. its called notion starter pack it has like 8 different templates
Good 4 u 
@ashen egret
Check this out
thanks man
It sounds like the Notion template has an automation or database template that automatically generates the "Topics" entry when a new course is created. To permanently remove "Topics" from being created, try the following steps:
-
Check the Database Template Settings
-
Open the database where your courses are stored.
-
Click on New to create a new course.
-
Look for a dropdown near the title field that says something like "Course Template" or "Default Template."
-
Click Edit Template.
-
Inside the template, locate the "Topics" entry (which might be a sub-table or linked database).
-
Delete the "Topics" section from the template.
-
Click Close and test by creating a new course.
-
Check for Automations (Relations & Rollups)
If "Topics" is appearing automatically, check if there's a relation between the course database and a "Topics" database.
If so, go to the Topics database and see if there's a default entry being generated.
Delete or modify the automation if needed.
- Check Button or Formula Automations
If you're creating courses using a button in Notion (via relations or formulas), check the settings for that button.
If it auto-generates "Topics," edit the button’s configuration and remove that part.
- Duplicate and Modify the Template
If nothing works:
-
Duplicate the template.
-
Remove the "Topics" section from the new version.
-
Set the modified version as your new default template for courses.
Hover your mouse over the blue button labeled new and a small arrow will appear next to it, click on it, then choose either to modify the page format or open a new blank page.
Anytime ^^
Thank you so so so much 
No Problem 😊
GG @thick tide, you just advanced to level 4! 🥳
Hello guys
I want to ask a question.
I want to create a page in Notion with a table of the lessons I will be taking. I want to apply the spaced repetition technique to review these lessons. So I want Notion to remind me of the dates when I need to review the lessons.
For example, if I study a lesson today, I want to review it again after 3 days, then after 5 days, then after 10 days, and finally after 20 days.
That means there will be another table that automatically calculates the review dates based on the date I studied the lesson. Then, these dates should be turned into tasks in Notion’s calendar, where they can also be marked as completed.
Is this possible? And if yes, can someone explain to me how to do it? Thank you in advance!
Notion user to Notion user:
Pleeeeease never fall in the "what if Notion or the whole internet get down some day and lose everything???" overthink
https://www.notion.com/templates/class-flow
Hello Everyone 👋 This is the template I've been working on to track my assignments, tests, exams. And it's made by me cuz I always ended up doing the tasks before the due date. I think it'll help you all. Feel free to tell what works 💪 and doesn't or what should be improved. Love to hear your thoughts 🥰
💜 Class Flow — Your All-in-One Study Companion
Class Flow is a minimal, aesthetic, and fully automated student workspace designed to help you stay organized, focused, and stress-free. Track your assignments, tests, study plans, progress, reminders, and resources— all in one flow | Discover new ways to use Notion across work and life.
after not being able to stick to notion in 2025, this is what i'm trying in 2026. Also using a physical planner alongside.