Obsidian : mise à jour automatique des liens
Active alwaysUpdateLinks, pour que les liens [[...]] suivent les fichiers renommés ou déplacés. Utile après la réorganisation en monorepo, où les articles ont changé de dossier. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
38f4ec3b33
commit
3f21410d2f
1 changed files with 2 additions and 1 deletions
3
.obsidian/app.json
vendored
3
.obsidian/app.json
vendored
|
|
@ -4,5 +4,6 @@
|
||||||
"landscape": false,
|
"landscape": false,
|
||||||
"margin": "0",
|
"margin": "0",
|
||||||
"downscalePercent": 100
|
"downscalePercent": 100
|
||||||
}
|
},
|
||||||
|
"alwaysUpdateLinks": true
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue