danielo515 / obsidian-modal-form

Define forms for filling data that you will be able to open from anywhere you can run JS
https://danielorodriguez.com/obsidian-modal-form/
MIT License
175 stars 13 forks source link

[Feature request] allow to create commands for forms that meet the criteria #264

Open danielo515 opened 1 month ago

danielo515 commented 1 month ago

Is your feature request related to a problem? Please describe.

It will be nice to have some of your most common forms as a command. Right now you can do this using a template template, but having a easier and more direct way will be nicer. Right now this only applies to forms that have a template, because is the only standalone action for a form.

Describe the solution you'd like A button next to the form name in the form manager to create a command. If the command already exist, add an option tobremove it. Maybe will be better to have a list of commands with different permutations of the form? (Hidden fields, different defaults ...)

Additional context