I know I'm kind of late to the party on this one, but I have found that Obsidian Notes to be a fantastic way to keep myself organized. I have always struggled with keeping my notes organized because it was difficult to recall them when needed.

With Obsidian I've been able to create templates that generate the majority of what I need when it comes to keeping meeting notes, project ideas, blog posts (like this one, I'm writing it in Obsidian and will post using Obsidian directly to my blog).

My daily template looks like this:

---
date: <%tp.date.now("YYYY-MM-DD")%>T<%tp.date.now("HH:mm")%>
tags:
  - Daily
cssclasses:
  - daily
  <% "- " + tp.date.now("dddd", 0, tp.file.title, "YYYYMMDD").toLowerCase() %>
---
# DAILY NOTE
## <% tp.date.now("dddd, MMMM Do, YYYY", 0, tp.file.title, "YYYYMMDD") %>
***
### Journal
#### TIME
Customize this template to your liking!
...
***
### Today's Tasks
- [ ] 

### Ongoing Tasks
- [ ] Work
- [ ] Cook dinner

I have used it for a few days and having it as a starting point to track my day has been great.

I am currently working on setting up an Apple Shortcut to generate my daily note adding items from various apps that I use to make it easier for me to see what I have for the day that I need to focus on.

I will post more about Obsidian as I find more things useful about it.