generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 71
Closed as not planned
Labels
feature requestNew feature or requestNew feature or request
Description
Is your Feature Request Related to a Problem?
Validating an input field based on pre-defined context or on comparison (dates).
Describe the Feature you'd Like
How do I validate e.g. two input fields in comparison? Example:
Project Start Date: INPUT[date:project-start]
Project End Date: INPUT[date:project-end]
In 99.9% of the cases, the end-date has to be after the start-date - is there a function to validate input fields by comparison (or other elements such as min./max. value, etc.)?
Additional Context
This can be used in many aspects, such as dates, values, etc.
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or request