Skip to content

Commit 884bac3

Browse files
authored
Merge #26 and fix:dotfile export defect #25
2 parents 085f82f + 2ba02bf commit 884bac3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/whisperer.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -746,7 +746,7 @@ export class VaultWhisperer {
746746
// Injects the final dot content
747747
runDotPrinter(graph: Graph): string {
748748
const vaultName = this.app.vault.getName()
749-
let dot = `digraph ${vaultName} {\n`
749+
let dot = `digraph "${vaultName}" {\n`
750750
dot += ' rankdir=LR;\n'
751751
dot += ' node [shape=box, style=rounded];\n'
752752

0 commit comments

Comments
 (0)