[FEATURE REQUEST] suggester / GenericSuggester to support selection of multiple records from a displayed list
Is your feature request related to a problem? Please describe. I have a quickadd script to select from a recordset retrieved from an API call to a data resource. Sometimes I see multiple records in the displayed list that are useful for me and I'd like to select more than one record at a time. Currently I have to select a record, repeat the search, select the next useful record etc.
Describe the solution you'd like
I'd like to be able to use the suggester / GenericSuggester with a parameter to indicate that I want to be able to select multiple records (perhaps with a checkbox?) and get back a list of selected records rather than a single item.
+1
GenericSuggester uses FuzzySuggestModal from the obsidian API, so I guess this request should go to the Obsidan developers directly - will open a thread on the forum.