generated from obsidianmd/obsidian-sample-plugin
-
-
Notifications
You must be signed in to change notification settings - Fork 168
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Summary
The quickAddApi.requestInputs() one-page modal uses a fixed title and only supports a limited set of field types, which prevents parity with standalone prompts (e.g., yes/no dialogs or suggesters with separate display/actual values).
Proposal
- Allow an optional modal title/header to be passed to
requestInputs. - Expand field types or config to support yes/no confirmation and mapped suggester options (
displayItems/actualItems), or allow a custom item renderer.
Impact
Scripts that want a single form-style modal currently have to split into multiple prompts or lose UX polish.
coderabbitai
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request