Anyone Successfully configured Templater on MacOS?

I am struggling to configure Templater on MacOS and I wonder if someone has similar issues.

I am making trade journals that will be derived from a journal template. Any time I call up the template, I get ‘parsing’ error. Whole I have ensure all folders are well set up on the Vault and on the Templater setup/options, all suggestions that have been brought to my knowledge have failed.

Any suggestions or links to help will be greatly appreciated. I am coming from Excel, too tideous, taking more time than analyzing and trading itself.

I’m an intermediate Templater user and use it almost daily on Windows and MacOS without issue.

A parsing error generally means there’s something wrong with the code/syntax of the template.

Can you paste the full contents of the template here in a code block, like this,

```
# <% tp.file.title %>


## <% tp.file.cursor() %>

```

and hopefully someone can see what’s going on.

1 Like