Formula needed to auto connect a capture to daily notes #119
Unanswered
Awisemaninmotion
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm still getting acquainted with the handlebars template language.
What formatting command would I use to get it to connect to my daily note. Specifically the one on the day it was taken.
To clarify, I know it already time stamps the date and time of capture, but I want it to connect to my daily note as well.
I've already edited the template to include a related field for where this goes, but I don't know what to type to make this happen.
Current template looks like this:
page-title: {{json page.title}}
url: {{page.url}}
date: "{{date}}"
tags:
related:
{{page.content}}
{{#if page.selectedText}}
{{quote page.selectedText}}
{{/if}}
Beta Was this translation helpful? Give feedback.
All reactions