From 3f21410d2f2a65aa0ee939c04e2a9a3558e2a43c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9drix?= Date: Sat, 5 Sep 2026 12:05:07 +0200 Subject: [PATCH] =?UTF-8?q?Obsidian=20:=20mise=20=C3=A0=20jour=20automatiq?= =?UTF-8?q?ue=20des=20liens?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- .obsidian/app.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.obsidian/app.json b/.obsidian/app.json index 17a2b5c..148ad9a 100644 --- a/.obsidian/app.json +++ b/.obsidian/app.json @@ -4,5 +4,6 @@ "landscape": false, "margin": "0", "downscalePercent": 100 - } + }, + "alwaysUpdateLinks": true } \ No newline at end of file