We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 085f82f + 2ba02bf commit 884bac3Copy full SHA for 884bac3
1 file changed
src/whisperer.ts
@@ -746,7 +746,7 @@ export class VaultWhisperer {
746
// Injects the final dot content
747
runDotPrinter(graph: Graph): string {
748
const vaultName = this.app.vault.getName()
749
- let dot = `digraph ${vaultName} {\n`
+ let dot = `digraph "${vaultName}" {\n`
750
dot += ' rankdir=LR;\n'
751
dot += ' node [shape=box, style=rounded];\n'
752
0 commit comments