hikchoi
06/19/2021, 12:11 PMMatty
06/19/2021, 12:14 PMMatty
06/19/2021, 12:16 PMfudo
06/19/2021, 12:56 PMTika
06/19/2021, 1:22 PMkevins8
06/19/2021, 2:36 PMassets folder. see https://wiki.dendron.so/notes/f23a6290-2dec-45dc-b616-c218ee53db6b.html#example
another way of importing is to drag the files from your file explorer into the vscode file explorerTika
06/19/2021, 2:40 PMkevins8
06/19/2021, 3:25 PMxypnox
06/20/2021, 11:45 AMCannot destructure property 'start' of 'e.position' as it is undefined.
I have observed this happening with some notes that have UUID as id. This does not happen with other notes (nanoID).xypnox
06/20/2021, 12:48 PMTika
06/20/2021, 1:33 PMMatty
06/20/2021, 1:39 PMMatty
06/20/2021, 1:40 PMTika
06/20/2021, 2:19 PM---
title: Hello
---
or
---
title: "Hello"
---
?fudo
06/20/2021, 2:23 PMyaml
- title: Test # does work
- title: #test does not work
- title: "#test" # does workTika
06/20/2021, 2:28 PMMatty
06/20/2021, 2:29 PMWildMagic
06/20/2021, 2:37 PMTika
06/20/2021, 2:40 PMfudo
06/20/2021, 2:44 PMTika
06/20/2021, 2:45 PMfudo
06/20/2021, 2:47 PMTika
06/20/2021, 2:56 PMiwillberesponsible
06/20/2021, 6:33 PMSeriousBug
06/20/2021, 6:34 PMCtrl+Shift+P by default, not sure what the vim extension sets it to) and run "Dendron: Lookup"?kevins8
06/20/2021, 6:36 PM.dendron.cache.json in your vaultiwillberesponsible
06/20/2021, 6:36 PMCtrl + Shift + S nowkevins8
06/20/2021, 6:36 PMkevins8
06/20/2021, 6:37 PMkevins8
06/20/2021, 6:41 PMOpen Keyboard Shortcuts (JSON)
2. add the following shortcut override
json
{
"key": "cmd+l",
"command": "-expandLineSelection",
"when": "textInputFocus"
}