You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Obsidian tracker will recognize the iso date, but not the time. In experimenting with this, it will recognize dates (YYYY-MM-DD) as well as time (HH:MM), but not the full line of iso-8601.
I use dataview inline fields to mark what time I woke up. Because of dataview's setting (and preview setting), I write in the time in ISO so it can say, for example, that I woke up at 6:32 AM: [Woke:: 2024-08-05T06:32] outputs Woke | 6:32 AM
Dataview preview only supports this format, and anything written as HH:MM will display Woke | 06:32. In addition (as far as I am aware), other plugins do not understand time if written as [dvInline:: HH:MM].
The text was updated successfully, but these errors were encountered:
Expected Behavior
Current Behavior
Possible Solution
Steps to Reproduce (for bugs)
inline codes:
simple code:
error: No valid Y value found in notes
Context
I use dataview inline fields to mark what time I woke up. Because of dataview's setting (and preview setting), I write in the time in ISO so it can say, for example, that I woke up at 6:32 AM: [Woke:: 2024-08-05T06:32] outputs Woke | 6:32 AM
Dataview preview only supports this format, and anything written as HH:MM will display Woke | 06:32. In addition (as far as I am aware), other plugins do not understand time if written as [dvInline:: HH:MM].
The text was updated successfully, but these errors were encountered: