We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Trying to create custom template and found no documentation about placeholders for templater as well as no ability to simply get a link for entry.
The text was updated successfully, but these errors were encountered:
Hi @pztrn , you are right I did not create yet the doc for templater. You can look at two things, the first is: https://github.com/slurdge/goeland/blob/master/cmd/asset/email.default.html
Which will give you most of the template args. Most important is {{.EntryContent}} which will output the entry.
{{.EntryContent}}
Second you can look at https://github.com/slurdge/goeland/blob/master/cmd/run.go#L125 where you can see how the args are used. I'll try to fix up some doc.
Sorry, something went wrong.
Related issues, #4 and #15
fixed
No branches or pull requests
Trying to create custom template and found no documentation about placeholders for templater as well as no ability to simply get a link for entry.
The text was updated successfully, but these errors were encountered: