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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
What's new
Native date picker for date properties: in the new task dialog, fields whose Obsidian property type is Date or Date & time are now filled in with the native calendar / date-time picker instead of a free text box, and the value is written exactly the way Obsidian serializes these properties (YYYY-MM-DD and YYYY-MM-DDTHH:mm:ss). Fields with no property type assigned also get the picker when every existing value in the vault already looks like a date; fields typed as anything else keep the text input with suggestions from existing values.