From 3e9c9d84038f7779de21218f26e22d1eb618d957 Mon Sep 17 00:00:00 2001 From: Daniel Kraus Date: Thu, 30 Jan 2025 16:10:08 +0100 Subject: [PATCH] Change LinkTitlesFirstOnly to false. This reflects the original default and ensures consistency with the default behavior as described in the README. --- extension.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension.json b/extension.json index 8e39165..5df4772 100644 --- a/extension.json +++ b/extension.json @@ -30,7 +30,7 @@ "LinkTitlesEnableNoTargetMagicWord": false, "LinkTitlesMinimumTitleLength": 4, "LinkTitlesBlackList": [], - "LinkTitlesFirstOnly": true, + "LinkTitlesFirstOnly": false, "LinkTitlesSmartMode": true, "LinkTitlesWordStartOnly": true, "LinkTitlesWordEndOnly": true,