Kiran
03/31/2021, 6:47 PMKiran
03/31/2021, 6:48 PMfoureyedsoul
03/31/2021, 7:45 PMauthor.{name} pages since I'm working on a dissertation.
For whatever it's worth, Dendron's backlinks panel doesn't currently seem to recognize wikilinks in the YAML header, but it does when the same link is in the body of a note.
To be more clear, I tried author: [[author.hooks-bell]] in the YAML header and it didn't show up in the backlinks panel even after reloading the window. But in the body of the same note, [[author.hooks-bell]] did show up in the backlinks panel.
Is that the current expected behavior? If so, are you saying that might change in the future?Kiran
03/31/2021, 9:10 PMmanunamz
03/31/2021, 10:10 PMfoureyedsoul
03/31/2021, 11:04 PMbvautier
04/01/2021, 12:30 AMuser
04/01/2021, 12:38 AMfoureyedsoul
04/01/2021, 1:08 AMdisney.movie.moana? I think CMD+SHIFT+S is the default for that. CMD+SHIFT+L specifically looks up schemas (or lets you make new ones). Does the bar say Lookup (schema) or Lookup (note)?user
04/01/2021, 1:18 AMredsolver
04/01/2021, 10:09 AMpro.example.docs, pro.example.docs.page1 and pro.example.docs.page2 and I want a static page with pro.example.docs as rootimalightbulb
04/01/2021, 10:11 AMimalightbulb
04/01/2021, 10:12 AMpro hierarchy, you should do
yml
site:
siteHierarchies: [pro]
siteRootDir: docsredsolver
04/01/2021, 10:13 AMpro.myproject and pro.exampleimalightbulb
04/01/2021, 10:13 AMpro.examples.docs as rootredsolver
04/01/2021, 10:13 AMredsolver
04/01/2021, 10:13 AMimalightbulb
04/01/2021, 10:13 AMredsolver
04/01/2021, 10:14 AMimalightbulb
04/01/2021, 10:14 AMredsolver
04/01/2021, 10:14 AMredsolver
04/01/2021, 10:15 AMimalightbulb
04/01/2021, 10:16 AMkevins8
04/01/2021, 2:43 PMkevins8
04/01/2021, 3:33 PMredsolver
04/01/2021, 3:35 PMWORKSPACE_ROOT/build folder?kevins8
04/01/2021, 3:35 PMkevins8
04/01/2021, 3:35 PMredsolver
04/01/2021, 3:39 PMyaml
version: 1
vaults:
- fsPath: vault
- fsPath: example.com
- fsPath: docs.hello.world
useFMTitle: true
noLegacyNoteRef: true
sites:
- siteUrl: "https://example.com"
copyAssets: true
siteHierarchies:
- root
siteRootDir: docs
usePrettyRefs: true
title: example.com Docs
vault: example.com
buildOutputDirectory: build/example.com
- siteUrl: "https://docs.hello.world"
copyAssets: true
siteHierarchies:
- root
siteRootDir: docs
usePrettyRefs: true
title: docs.hello.world Docs
vault: docs.hello.world
buildOutputDirectory: build/docs.hello.world
initializeRemoteVaults: truekevins8
04/01/2021, 3:42 PMcopy note url, its easy for us to generate the url based on the siteUrl. if you have multiple sites, this might require a dropdown)
can you submit a feature request so we can track it in our roadmap? https://github.com/dendronhq/dendron/issues/new?assignees=&labels=&template=feature_request.md&title=
in the meantime, i would use the workaround of multiple workspaces but same vaults until we get this implemented.