Having Suggester Include a Placeholder/Prompt

Things I have tried

I’ve tried including extra arguments in my custom array suggester such as:
<% tp.system.suggester([“Happy”, “Sad”, “Confused”], [“Happy”, “Sad”, “Confused”],"Mood Today) %> with various permutations of commas, but no luck.

What I’m trying to do

I’m trying to have the Suggester Function within Templater make use of a placeholder/prompt so that when I pick from a list, I’m clued into the topic.

Specifically, I’d like to see a prompt that says “Mood Today” before making use of the following (from the documentation):

Mood today: <% tp.system.suggester([“Happy”, “Sad”, “Confused”], [“Happy”, “Sad”, “Confused”]) %>

Thanks !

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.