nhaouari / obsidian-textgenerator-plugin

Text Generator is a versatile plugin for Obsidian that allows you to generate text content using various AI providers, including OpenAI, Anthropic, Google and local models.
https://text-gen.com/
MIT License
1.45k stars 127 forks source link

cannot run join function #325

Open JJanowiak opened 1 week ago

JJanowiak commented 1 week ago

When building a template, cannot run the join function on the Template Playground.

{{join ["apple","banana","orange"] "| "}}

returns:

ERR: Cannot read properties of undefined (reading 'join')

Other helper functions work (e.g. {{escp "hello \n world"}} returns hello world)

Using version 0.7.41 on Windows 11