SeriousBug
09/20/2021, 11:53 PMolBc
09/20/2021, 11:53 PMSeriousBug
09/20/2021, 11:54 PMolBc
09/20/2021, 11:55 PMolBc
09/20/2021, 11:55 PMSeriousBug
09/20/2021, 11:59 PMolBc
09/21/2021, 12:00 AMolBc
09/21/2021, 12:00 AMmandarvaze
09/21/2021, 8:16 AMMurali
09/21/2021, 10:01 AMMurali
09/21/2021, 10:02 AMMurali
09/21/2021, 10:02 AMMurali
09/21/2021, 10:12 AMkevins8
09/21/2021, 2:59 PMMurali
09/21/2021, 4:42 PMMurali
09/21/2021, 4:43 PMaleksey
09/21/2021, 5:49 PM.code-workspace file under "folders"?
One of my vaults (say vault A) is a separate repo while others are in the workspace repo. With all the vault folder added to the config file, VSCode doesn't detect the nested git repo of the A vault (this seems to be an ongoing problem https://github.com/microsoft/vscode/issues/37947). If I only leave the A vault and the root in the folders section, it works fine.SeriousBug
09/21/2021, 5:51 PMcode-workspace are set to get a better experience with a few VSCode things (e.g. vault name displayed in the breadcrumbs), Dendron itself should work perfectly fine without it. Dendron only looks at the vaults set in your dendron.yml.aleksey
09/21/2021, 5:53 PMTika
09/22/2021, 1:10 AM@kaan (Private) fix(workspace): disable certain decorations for long notes to avoid performance hit (#1337) Can the length of the long note be changed in the settings by the user? Many of my notes are and will be longer than the new threshold (whatever it is), I never saw performance problems with rendering decorations on the computers I use and I want to see them, please.
Maybe this could be a setting at the workspace level and an override at the note level, where needed?SeriousBug
09/22/2021, 1:25 AMmaxNoteDecoratedLength. You can set this to something much higher, like:
maxNoteDecoratedLength: 100000SeriousBug
09/22/2021, 1:26 AMTika
09/22/2021, 1:28 AMSeriousBug
09/22/2021, 1:29 AMdendron.yml. You can add it to the very end.Tika
09/22/2021, 1:30 AMMeeshaEko
09/22/2021, 1:32 AMSeriousBug
09/22/2021, 1:34 AMdj radon
09/22/2021, 4:28 AMhikchoi
09/22/2021, 4:50 AMDendron: Insert Note Link instead to create wikilinks. This will let you select a note to link like tab complete, but uses lookup instead. and it will position the cursor at the end of the closing bracket.hikchoi
09/22/2021, 4:52 AM