When I use the date or datetime property types on a node, a corresponding journal entry is generated for the given date. Is this by design?
In some cases, this is quite convenient. However, if those property types are used to track dates of birth, death, or other significant events, then the journal gets flooded with a lot of empty entries from times before I was born.
I am curious if this is the intended behavior, and if so, what is the proper usage? Would it be better to track miscellaneous dates as numbers (e.g. 20251202)?
Thanks!