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
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?
No response
Describe the Feature you'd like
Is it possible to somehow show/hide buttons depending on the current value one of the properties?
I am trying to make something like the workflow in Jira. So, depending on the status of the current tasks, i want the some buttons with the possible next statuses are shown.
Something like:
property status = Backlog -> the button "InProgress" is shown
property status = InProgress -> the buttons "Backlog" and "Done" are shown
and etc.
somekind of conditional show/hide for the button
Alternatives
No response
Additional Context
No response
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or request