rlh1994
07/24/2022, 7:29 AMTanamr
07/24/2022, 6:31 PM## this level
). However, the preview is showing the entire note starting from the header I specify. I do not see enableSmartRefs
as a setting and I am on Dendron version 104.
Also, the same behavior appears to be happening on the Dendron wiki page for note references: https://wiki.dendron.so/notes/f1af56bb-db27-47ae-8406-61a98de6c78c/
Am I missing something obvious or is this a bug?Tanamr
07/24/2022, 6:34 PMmeDino10k
07/24/2022, 8:57 PMkevins8
07/25/2022, 1:22 AMkevins8
07/25/2022, 1:22 AMkevins8
07/25/2022, 1:26 AMTanamr
07/25/2022, 3:18 AM![[life-logistics.contingency-deadlines#housing]]
Tanamr
07/25/2022, 3:19 AMkevins8
07/25/2022, 4:09 AMconfigure: dendron yml
can you set enableSmartRefs: true
under workspaces
?jyeung
07/25/2022, 4:09 AMjyeung
07/25/2022, 4:11 AMgftsvbn
07/25/2022, 5:53 AM# description: Where to import from
# type: string
# required: true
src: 'C:/Users/gfseb/Documents/obsidian-notes/new'
# description: name of vault to import into
# type: string
# required: true
vaultName: obsidian-notes
# description: whether to concatenate everything into one note
# type: boolean
# concatenate: TODO
# description: frontmatter to add to each note
# type: object
# frontmatter: TODO
# description: use the file name as the id
# type: boolean
# fnameAsId: TODO
# description: If concatenate is set, name of destination path
# type: string
# destName: TODO
# description: Don't add uuid to assets
# type: boolean
noAddUUID: true
# description: If you have an index file per directory, merge that file with the directory note
# type: string
# indexName: TODO
# description: Import note metadata. In case of any conflicts, the conflicting fields are prefixed with _import
# type: boolean
# importFrontmatter: true
# description: An optional set of variable mappings, with the key being the variable name in the import source and the value being the resulting variable name in Dendron. See https://wiki.dendron.so/notes/<hash>.html for examples.
# type: object
# frontmatterMapping: TODO
nam
07/25/2022, 7:32 AMcommand 'dendron.showSchemaGraph' already exists
. To solve this I have to close all open tabs and reload the window . Any ideas what the cause could be?Joshi
07/25/2022, 7:33 AMDendron Markdown Links
extension, you can search for it with @installed
filter and uninstall it. Graph is now built-in feature of Dendron.nam
07/25/2022, 7:37 AMmeDino10k
07/25/2022, 7:40 AMjyeung
07/25/2022, 11:16 AMDendron:Dev Diagnostics Report
) and either DM me or file a bug on our github (https://github.com/dendronhq/dendron/issues/new/choose) we can investigateManed
07/25/2022, 1:45 PMTanamr
07/25/2022, 5:25 PMBryan Jenks 🌱
07/25/2022, 7:28 PMmichaelvolk
07/25/2022, 11:19 PMaleksey
07/26/2022, 12:39 AMjson
"settings.cycle": [
{
"id": "zenModeExtras",
"overrideWorkspaceSettings": true,
"values": [
{
"editor.folding": false,
"editor.minimap.enabled": false,
"editor.renderWhitespace": "none",
"editor.renderLineHighlight": "none",
"scm.diffDecorations": "none",
"cSpell.enabled": false,
"markdownlint.ignore": ["*.md"],
"focus.highlightRange": "line",
"editor.occurrencesHighlight": false,
"workbench.colorTheme": "Quiet Light",
},
{
"editor.folding": true,
"editor.minimap.enabled": true,
"editor.renderWhitespace": "boundary",
"editor.renderLineHighlight": "all",
"scm.diffDecorations": "all",
"cSpell.enabled": true,
"markdownlint.ignore": [],
"focus.highlightRange": "none",
"editor.occurrencesHighlight": true,
"workbench.colorTheme": "Solarized Dark"
}
]
}
]
michaelvolk
07/26/2022, 2:58 AMmichaelvolk
07/26/2022, 3:47 AM>Developer: Toggle Keyboard Shortcuts Troubleshooting
. There aren't any errors or warnings in my settings.json. I removed all comments from the settings.json and toggle is working again.der snof
07/26/2022, 7:39 AMkevins8
07/26/2022, 3:27 PMEarlOfLemongrab
07/26/2022, 6:50 PMCreate Schema From Note Hierarch
command, it responds with "no vault found". Is this an obvious error, or should I dig into the logs?kevins8
07/26/2022, 7:01 PMEarlOfLemongrab
07/26/2022, 7:05 PM