articles
- habits
- daily log
- tasks
- journaling
- Specify a template folder (I use “Bins/Templates”)
- Trigger Templater on new file creation. You want this on so that Templater works with Daily Notes and Periodic Notes.
- overdue
- due today
- coming soon (next 3 days)
- completed today
- Templater
- Templater
- Templater
- Format - sets the format for the date
- Offset - I keep this at 0 because I want the current date. 1 would give me tomorrow, -1 would give me yesterday.
- Reference - the date to use. If not provided, the function uses today’s date when a note is created from it. I supply the file title here so that no matter when I make my daily note, the title in the note matches the file title. For example, I might create tomorrow’s daily note ahead of time to start taking notes for tomorrow, so I want the file title to be the date used, NOT today’s date during note creation.
- Reference format - the date format for #3
- Templater
- Use
tp.file.title
to get the date, offset -1 for yesterday - Use
tp.file.title
to get the date, offset +1 for tomorrow - Use
tp.file.title
to get the date, format to my weekly note title format - Use
tp.file.title
to get the date, format to my monthly note title format - QuickAdd
- Buttons
- I use Obsidian mobile, and often view notes in reading mode from my phone. Having the button allows me to quickly capture a log even from reading mode
- I like having a timestamp for my log entries. It forces a chronological log I can look back on.
- Templater
- Tasks
- it looks to see, “Does this task have a tag with an area section?”
- if it does, it cuts off the project from the end, and returns the area like:
#{prefix}/{area}
- if it does not, it returns empty
- Personal
- Work
- Uncategorized
- N/A
- Dataview
- Templater
- were created on or after today at 12AM
- were created on or before tomorrow at 12AM
- except for this daily note
- were modified on or after today at 12AM
- were modified on or before tomorrow at 12AM
- except for this daily note
- Less sleep, especially early on
- I will develop a larger capacity for love
- If I do it right, I will slow down and see the world through a child’s eyes once again
- Life will become less flexible in some ways - not able to disc golf as much, trickier to go into the office for work, etc.
- My wife and I will need to unite around a common goal in a way that we really haven’t had to before
- Less time to myself
- More laughter
- Really more of all emotions. I think life will become more vivid and intense, as long as I lean in
- More walks (I am really excited to use the fancy stroller we got π)
- Less of an aversion to grossness. Getting accustomed to changing dirty diapers and getting poo/pee on myself
- More wonder and awe
- More prioritizing family. It is easy to dive into work and get consumed with projects I am working on, but I think it will become easier/more important to be giving myself to my family
- Less self-centeredness
- Less screen time (This will not magically change on its own, but I will be focusing on this. I do NOT want to be the dad that has his face in his phone while his daughter is wanting to be seen by him.)
- My WHY will be strengthened. I will have more purpose and conviction behind my actions.
- The burden of responsibility on my shoulders will be increased
- He loved me
- We had so much fun together
- He was goofy and embarrassed me in school
- He was my example for following Jesus
- He showed me how a good man should treat me
- He could beat up all the other dads π
- He was there when I needed a shoulder to cry on
- He got out of his comfort zone to try things I wanted to do
- He didn’t raise his voice at me unless he had to keep me safe
- He loved mom
- He encouraged my interests
- He taught me right from wrong
Now 2024-02-17
My 7mo daughter is starting to push herself around the house backward. I’m having fun chasing her around as she unknowingly slides herself under chairs.
I am gearing up to launch the NASA Cause Analysis Tool in late March. The product is looking really good! I’ll be able to share more about it when it shows up on our public-facing Mishap Investigation page.
I’ve been re-organizing and adding to this site as I learn more about all the options I have with Micro.blog. I’ve also been trying to write more. I’m still working on finding a good balance with that.
There’s a big wave of babies about to be born among my friends, so I’m looking forward to helping out and getting to meet all of my daughter’s new buddies!
I’ve been trying out the recommended_routine - bodyweightfitness (reddit.com) for exercise. I got my equipment installed, now I just need to use it consistently. I am really liking the emphasis on stretching and flexibility. I feel great after these workouts.
My Obsidian Daily Note Template
I use my Obsidian daily note as my main digital jumping-off point for things like:
I’ve gathered ideas for setting this up from all over the internet over many months, and unfortunately, I don’t recall all the resources I used. Dann Berg’s post inspired my “Today’s Notes” section, and I first learned a lot about Obsidian from Nick Milo’s YouTube channel.
Below I outline what my template looks like, and how I set it up.
Table of Contents
Overview
My template allows me to have the same daily note created for me each day. Here’s what it looks like:

I’ll talk more about each individual section later in this post, but overall this daily note has helped me to become more organized and focused. Its primary purpose is managing tasks and rapidly logging notes throughout the day. Having one place to collect both tasks and quick notes has been helpful for me. A nice perk of doing it in Obsidian is that those quick notes can easily evolve into standalone markdown files if they need to, but the key is having a really low friction place to capture a thought or task.
Having my daily note link to other “periodic” notes (daily, weekly, monthly) feels very Obsidian-ish, but truth be told I don’t use the links too often. They are nice when I need them though, like quickly needing to get to something I logged yesterday.
I used to use the 5 Minute Journal section more than I do now, but this has been replaced by analog journaling. I sort of miss having this stored digitally, and I’m sure I could hack together some awesome digital journal dashboard with Dataview, but that’s not really the point, is it? Journaling analog helps me to slow down and really reflect, which seems to make my individual sessions more meaningful. And that’s what I’m really looking for. All that being said, I do still like using the 5-Minute Journal occasionally when I’m feeling scattered and need a quick dose of mindfulness while at my computer.
The Today’s Notes section is another one I don’t use too often, but it’s fun to have. I’m not using it to navigate between notes I’m currently working on that day, because Obsidian has great navigation features I’m using instead (e.g., tabs, search). But I do like having it whenever I take a look at past daily notes. It’s fun to see a snapshot of what I worked on any given day, and the combination of the daily log, completed tasks, and Today’s Notes paints a nice picture of what I was doing and thinking.
Plugins
Daily Notes and Periodic Notes
These plugins both can create a daily note from a specified template file. Periodic Notes allows the creation of some additional types of notes, like weekly, monthly, quarterly, and yearly.
I prefer to keep my daily notes in their own folder, and each daily note’s title is formatted as YYYY-MM-DD
.
I keep my template file in “Bins/Templates/Daily Note”.
Here’s my config for Daily Notes:

Here’s my config for Periodic Notes (you’ll see I also use weekly and monthly notes, which I link to from my daily note):

Templater
With Templater, if I create a file from a template, either manually or through Daily Notes or Periodic Notes, I can run some code from my template when the template is instantiated. This allows me to get things like the current date, daily quote, date ranges for tasks, and file title at the time when I use the template.
You can even use Templater to run your own JavaScript during note creation, but I am not using that in the current iteration of my daily notes template.
Here is my current config for Templater:

The two important parts are:
I use Templater all over my daily note template, and anything between <% ... %>
is Templater syntax.
Dataview
Dataview is a powerful way to query data across all of your notes in your Obsidian vault. For my daily note, I use it to display any notes I created or modified that day.
I don’t believe I did anything unique with the config for Dataview, much of the setup is for viewing preference.
Tasks
Obsidian is the main place I track tasks digitally, and I use the Tasks plugin to do that. My full setup with Tasks warrants a separate post, but for my daily note I use it to capture tasks in my Daily Log and to display tasks that are:
I haven’t changed much from the default Tasks config. I just have it configured to add a “done date” each time I complete a task.

QuickAdd
QuickAdd allows running macros from anywhere in Obsidian. I have a macro setup that can be run from anywhere and allows me to quickly write up text that gets appended at the top of my Daily Log with the current timestamp.
To configure this I created a macro called “Capture to daily note” in QuickAdd:

In the settings for that macro, I tell it where to add the text, and how to create the Daily Note if it has not already been created:


To summarize, QuickAdd looks for today’s daily note, and then inserts my supplied text after the header I supplied, which is ## Daily Log
, and gives it some special formatting that I specify near the bottom of the settings. More on this in the Daily Log Section.
Buttons
Buttons allows you to place buttons in your notes that can run macros. I use a button in my daily note templated to run the QuickAdd macro I described above. This allows me to really quickly capture a short note to my daily log, even if I am viewing my Daily Note on reading mode (which is something I end up doing often from mobile).
Calendar
I use the calendar plugin to navigate between my daily and weekly notes, and to create them.
The Template
You can get the full template from this Gist on Github. Below I’ll break down the template by section so you can take only the pieces and parts you need.
Frontmatter Habits
Template
---
week: <% tp.date.now('ww',0, tp.file.title, 'YYYY-MM-DD') %>
weight:
startEating:
endEating:
tags: daily
---
Plugins Used
Description
For my habits section, I use the YAML frontmatter of the markdown file to track any daily habits. I use Templater to get the week number and save it as a property. I also use the Frontmatter to tag all daily notes with the #daily
tag. After that, all additional front matter fields are used to track daily metrics, which could be things like weight, times, mood, etc.
To be honest, I don’t use this much anymore, but it was useful when I was doing intermittent fasting. I was eating within an 8 hour window each day, so I used this section to track when I started eating, when I stopped eating, and my weight. Then, with this data stored in each daily note, I used the Obsidian Charts plugin in my weekly and monthly notes to trend my progress over time. If you are interested in how this is setup, shoot me an email and let me know.
Example of Obsidian Charts in one of my monthly notes:

Daily Quote
Template
<% tp.web.daily_quote() %>
Output Example

Plugins Used
Description
I like having a new quote at the top of each of my daily notes. Templater has a built-in function I use that returns the quote of the day when the template is instantiated.
Title
Template
# <% tp.date.now("dddd, MMMM Do YYYY", 0, tp.file.title, "YYYY-MM-DD") %>
Output Example

Plugins Used
Description
All my daily notes have a file title in the format YYYY-MM-DD
, but I like having a more readable format that includes the weekday.
I use the tp.date.now
function to format the date from the title of the file. Here are what the 4 different parameters in the function do:
Navigation
Template
[[ <% tp.date.now("YYYY-MM-DD", -1, tp.file.title, "YYYY-MM-DD") %> | β¬
οΈ Yesterday]] | [[<% tp.date.now("YYYY-MM-DD", 1, tp.file.title, "YYYY-MM-DD") %> | β‘οΈ Tomorrow]] | [[<% tp.date.now("YYYY-[w]WW", 0, tp.file.title, "YYYY-MM-DD") %> | π Weekly]] | [[<% tp.date.now("YYYY-MM", 0, tp.file.title, "YYYY-MM-DD") %> | π
Monthly]]
Output Example

Plugins Used
Description
My navigation section consists of 4 links, each generated with Templater’s tp.date.now
function to match the title of another “periodic” note in my vault.
The 4 links are:
Yesterday
[[ <% tp.date.now("YYYY-MM-DD", -1, tp.file.title, "YYYY-MM-DD") %> | β¬
οΈ Yesterday]]
Tomorrow
[[<% tp.date.now("YYYY-MM-DD", 1, tp.file.title, "YYYY-MM-DD") %> | β‘οΈ Tomorrow]]
Weekly
[[<% tp.date.now("YYYY-[w]WW", 0, tp.file.title, "YYYY-MM-DD") %> | π Weekly]]
Monthly
[[<% tp.date.now("YYYY-MM", 0, tp.file.title, "YYYY-MM-DD") %> | π
Monthly]]
Daily Log
Template
```button
name Add to Log
type command
action QuickAdd: Capture to daily note
color default
```
^button-rjgc
## Daily Log
Output Example
Empty state

Adding a log with the button

Example of added log

Plugins Used
Description
I like having a Daily Log section to rapid log tasks, ideas, notes, etc. throughout the day. I added a button to help me do this for two reasons:
I described how I configured the QuickAdd macro above in the QuickAdd Plugin section. Once the QuickAdd macro is configured, I can add the Button to my template and use the command
type to call my QuickAdd macro.
I do often add things to my daily note without using the “Add to Log” button. This section is where I create and store my tasks 97% of the time. That way, my task location is the daily note, so I can easily see the date it was created and I get the associated context of everything else stored in my daily note.
Tasks
Template
## [[Tasks Dashboard | Tasks]]
> [!overdue]+ Due before <% tp.file.title %>
> ```tasks
> due before <% tp.date.now("YYYY-MM-DD", 0, tp.file.title, "YYYY-MM-DD") %>
> not done
> hide due date
> hide recurrence rule
> group by function task.tags.map( (tag) => tag.split('/')[1] ? tag.split('/').slice(0, 2).join('/') : '')
> ```
> [!due-today]+ Due <% tp.file.title %>
> ```tasks
> due <% tp.date.now("YYYY-MM-DD", 0, tp.file.title, "YYYY-MM-DD") %>
> not done
> hide due date
> hide recurrence rule
> group by function task.tags.map( (tag) => tag.split('/')[1] ? tag.split('/').slice(0, 2).join('/') : '')
> [!coming-soon]- Due soon after <% tp.file.title %>
> ```tasks
> due after <% tp.date.now("YYYY-MM-DD", 0, tp.file.title, "YYYY-MM-DD") %>
> due before <% tp.date.now("YYYY-MM-DD", 4, tp.file.title, "YYYY-MM-DD") %>
> not done
> hide due date
> hide recurrence rule
> group by due
> group by function task.tags.map( (tag) => tag.split('/')[1] ? tag.split('/').slice(0, 2).join('/') : '')
> ```
> [!success]- Completed <% tp.file.title %>
> ```tasks
> done <% tp.date.now("YYYY-MM-DD", 0, tp.file.title, "YYYY-MM-DD") %>
> short mode
> ```
Output Example

Plugins Used
Description
Setting Up CSS Snippets for Callout Styles
Before I get into the task queries for the template, I’ll mention that I use callouts to contain my task queries because I like the color-coded separation, and I like being able to collapse/expand my task lists. I have set up custom callout styles that I’ve tailored to my task system. The default styles would work fine too, but you can set up custom styles with CSS Snippets.
I followed the docs here to get this set up.
Under “Appearance > CSS Snippets”, click the folder icon to open your snippets folder (.obsidian/snippets).
In this location, create a file called callouts.css that contains the following:
.callout[data-callout="overdue"] {
Β --callout-color: 255, 215, 0;
Β --callout-icon: alarm-clock;
}
.callout[data-callout="due-today"] {
Β --callout-color: 12, 248, 161;
Β --callout-icon: check-square;
}
.callout[data-callout="coming-soon"] {
Β --callout-color: 37, 202, 227;
Β --callout-icon: timer;
}
.callout[data-callout="next-two-weeks"] {
Β --callout-color: 42, 165, 227;
Β --callout-icon: hourglass;
}
.callout[data-callout="later"] {
Β --callout-color: 127, 128, 222;
Β --callout-icon: calendar;
}
.callout[data-callout="no-date"] {
Β --callout-color: 163, 80, 250;
Β --callout-icon: calendar-off;
}
.callout[data-callout="recurring"] {
Β --callout-color: 216, 191, 216;
Β --callout-icon: repeat;
}
.callout[data-callout="personal"] {
Β --callout-color: 240, 240, 240;
Β --callout-icon: user;
}
.callout[data-callout="work"] {
Β --callout-color: 240, 240, 240;
Β --callout-icon: briefcase;
}
Go back to “Appearance > CSS Snippets” and click the refresh icon to reload the snippets into Obsidian’s styles.
Now you can use these callout type identifiers to style your callouts. These are the custom callout types I use to contain different types of tasks. I don’t use all of these in my daily note, some show up in other places like my Tasks Dashboard.
Grouping Tasks
For my daily note, I like my task queries to show tasks in a certain date range (e.g., overdue, due today, due in the next 3 days, completed today) and then within the query, I like to group my tasks by whether they are related to work, personal, or uncategorized. I use tags to assign my tasks to projects, so I look at the tag to determine which group a task should fall into.
My tag structure for organizing tasks has three sections: #{prefix}/{area}/{project}
. An example tag would be: #p/personal/website
. I prefix all project tags with p/
so that I can quickly pull them all up in the typeahead menu when I start typing a tag. The second part of the tag is the area that the project belongs to, which is either “work” or “personal” in my setup. This is what I like to group my tasks on.
To accomplish this, at the end of my tasks query I have:
group by function task.tags.map( (tag) => tag.split('/')[1] ? tag.split('/').slice(0, 2).join('/') : '')
Here’s what this is doing for each task:
So then my tasks fall into one of 3 groups:
My “due soon” tasks query takes grouping even further, and groups tasks first by their due date and then sub-groups into the areas I defined above.
5 Minute Journal
Template
## 5 Minute Journal
### π
**3 things I am grateful for...**
1.
**What will I do to make today great?**
-
**Daily affirmations**
### π
**What were the highlights from your day?**
1.
**How could I have made today even better?**
Output Example

Plugins Used
Description
This section is my quick daily dose of mindfulness when I need it. The first section π is for the morning, and the second section π is for the evening.
Today’s Notes
Template
## Today's Notes
> [!example]- Created Today
> ```dataview
> table without id
> file.link as Note,
> file.folder as Folder,
> file.ctime as "Created"
> FROM ""
> where file.ctime >= date(<%tp.file.title%>) AND file.ctime <= date(<%moment(tp.file.title,'YYYY-MM-DD').add(1, 'd').format("YYYY-MM-DD")%>) AND file.path != this.file.path
> sort file.ctime desc
> ```
> [!example]- Modified Today
> ```dataview
> table without id
> file.link as Note,
> file.folder as Folder,
> file.mtime as "Last Modified"
> FROM ""
> where file.mtime >= date(<%tp.file.title%>) AND file.mtime <= date(<%moment(tp.file.title,'YYYY-MM-DD').add(1, 'd').format("YYYY-MM-DD")%>) AND file.path != this.file.path
> sort file.mtime desc
> ```
Output Example

Plugins Used
Description
My “Today’s Notes” section lists any notes I created or modified during the day that the current daily note represents. I like being able to trace this history where I can go back to a daily note and see what I was working on in Obsidian that day.
The logic for Created Today is show files that:
The logic for Modified Today is show files that:
Final Thoughts
I hope this helps you with setting up your own Daily Note template! I took inspiration from many places to put this together, and I hope to give back to the Obsidian community by sharing how I use my Daily Note. It is where I spend at least 80% of my time in Obsidian.
Reflections on Fatherhood
Below are some thoughts I typed up the morning before my wife was induced for our first child. I recall feeling especially reflective that morning, and I was trying to prepare myself for what was ahead (note: I was/am still unprepared, but I’ve managed to figure things out on the fly so far).
2023-07-05 Thoughts on the Day of the Induction
Soon I am going to be a dad and my wife is going to be a mom. It is strange how major change can be right in front of my face, and yet it is hard to believe that it is coming. But how will things change? How can I know what change will be like before it has made its way into my life and started to rearrange things I once cared for? Will I be sad at losing things? Certain freedoms? Or will my values and beliefs be changed?
It feels more like the latter, but I have no idea how that will play out. I think I will miss some freedoms from before having a baby, like getting sleep whenever I want, but on the whole, I think this will be a good change and I am really looking forward to it.
Here is what I think will change:
Someday when my daughter describes her dad I hope she will say:
Reflections
Now that I my daughter is over 5 months old, I’m impressed with my past self that most of his predictions were pretty close. I’d like to reflect on some of what I got right/wrong.
Will I be sad at losing things? Certain freedoms? Or will my values and beliefs be changed?
It feels more like the latter, but I have no idea how that will play out.
I have found it to be true that my values have shifted some. It was not such a big and dramatic immediate change as I had expected, but I have not felt sad about losing any freedoms from before my daughter was born.
I will develop a larger capacity for love
I’m not sure if my capacity for love is larger or not, but close moments with her do hit differently. Baby giggles or moments when it is just the two of us looking into each other’s eyes make my heart so full.
If I do it right, I will slow down and see the world through a child’s eyes once again
I am still working on this, and I want to do this more. I think I will be forced into this soon, as she will begin crawling in the next couple of months, so I’m going to need to put my baby cap on to identify all the hazards we may still have on the floors.
My wife and I will need to unite around a common goal in a way that we really haven’t had to before
Yes. Having a baby has been very uniting, but also brings about a number of disagreements over strongly held opinions on parenting. So far, we have centered around “safety” as our tiebreaker to determine which opinion we should go with when we can’t come to agreement through talking about it. It is interesting that so many of our opinions are rooted in our own childhood experiences, so in a lot of our disagreements it is more important to empathize with each other about past experiences than to rationalize about the current situation. When we empathize, we both tend to feel much better about the approach we decide on. The core to all of this is a mutual understanding that we are on the same team, and we both want the best for our daughter, even when we are coming at it from different angles.
Less time to myself
Finding time for me has become much more challenging. The only alone time I’ve found has come early in the morning, before the girls are awake. Surprisingly though, changing diapers in the middle of the night has made it easier to get up early. It has been very refreshing for me to get up around 4:30 or 5:00, make a warm cup of coffee, and then either journal, read a book, or work on a personal project. I’d like to incorporate more exercise into my “me time”, but the time feels so short and I’m having way more fun doing stuff like writing this post. I know I will feel so much better if I just suck it up and do the exercise though, and I can find ways to be fast and still have time for the other things I enjoy.
Really more of all emotions. I think life will become more vivid and intense, as long as I lean in
When I can keep myself free from attention-grabbing distractions (looking at you, phone) and I can focus my whole being on time with my family, this is true. I have found that I am still just as prone toward distraction though, and while I get distracted with flashy colors and noises (YouTube), the color in front of my eyes slowly sucks the color out of life around me. I feel grayer and duller when I am giving into distractions. It is sad that this numbing has become the norm in our society, with so many of us getting off of work and going straight to TV, phone, video games, you name it. I think my disclaimer “as long as I lean in”, holds true here. I need to constantly check in with myself to be sure that I am leaning in.
More walks (I am really excited to use the fancy stroller we got π)
This has saved me from my lack of a workout routine. What I didn’t account for, though, was how much I’d be walking around the house carrying the baby. That is a workout in itself! I don’t think I’ve gained strength in my upper body, but my endurance is way higher now that I am carrying a baby all the time.
More prioritizing family. It is easy to dive into work and get consumed with projects I am working on, but I think it will become easier/more important to be giving myself to my family
This has not come automatically. I’ve tried to do this, but I have to really work for it. Work issues can seem so urgent, and personal projects can feel so much more fun than changing diapers. I must patiently remind myself of the value of being with my family when other things are constantly pulling at me. This value is realized on a scale of years, or even decades, when my family will be able to look back and see how much I loved them, even in the little moments. This perspective is hard to have when so many other things feel like they need my attention NOW and I could see results on them right away.
The burden of responsibility on my shoulders will be increased
This sounds so serious and heavy lol. Yes this is true, but I haven’t felt weighed down at all.
Someday when my daughter describes her dad I hope she will say:
I won’t be able to reflect on the real-life outcomes of this section for another 20+ years. But all of these hopes are still true. I was emotional as I wrote it originally, and I am emotional again thinking about this. It really all boils down to: I hope she feels loved by me, and I hope she reciprocates it. It feels scary to think that one or both of these could not be true in 20+ years. But I get emotional thinking about how joyful I will be if both are true.
All in all, being a dad has been awesome. I would do it again, but not anytime too soon. Right now I am perfectly content with just having one daughter and learning how to love her well.
Adding Space
I’ve never considered my handwriting to be great, but I’ve been doing a lot more writing by hand recently so I resolved to make an effort to write more legibly.
The first thing I tried was to add more space between each character and each word, and that alone made a huge difference! Actually, it’s enough of an improvement that I’m content with my handwriting for now and won’t be trying any more improvements for a while. Keeping some level of messiness feels necessary to maintain the soul of my style.
Focusing on pushing my hand out to the right to separate each character has made my writing feel like it flows a lot better. I think before I was overly focused on cramming each word tightly together so I could maximize the space on each page. In fact, since making this change, part of me still feels guilty for taking up more space on the page with each word. Somehow it feels wasteful, and I’m surprised I could feel guilty about something so trivial. I try to remind myself that whitespace has value too. It brings separation, clarity. It lays the canvas from which each character or word is defined. Having too much ink smushed together muddles everything up. Each stroke is only as good as the accompanying whitespace that makes it a stroke at all.
As I think about whitespace in a literal sense and how it has improved my writing, it makes me wonder about whitespace in a figurative sense. Are there areas in my life where I am trying too hard to cram “stuff” together, and a little whitespace might bring separation and clarity? What does whitespace even mean, in that sense?
Now 2023-11-26
Work πΌ
Working at the NASA Safety Center, part of the Office of Safety and Mission Assurance. My big focus recently has been product strategy for a new root cause analysis software we are building from scratch. I’ve also been making our safety-related data more accessible for analysis, defining how we will leverage Microsoft Power Platform, and improving our dev team’s technical capabilities.
Family π¨βπ©βπ§
My daughter is 5 months old now. I’m taking every opportunity I get to play on the floor with her and laugh together. My wife and I are getting back into a regular date-night routine.
Faith βͺ
Attending a weekly bible study at my church with my wife and our close friends. That group had no babies when we joined 2 years ago, and by next year there will be 14 babies/kids π―
Projects π»
Working on this personal website. I’ve missed having coding as a regular part of my day, so I’m tinkering on this site to remedy that.
Journaling π
I’ve always journaled in some capacity, but I’ve really gotten back into it recently. I’m bullet journaling daily, partially to track personal to-dos, partially to log what is happening each day, but mostly to force myself to review what is happening each month and each day. The slowness of the practice helps me retain my schedule better in my brain. I’m also doing morning pages most mornings to declutter my mind at the start of each day. As part of this renewed interest in journaling, I’ve gotten back into fountain pens. Right now, I’m using a Lamy Safari with Diamine Red Dragon ink.
Reading π
See what I’m reading now at goodreads.com/jakeweido…
Health πͺ
Working on eating smaller portion sizes and wishing I worked out more π I’ve been doing random sets of pushups every now and then, but I plan to start following the Recommended Routine from Reddit’s Bodyweight Fitness Community