Joshi
05/18/2022, 3:49 PMDendron: Copy Note Link
command, this will create the link for you.PJ Wu
05/18/2022, 4:00 PMlordfrikk
05/18/2022, 5:29 PMFiveFinger
05/18/2022, 5:34 PM## AnchoreHeader [[note]] @dave
should be able to link to
![[journal.refnote#AnchorHeader]]
without the need to include the wikinote and mention ![[journal.refnote#AnchorHeader-note-dave]]
That would be immensely helpfulSeriousBug
05/18/2022, 5:40 PM## [[note]]
it wouldn't make sense otherwise.
If you don't want them as part of the header, would it work for you if you put them after the header?FiveFinger
05/18/2022, 5:45 PMd1onys1us
05/18/2022, 7:32 PMd1onys1us
05/18/2022, 7:33 PMremote vault add
from my local vault. and the dendron sidebar view is not showing hierarchies, and also when i press "command + p", where i can usually search for things in vscode, i am only able to see it for my personal vault and not the team vault that i have addedd1onys1us
05/18/2022, 7:34 PMd1onys1us
05/18/2022, 7:35 PMSeriousBug
05/18/2022, 7:37 PMnotes
folder and remove it as an option from the config (it will be listed as fsPath: .
in the dendron.yml
). That's identical to what workspaces are in Dendron right now though, so you might as well just create a workspace as usual.SeriousBug
05/18/2022, 7:37 PMdendron.yml
file? There might be a bug in the vault add command, I can see if something went wrongd1onys1us
05/18/2022, 8:00 PMalexis<3
05/18/2022, 8:37 PMkevins8
05/18/2022, 11:14 PMalexis<3
05/18/2022, 11:15 PMprestameunsol
05/18/2022, 11:56 PMSeriousBug
05/18/2022, 11:58 PMprestameunsol
05/19/2022, 12:01 AMrlh1994
05/19/2022, 8:59 AM/gitlabsubgroup/reponame
)
So the src ends up as //gitlabsubgroup/reponame/assets/images/imagename.png
which if I edit it and drop one of the leading /s works fine?jokaro
05/19/2022, 11:58 AMJoshi
05/19/2022, 2:24 PMTODO Tree
. If you set this to true, task notes will create a TODO:
keyword in the frontmatter that should be picked up by TODO tree.glucinater21
05/19/2022, 2:45 PMPLima
05/19/2022, 3:19 PMhv77
05/19/2022, 3:27 PMassets
) for each note. This helps to remove cluttering of images and also easy to preview in other markdown apps.
What I did
I configured the dendron.code-workspace settings as:
json
"settings": {
"pasteImage.defaultName": "YMMDDHHmmss",
"pasteImage.path": "${currentFileDir}/assets/images/${currentFileNameWithoutExt}",
"pasteImage.prefix": "/",
"pasteImage.insertPattern": "",
}
What I expected
Yesterday, the paste command worked as per workspace settings. With OPT+CMD+V, I was able to paste the image along with the name and path as intended. 
What I got
But, Today when I did the same paste command for a screenshot, it saved the image as 
What I tried
I tried to reload window, reload index, disable/enable paste image extension but no success.
Meanwhile, I did an Dendron update to v0.95.1 today
Has anyone experienced this issue? Is it a bug or am I missing something? 

ThanksSeriousBug
05/19/2022, 4:49 PMglucinater21
05/19/2022, 4:49 PMSeriousBug
05/19/2022, 4:50 PMAshSimmonds
05/19/2022, 5:39 PMSeriousBug
05/19/2022, 5:40 PM