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
187 stars 15 forks source link

[Feature request] Allow the result to use the template #223

Open danielo515 opened 6 months ago

danielo515 commented 6 months ago

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

It will be nice if the result can render its contained values using the template if the form has one

Describe the solution you'd like Being able to do something like

result.renderTemplate()

If the form does not have a template, issue a warning ans output nothing Additional context