Templater icon indicating copy to clipboard operation
Templater copied to clipboard

Multivalue Suggester

Open tsteckenborn opened this issue 1 year ago • 1 comments

I'd propose the addition of a suggester allowing multiple values to be returned.

Potential sample use case:

Within the creation of e.g. a meeting minutes template, one could select a corresponding project (through current suggester) and based on the input one could search for people (or notes in a specific folder) containing that project as a tag.

The found values could be proposed as suggestions with potential links as values to be added to an "participants" element easing the creation of such templates.

Potential sample use case 2:

It could also work the other way round. In case of a "People" template one could propose an array of projects these people are related to based on available notes in other folders.

If I'm not mistaken something like this could already be achieved with metadata edit after the creation of the note.

tsteckenborn avatar Jun 21 '23 16:06 tsteckenborn

For now, until this project picks up speed again, here's how I manage this https://zachyoung.dev/snippets/templater-multi-select-suggester

Zachatoo avatar Jun 24 '23 05:06 Zachatoo