chhoumann / quickadd

QuickAdd for Obsidian
https://quickadd.obsidian.guide
MIT License
1.48k stars 135 forks source link

[FEATURE REQUEST] list properties? #621

Open JuliaWasala opened 8 months ago

JuliaWasala commented 8 months ago

Is your feature request related to a problem? Please describe. I want to be able to set list properties using Quick Add from template, but I can't find any documentation on how to do it. If I use the obsidian properties fields, e.g.: project: {{VALUE:project}} Where the project property is of type list. And I enter project1,project2,awesomeproject, this is added as a single list item. I also tried - project1\n- project2 etc.

I also tried to do this using templater / with YAML frontmatter, but for some reason obsidian is not converting those to property fields.

I googled for a while for both list and array but I couldn't find anything, feels like I'm missing something here because I can't possibly be the only person who wants to prompt for list properties right?

Also "---" frustratingly keeps converting into a heading.

Describe the solution you'd like I would like to know how I can use Quick Add's template prompting for properties functionality for

oetterer commented 8 months ago

+1 (please)