Thanks, I later realized that a Code workspace is ...
# questions
x
Thanks, I later realized that a Code workspace is an ordinary VS Code workspace dedicated to Dendron. I normally use a separate extension for project management in VSCode, so I did not realize that the
.code-workspace
file was VSCode's own workspace settings file. I think it would be better to write in a more transparent way regarding Dendron and workspaces. That would make the process of understanding how they work easier for people like me 😉 Something like "Dendron can be used inside an existing VSCode workspace or you can create a dedicated workspace for use with Dendron. In both cases, the Dendron configuration is saved in the file
dendron.yml
. If you are creating a dedicated workspace, workspace settings will be saved in the file
dendron.code-workspace
.
.code-workspace
files are used by VSCode to save workspace settings, so you can also configure which extensions (e.g. markdown extensions) etc that are needed for your dedicated Dendron workspace (link to VSCode page about .code-workspace files)" I'm really trying to use and get used to Dendron as I like the concept, but it's hard to use the wiki. Perhaps it's easier to to access the information in the wiki via Dendron in VSCode?