kevins8
08/24/2021, 12:19 AM>Diagnostics Report and DM me the output? it sounds like one of your notes is set to private or otherwise in-accessible for publishingbomboloni
08/24/2021, 12:20 AMnpx dendron buildSite --stage dev --serve to see how it's looking locally. This is where I'm at.bomboloni
08/24/2021, 12:25 AMbomboloni
08/24/2021, 12:29 AMmudit.porwal
08/24/2021, 12:37 AMplazman30
08/24/2021, 3:51 AMplazman30
08/24/2021, 3:51 AMuser
08/24/2021, 7:29 AMhikchoi
08/24/2021, 7:31 AMhikchoi
08/24/2021, 7:31 AMuser
08/24/2021, 7:31 AMhikchoi
08/24/2021, 7:33 AMDendron: Initialize Workspace, it should prompt you where you want the workspace to be.plazman30
08/24/2021, 1:26 PMhikchoi
08/24/2021, 1:29 PMplazman30
08/24/2021, 1:30 PMhikchoi
08/24/2021, 1:31 PMplazman30
08/24/2021, 1:31 PMplazman30
08/24/2021, 1:31 PMplazman30
08/24/2021, 1:32 PMhikchoi
08/24/2021, 1:44 PMselectionType argument (either selectionExtract or selection2link )to the command in the keybinding setting, but it is also set by the config in dendron.yml to default to selectionExtract. I realize that we should also have an option for none in the configuration. I'll try to get this change in before the next release.
For now, if you add a custom keybinding like below in keybindings.json which can be opened by using Preferences: Open Keyboard Shortcuts (JSON) in the command palette, it will not set any selection type modifier to the lookup:
json
[
{
"key": "{meta}+l", // cmd or ctrl
"command": "dendron.lookupNote",
"args": {
"selectionType": "none" // any value other than "selectionExtract" or "selection2link" would override the default behavior
}
}
]plazman30
08/24/2021, 3:00 PMhikchoi
08/24/2021, 3:04 PMfoureyedsoul
08/24/2021, 5:27 PMnote1 and note2 , and both notes contain the wikilink [[note1]]. Then I use the rename note command to change `note1`'s file name to note01. Should the rename note command update the wikilink to [[note01]] inside both files, or just inside note2?kevins8
08/24/2021, 5:29 PMfoureyedsoul
08/24/2021, 5:34 PMkevins8
08/24/2021, 5:44 PMCyberFoxar
08/24/2021, 9:10 PMCyberFoxar
08/24/2021, 9:10 PMSeriousBug
08/24/2021, 9:10 PM[[#title]] or [[note#title]] should both work inside the same noteCyberFoxar
08/24/2021, 9:11 PM