user
06/23/2022, 4:14 PMuser
06/23/2022, 4:14 PMuser
06/23/2022, 4:15 PMjohndendron29
06/23/2022, 5:20 PMjohndendron29
06/23/2022, 5:21 PMuFzK3VbZ8aAVmt2h
06/23/2022, 11:34 PMdaily.journal
, what if I want to create another journal eg.: daily.til
, what should I do?jyeung
06/24/2022, 7:08 AMpdina
06/24/2022, 12:45 PMhikchoi
06/24/2022, 12:50 PMpdina
06/24/2022, 12:52 PMplazman30
06/24/2022, 1:14 PMSeriousBug
06/24/2022, 1:15 PMplazman30
06/24/2022, 1:33 PMJoshi
06/24/2022, 1:35 PMJoshi
06/24/2022, 1:37 PMplazman30
06/24/2022, 1:43 PMJoshi
06/24/2022, 1:52 PMScriptAutomate
06/24/2022, 4:07 PMyaml
myLink: https://github.com
Then calling in markdown with:
md
# Summary
Learn more at [the website]({{fm.myLink}})
Right now it looks like I can only do:
md
# Summary
Learn more at the website: {{fm.myLink}}
hikchoi
06/24/2022, 4:41 PMfm.myLink
isn't actually being resolved to https://github.com
. only rendered as https://github.com
. So the preview will still see the markdown link as the raw string (which the preview doesn't understand)ScriptAutomate
06/24/2022, 4:48 PMScriptAutomate
06/24/2022, 4:49 PMScriptAutomate
06/24/2022, 4:49 PM[the website](https://github.com)
hikchoi
06/24/2022, 4:50 PMhikchoi
06/24/2022, 4:51 PMScriptAutomate
06/24/2022, 4:51 PMhikchoi
06/24/2022, 4:51 PMScriptAutomate
06/24/2022, 4:53 PMyaml
myLink: '[the website](https://github.com)'
otherLink: >-
[the website](https://github.com)
ScriptAutomate
06/24/2022, 6:11 PMaleksey
06/24/2022, 6:48 PMuser
06/24/2022, 8:47 PM