journal app post

This commit is contained in:
2023-11-12 18:31:46 -05:00
parent 451f3ce387
commit 3cc15a0ffd
2 changed files with 26 additions and 0 deletions
+7
View File
@@ -166,6 +166,13 @@ declare module 'astro:content' {
collection: "blog",
data: InferEntrySchema<"blog">
} & { render(): Render[".md"] },
"journal-app-impressions.md": {
id: "journal-app-impressions.md",
slug: "journal-app-impressions",
body: string,
collection: "blog",
data: InferEntrySchema<"blog">
} & { render(): Render[".md"] },
"my-favorite-little-apps-part-2.md": {
id: "my-favorite-little-apps-part-2.md",
slug: "my-favorite-little-apps-part-2",
@@ -0,0 +1,19 @@
---
title: "Apple's Journal App: First Impressions"
pubDate: '11/12/23'
tags: ['Tech', 'Apps', 'Mental Health']
---
With the upcoming iOS 17.2 update, well finally get our hands on the new Journal app Apple announced at WWDC earlier this year. I decided to be brave and install the public beta so I could take a look and get some first impressions. As someone with mental health struggles, I appreciate the recent efforts Apple has put into making these kinds of features available, so I was really excited to take a look at this latest addition.
First off, I like the simplicity of the interface. It doesnt have much going on, and I think thats a point in its favor. You can open the app and get journalling right away. It even offers you journalling prompt which is excellent for those like me who are not always sure what to write about. [^1]
It doesnt have the bells and whistles an app like Day One has, but when it comes to writing a journal entry youre given the option to add photos, location, and even an audio recording. Its pretty barebones, but I think thats ok. The one thing I would like is the ability to tie into the mood tracking on Apple Watch and either be able to set your current mood from the app, or tie mood tracking into the Journaling Suggestions feature.
Speaking of, I actually dont have much to say about the Journaling Suggestions feature. At the moment it can only suggest journaling based on your workouts, music and podcasts, messages and calls you make, your photos, and significant locations. Thats not at all how I like to journal, so I actually have those turned off. Apparently theres an API that 3rd party apps can use, but we wont see what that will bring until iOS 17.2 officially comes out later this year.
Some other things I like are the ability to lock your journal with its own password, which I think is an absolute must for this kind of app, and the ability to set a journal schedule, which is nice for helping to build or rebuild a regular journaling habit.
The one thing I do not like, and this could be the dealbreaker for me, is that, at the moment, Journal is iPhone only. No iPad, no Mac, just iPhone. This severely limits its usability for me, I generally do not like writing anything more than a sentence or 2 on an iPhone. It really needs to be available on all Apples platforms and Im puzzled that it isnt. Even just making it available on iPad would be acceptable, but as it stands now I dont think I can make use of it.
[^1]: Shameless plug: I built [a webpage to solve this very problem](https://www.journal-prompt.com).