kevins8
03/08/2022, 10:06 PMDaniel Silverstone
03/08/2022, 10:07 PMdendron.yml
?kevins8
03/08/2022, 10:10 PMrunlevelrobot
03/08/2022, 11:25 PMrunlevelrobot
03/08/2022, 11:26 PMrunlevelrobot
03/08/2022, 11:26 PMSeriousBug
03/08/2022, 11:30 PMdendron.code-workspace
file, you'll see a "folders"
section like:
json
"folders": [
{
"path": "dendron-docs/vault",
"name": "dendron.docs"
},
{
"path": "dendron.blog/vault",
"name": "dendron.blog"
},
...
You can move these around to get it to the order you want.runlevelrobot
03/08/2022, 11:39 PMrunlevelrobot
03/08/2022, 11:44 PMrunlevelrobot
03/08/2022, 11:45 PMrunlevelrobot
03/08/2022, 11:45 PMrunlevelrobot
03/08/2022, 11:49 PMrunlevelrobot
03/08/2022, 11:50 PMrunlevelrobot
03/09/2022, 12:41 AMwrdwllm
03/09/2022, 2:48 AMwrdwllm
03/09/2022, 2:52 AMnpx dendron publish dev
. perhaps a github pages problem?kevins8
03/09/2022, 3:06 AMwrdwllm
03/09/2022, 3:32 AMwrdwllm
03/09/2022, 3:32 AMGander7
03/09/2022, 3:37 AM![[Link.to.note]]
works in include the whole note. I just want part of it.
The first section is ## What is the point?
and the next is ## Features
. I only want to embed the first section.
I've tried:
![[link.to.note##What-is-the-point?:##Features]]
which links the entire note
![[link.to.note#What-is-the-point?:#Features]]
which doesn't work (start anchor could not be found)
![[link.to.note#What-is-the-point:#Features]]
works if I remove the question mark from the section title.
I assume I can't use ?
in a section title since it's probably a special character for something?
Do I always use a single #
regardless of how deep the header is?SeriousBug
03/09/2022, 3:39 AM![[note#what-is-the-point,1:#features]]
SeriousBug
03/09/2022, 3:40 AM,1
part skips the first header, you can take it out if you want the header in the reference too)mihaiconstantin
03/09/2022, 5:24 AMJoshi
03/09/2022, 5:33 AMpersonjerry
03/09/2022, 10:08 AMcodeluggage
03/09/2022, 10:12 AMSeriousBug
03/09/2022, 10:13 AM
or 
personjerry
03/09/2022, 10:14 AMJoshi
03/09/2022, 10:16 AMcodeluggage
03/09/2022, 10:16 AM