generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 74
Closed
Labels
feature requestNew feature or requestNew feature or request
Description
Please fill out these Check-boxes
- I checked for existing similar feature requests
- I have read the docs and checked that the feature I am requesting is not already implemented
- My feature request consists of only one feature
Is your Feature Request related to a Problem or Annoyance?
Hi, and thanks for the amazing plugin!
Currently Meta Bind provides:
date— date onlydateTime— date + time
However, there is no standalone time input type for cases where users only need to store or edit time (HH:MM) without any date.
Why this is needed
Many workflows require only a time field, such as:
- Daily schedules
- Habit tracking
- Timers / reminders
- Logging start/end times
- Metadata where the date is irrelevant or already managed elsewhere
Using dateTime for these cases introduces unnecessary data (the date part), and using a plain text field loses the convenience of a proper time picker and validation.
Describe the Feature you'd like
Add a new input type:
INPUT[time:fieldName]
This should:
- Provide a native time picker (or formatted input)
- Store only a time value (e.g.,
"14:30") - Validate HH:MM format automatically
- Work similarly to
dateanddateTime, but without any date component
Alternatives
No response
Additional Context
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or request