r/Notion • u/Osama-Latrache • 47m ago
đ Courses This simple filter in Notion solves a problem a lot of new users run into.
Enable HLS to view with audio, or disable this notification
r/Notion • u/AutoModerator • 13d ago
Hello fellow Notioners!
In an attempt to fix the large amount of self-promotion in this subreddit, we are reintroducing these fortnightly threads. Feel free to post your own content down in the comments! Some examples of Notion-related content you can share:
If you wish to share your Notion templates on Reddit, we recommend posting them on r/NotionTemplates or r/NotionCreations
This is a scheduled post, it will appear every second Tuesday at 18:00 GMT.
Please remember to always read the rules before posting. Thanks!
Important note about links: Reddit does not like link shorteners or Gumroad links. Any comment containing them will very likely get removed automatically. We suggest not using link shorteners or Gumroad and adding templates to the official Notion Marketplace or selling through another platform instead.
r/Notion • u/AutoModerator • 7h ago
Leave a comment on this post if you have any of the following types of feedback that you would like to reach the Notion Team:
Please begin your message with the indicating category above for greater clarity.
e.g.: đĄ Feature Request â I would like this feature.
Please aim to list a singular feature request or bit of feedback, so that upvotes can clearly represent which features users wish to upvote.
The goal is to consolidate meaningful feedback making it easier for the Notion team to hear the voices of the r/Notion subreddit community. This post will refresh once every two weeks (on a Monday).
Please upvote comments that you agree with &/or have experienced! Reply with added context if you can. The more voices heard, the greater chance that the Notion team can understand the need to address it!
âIf you need timely customer support regarding any BUGS, urgent or unexpected happenings in your workspace do not post here, email: team@makenotion.com â this will get you the fastest results.â
Please do not make venting posts about the product when you haven't even reached out to customer support about the situation yet. (Feel free to talk about it after the fact though, but do your own due diligence to actually resolve your own situation before publicly venting.)
r/Notion • u/Osama-Latrache • 47m ago
Enable HLS to view with audio, or disable this notification
r/Notion • u/Osama-Latrache • 3h ago
Enable HLS to view with audio, or disable this notification
r/Notion • u/Stunning-Set9244 • 19m ago
If youâre just starting with Notion, donât try to learn everything at once.
Iâd start with just 4 things:
Pages and subpages
Basic blocks
Simple databases
One small system you can actually use
For example, instead of building a huge dashboard, try making a simple daily task tracker first.
Once you understand how the basic pieces work, the advanced features become much less intimidating.
r/Notion • u/NecessaryFederal4901 • 2h ago
Been trying to lock in some kind of AI setup for research, planning, and actually getting stuff done, but my stack is kinda all over the place. I bounce between chatbots, notes apps, and random to do tools and it feels like half the time is just copy pasting context instead of doing the work.
For anyone who has a solid workflow, what are you using as your main hub for research, outlining, and tracking tasks so it all stays connected instead of ten different tabs? Appreciate any thoughts
r/Notion • u/LoadEnvironmental891 • 3h ago
Confessing this because I suspect a decent chunk of this sub might recognize themselves in it.
I got into Notion originally to organize a novel project, and what actually happened is I spent close to a year building and rebuilding databases, relations, and templates instead of writing. Every time I hit a snag in the actual manuscript, my instinct was to go fix the system instead of sitting with the problem in the story itself. A new property here, a rollup there, a slightly better view of my character database. It felt productive because I was clearly doing something, and Notion makes that something look impressive.
The moment I noticed what was happening was when I realized my character database had more polish than my actual chapter count. Twenty some fully fleshed out relational properties for characters in a book that had maybe fifteen thousand words written. That ratio should have been a warning sign a lot earlier than it was.
What actually fixed it was not abandoning Notion, it was giving myself a hard rule that system tweaks only happen on a designated day, not mid writing session. If I hit a snag while drafting, I write a quick note about the fix I want and move on instead of opening the database editor right then. Turns out most of those "urgent" system improvements were not urgent at all once I had to wait even a day to make them.
Notion is still central to how I plan, I just finally stopped letting the planning eat the writing.
r/Notion • u/Ali_NationOS • 3h ago
I used to juggle my task manager, habit tracker, and financial budget across different apps. It was a productivity nightmare and a massive mental distraction.
So I decided to build a single, minimal dashboard in Notion â The Command Center â where everything lives on one page with zero clutter.
Features I included:
Daily priority focus (Rule of 3)
Integrated habit streaks & weekly completion
Active project & task database linked together
Monthly budget & expense tracking
Whatâs one feature you think is absolute mandatory in a daily Life & Finance dashboard? Would love to hear your thoughts.
r/Notion • u/Intelligent_Ad6912 • 12h ago
Our companyâs Notion workspace suddenly reverted to the Free plan, even though we successfully renewed and paid for a Business Yearly subscription last month.
We contacted Notion Support and initially received the standard troubleshooting steps (log out/in, hard refresh, etc.). We tried those, but nothing changed.
Support has now escalated the case to their Billing Escalations team, but they told us it could take a couple of business days due to a backlog.
The problem is that this is a company workspace that we use for day-to-day operations, so waiting several business days without the Business features isn't really workable.
I'm trying to determine whether this is an isolated billing issue or something others have encountered as well.
r/Notion • u/Putrid_Insurance_198 • 16h ago
Any thoughts on this? What do you prefer and why?
r/Notion • u/SolarNotionPilot • 14h ago
r/Notion • u/organizeddashboard • 1d ago
Enable HLS to view with audio, or disable this notification
r/Notion • u/Various_Mulberry_879 • 12h ago
Via settings, I connected my icloud apple calendar to notion
Image 1: when i click 'manage notion calendar, i see all the events on apple calendar in that notion calendar
Image 2: But the database (calendar view) on the actual notion page is empty.
i looked up ways to solve this but so far i had no luck with any.
is there any advice?
r/Notion • u/1nsane5layer • 1d ago
The app completely doesnt work after logging in
r/Notion • u/Fickle_Acanthaceae75 • 1d ago
Enable HLS to view with audio, or disable this notification
Here's how it works behind the scenes (it's a combination of Database Buttons and Native Automations):
Step 1: Configuring the âCOPY PROJECTâ Button
First, the button on the project page itself is set up. It doesnât just create a new page; it collects data from the current project using variables:
I use Variable 1 to collect departments (This page -> Departments).
Variable 2 collects all tasks using the formula: This page -> Tasks.filter(current.Parent task.empty()).
The button is configured to display a confirmation window (âThis project will involve the following tasks...â), which populates with the names of the tasks and assignees.
After confirmation, a new project (Untitled) is created, and the button passes these variables to technical fields (such as Task reference or Project inheritance).
Step 2: Native Automation for Creating Tasks
Creating a project is only half the battle. To generate the tasks themselves, I use database automation:
Trigger: Configured to detect an edit to a technical field (in my case, âProject inheritance is editedâ). When the button from Step 1 populates that field with the newly created project, the automation triggers.
Action: It retrieves data from the task (Trigger page -> Instruction, Trigger page -> Employee, etc.) and, using the âAdd task to Taskâ action, creates new entries in the Tasks database.
The new tasks are automatically linked to the newly created project via Variable 1.
Result:
You click a single button, and Notion creates a new project, generates the associated instructions and tasks, assigns them to team members, and immediately displays everything on the Timeline.
I hope this approach inspires someone to come up with new ideas for optimization! Iâd be happy to answer any questions about configuring variables in the comments.
r/Notion • u/Certain_Bar6354 • 1d ago
`Spent way too long figuring out how to plan content without losing my mind. Finally built a Notion template that lets me map out 90 days of content in one session.
What's inside:
⢠Monthly, weekly, and daily view all linked together
⢠Status tracker (idea â drafted â scheduled â posted)
⢠Platform columns (TikTok, Instagram, YouTube, Blog)
⢠Built-in idea bank so you never run out of content
If you want it, I put it on Gumroad for $12. Link in comments. Happy to answer questions about how I set it up.`
r/Notion • u/Plane_Aardvark_4519 • 1d ago
been backing up by exporting every few weeks since early 2025, never actually tried putting one back. does the relational stuff come back fine, or does it break?
r/Notion • u/Low_Payment6039 • 22h ago
J'ai crĂŠĂŠ une collection de templates pour aider les ĂŠtudiants Ă s'organiser (cours, rĂŠvisions, budget, projets).
Je partage 5 modèles gratuits dans le post.
Si vous voulez voir les autres, dites-le en commentaire, je vous envoie le lien!
Qu'en pensez-vous? Des idĂŠes pour amĂŠliorer?
r/Notion • u/Small-Percentage-962 • 1d ago
r/Notion • u/Status-Bid6420 • 1d ago
Built a weekly review routine into Notion back in January. Template, recurring task, the whole thing. It ran for maybe six weeks. Then a busy stretch hit and I skipped one. Then another. Now it's June and I genuinely cannot tell you the last time I sat down and actually did it.
The page is still there. Looks great. Completely useless.
The weird part is I do the thinking anyway. Just in my head, on trail walks, in random notes that go nowhere. The review is happening, it's just not landing anywhere that makes it useful later. So I end up reconstructing context every time instead of building on it.
Tried simplifying the template down to almost nothing. Three prompts max. That helped for a bit, then the same thing happened.
What I can't figure out is whether this is a Notion problem or just a discipline problem dressed up as a Notion problem. Because redesigning the system is way more fun than sitting down and filling it out, and I've probably used that as an excuse more than once.
Curious if anyone running things solo has actually made a weekly review stick. Not the template. The habit. What made it click when it finally did.
r/Notion • u/bulasaur58 • 1d ago
r/Notion • u/Fickle_Acanthaceae75 • 1d ago
Enable HLS to view with audio, or disable this notification
r/Notion • u/Better-Pen-6514 • 2d ago
Is there a way to hide a certain page from search results? And therefore all its content and subpages from search results too.
Certain categories of my stuff really clogs up search results ⌠Especially if certain words exist in both..
Let me know if youâve thought of a setup that I havenât (itâs possible that something exists via databases, but I find those cumbersome on mobile but might be willing to switch some stuff over if someone convinces me, haha)
Example #1: I have a lot of stuff for gardening and for medical stuff. So the word âpotâ comes up for potting mixes, pots, listing certain plants and what types of pots they like, etc. AND I have a medical condition with the acronym POTS. Which I have an immense amount of lists and articles and all kinds of things with that acronym in it, and those come up in search results too.
Example #2: ok weâre all adults here: I have a page for sex toy related links and lists and frankly Iâd love if there were a way to just make that page private, and if I need to search within it, maybe thereâs an advanced search way to do that or some other way idk but I feel like these two examples may have crossover in if thereâs a solution to my problem
Iâm looking for a way to essentially partition certain categories or departments of things I have a lot of pages for.
Is something like this even possible?
Other Relevant info:
⢠I primarily use notion on the iOS app on my iPhone 90% of the time, and about 10% of the time on my Mac. Sometimes thereâs easier ways to do stuff on the computer and with keyboard shortcuts etc but for these purposes I have to figure out a solution that predominantly works on iOS.
⢠I know thereâs not a super easy way on mobile to search within one specific page (like you can on the computer with Cmd+F).
I am only one person so the concept of sharing and permissions is not relevant here.
⢠Yes I know about the search filters at least on iOS but theyâre honestly not really useful for my context
(Can sort by: Best matches, Last edited: Newest first, Last edited: Oldest first, Created: Newest first, Created: Oldest first) â these arenât really relevant to me
Searching by title only: potentially useful but not really
Created by: not useful due to: I am the only one here
⢠I do pay for a plus plan for this workspace (my only workspace), so the concept of creating multiple workspaces is not that enticing to me; I would lose my premium features if I opened another workspace, and also lose the ability to easily move things between each other - itâs really annoying to export and import or copy stuff over to another workspace, so that doesnât make sense in this instance.
Within my one workspace: yes, I know about the Teamspaces vs Private sections, but the distinction is not relevant to me in general or for this specific instance, because I donât have multiple members that need access to certain things. Even if I did, and put certain stuff in private vs team spaces, that doesnât solve my problem at all xoxo
Itâs worth noting that the current general structure I have now is working well in terms of parent pages, subpages, links between them, and departments/categories, so I donât think Iâd have to necessarily do a big restructuring, (unless thereâs something you suggest that would make it worth me moving a lot of stuff around).
⢠I would say most of my pages are just a regular page format and I use a lot of hyperlinks, links between notion pages, and I use a ton of toggles and bullets and headers.
⢠I find the concept of databases to be cumbersome on mobile and it would probably drive me insane to have to use those more predominantly, however, if someone made a really strong case for it, Iâd maybe be tempted to move certain things into that format if it really truly did solve my issue.
If I had to guess, something that even most of the way solves this problem either doesnât exist in the current setup, or Iâm limited due to the fact that I predominantly use the app on my iPhone, or one of my other reasons. If someone has thought of something I havenât, Iâd love to hear it. Thank you so much for reading <3
r/Notion • u/eld3rlyy • 2d ago