d1onys1us
09/06/2022, 2:09 PMd1onys1us
09/07/2022, 1:36 AMkevins8
09/07/2022, 2:03 AMkevins8
09/07/2022, 2:04 AMnsmmrs
09/07/2022, 3:59 AMnsmmrs
09/07/2022, 4:00 AMnsmmrs
09/07/2022, 4:02 AMhikchoi
09/07/2022, 4:02 AMnsmmrs
09/07/2022, 4:03 AMnsmmrs
09/07/2022, 4:05 AMhikchoi
09/07/2022, 4:08 AMd1onys1us
09/07/2022, 3:22 PMd1onys1us
09/07/2022, 3:24 PMkevins8
09/07/2022, 4:42 PMhikchoi
09/07/2022, 10:26 PMhikchoi
09/08/2022, 2:54 AMassetsPrefix
to regular markdown links. I'll report back on the issue with asset wikilinks showing up as private.Streetlamp
09/08/2022, 8:39 AMStreetlamp
09/08/2022, 8:42 AMvulfypeck
09/08/2022, 1:44 PMStreetlamp
09/08/2022, 4:56 PMAutomatically creating file links
The easiest way to link to a file is using the Copy Note Link command, which will automatically create a link for you.
Similar to notes, Copy Note Link command will create a Block Anchors for you if you have a region of text selected.
Manually creating file links
To manually create file links, you need to write the relative path to the file in a Wiki Link
The path should be relative to where your dendron.yml file is located.
For example, if the root of your workspace contains dendron.yml and a folder called src in your project, you can write [[src/index.js]].
Alternatively, if you are linking to a file inside the assets folder of a vault, you can type [[assets/example.py]] to link to it.
Streetlamp
09/08/2022, 4:57 PMKiloJon
09/08/2022, 6:10 PMurandom
09/09/2022, 4:01 AMteam: [[$work.team.$team]]
role: '$role'
manager: @name
The three behaviors:
1. Go To
works on the link to the note
2. Those links aren’t picked up as backlinks
3. The note preview hangs due to the @name
Is this an invalid use case for frontmatter? I can see why it doesn’t pickup backlinks since it’s not in the actual text of a note (though #3 is a little surprising).
Not sure why, but I just feel like putting that in frontmatter rather than in a section under a subheading. But of course if it’s not an appropriate use of frontmatter, I’ll compromise.hikchoi
09/09/2022, 4:57 AM@
cannot come at the front of a plain value in yaml (frontmatter), that is why @name
is causing the note preview to not work.hikchoi
09/09/2022, 5:00 AMhikchoi
09/09/2022, 5:03 AMmanager: [[user.name]]
. Unfortunately as of right now there's no way around with the rules with yaml specification that the reserved character @
cannot come first in plain values, so this is the closest thing you can do.urandom
09/09/2022, 2:24 PMurandom
09/09/2022, 2:27 PMTanamr
09/09/2022, 2:49 PMtemplates.meet
? I already have a meeting note template at dendron.templates.meet
kevins8
09/09/2022, 2:55 PM