ideas icon indicating copy to clipboard operation
ideas copied to clipboard

User tag improvement regarding extracting singular data points

Open MajorGeneralCommand opened this issue 9 months ago • 1 comments

Currently, the {{ user:profile }}, or {{ user }} tag to extract the current users info is set up like this:

{{ user }}
  The current user's name is {{ name }}.
{{ /user }}

Found here

I found no shorthand for this to extract one field without fully commiting to a loop, like {{ user:name }}. Is this intentionally lacking, or a possible feature?

MajorGeneralCommand avatar Apr 04 '25 13:04 MajorGeneralCommand