kevins8
04/27/2021, 2:40 AMimalightbulb
04/27/2021, 2:43 AM.
naming syntax and the tree view for those who want a clean view of their notes when viewing/interacting with other toolscodefriar
04/27/2021, 2:44 AMda5is
04/27/2021, 1:00 PMda5is
04/27/2021, 1:00 PMuser
04/27/2021, 3:44 PM{
"ctx": "h:run",
"err": {
"status": "unknown",
"msg": "",
"payload": "{\"msg\":\"no workspace file\",\"stack\":\"Error: no workspace file\\n\\tat Function.workspaceFile (/home/scott/.vscode-server/extensions/dendron.dendron-0.38.0/dist/extension.js:9:76947)\\n\\tat h.execute (/home/scott/.vscode-server/extensions/dendron.dendron-0.38.0/dist/extension.js:736:86934)\\n\\tat h.run (/home/scott/.vscode-server/extensions/dendron.dendron-0.38.0/dist/extension.js:9:103916)\\n\\tat async /home/scott/.vscode-server/extensions/dendron.dendron-0.38.0/dist/extension.js:9:79730\\n\\tat async S._executeContributedCommand (/home/scott/.vscode-server/bin/3c4e3df9e89829dce27b7b5c24508306b151f30d/out/vs/server/remoteExtensionHostProcess.js:86:106762)\"}"
}
}
There's an issue already logged for it but it's difficult to use when trying to use different settings and being greeted with the same error each timeuser
04/27/2021, 3:46 PMconfig
optionkevins8
04/27/2021, 3:47 PMuser
04/27/2021, 3:48 PMuser
04/27/2021, 3:58 PM.yml
then point to .json
objects for the configuration options. I've spent the last 30 minutes trying to find an option that is in a json file but I'm being directed to use a .yml
file to configure it.fudo
04/27/2021, 4:04 PMuser
04/27/2021, 4:05 PMdendron.yml
I read that and was confused to see a json object for the configurationuser
04/27/2021, 4:08 PMfudo
04/27/2021, 5:16 PMcodefriar
04/27/2021, 5:18 PMuser
04/27/2021, 5:20 PMdendron.yml
and mo mention (apart from at the top of the doc) of the file these setting can go in, it there's a specific mention of the dendron.code-workspace.json
file there and that is where those settings go it would be clearer (imo)
=========
## folders
- type: folders[]
This is a list of folders that is tracked by your workspace. Should mirror vaults in dendron.yml
.
Each folder entry has the following structure
ts
type Folder = {
// relative path to vault from workspace
path: string
// name for folder (default to folder anme)
name?: string
}
==========
Thanks 🙏fudo
04/27/2021, 5:36 PMfudo
04/28/2021, 8:14 AMkevins8
05/04/2021, 8:15 PMDarrenBrierton
05/05/2021, 3:14 PM[[#foo|tag.foo]] --> will render as #foo
however that does not work for me, the hash symbol is not rendered. It's no big deal for me as I don't think I want to do that anyway, but I thought I should point it out.kevins8
05/05/2021, 3:31 PMuser
05/05/2021, 3:53 PM~/.mume/style.less
... a[href*="tag."]::before {content: "#";}
DarrenBrierton
05/05/2021, 5:14 PMkevins8
05/05/2021, 5:56 PMDarrenBrierton
05/05/2021, 6:36 PMkevins8
05/05/2021, 6:38 PMDarrenBrierton
05/05/2021, 6:41 PMDarrenBrierton
05/05/2021, 6:46 PMspex66
05/06/2021, 7:56 AM"markdown-preview-enhanced.automaticallyShowPreviewOfMarkdownBeingEdited"
doesn't solve it
looking forward for a solution toofudo
05/06/2021, 8:03 AM