Is your feature request related to a problem? Please describe.
Creating custom macro just lacks another type of setting: "Text area".
https://quickadd.obsidian.guide/docs/Advanced/scriptsWithSettings
Describe the solution you'd like
Add type=textarea in the allowed settings
Additional Background
I'm trying to add a custom macro where I want a yaml configuration. Yaml spans multiline.
Having type set to format would technically work but it seems overpowered.
Btw, i just want to say that I appreciate the opensource plugins! 🥳
Is your feature request related to a problem? Please describe.
Creating custom macro just lacks another type of setting: "Text area".
https://quickadd.obsidian.guide/docs/Advanced/scriptsWithSettings
Describe the solution you'd like
Add
type=textareain the allowed settingsAdditional Background
I'm trying to add a custom macro where I want a yaml configuration. Yaml spans multiline.
Having type set to format would technically work but it seems overpowered.
Btw, i just want to say that I appreciate the opensource plugins! 🥳