Change LinkTitlesFirstOnly to false.

This reflects the original default and ensures consistency with the default behavior as described in the README.
This commit is contained in:
Daniel Kraus
2025-01-30 16:10:08 +01:00
parent 52204a92c2
commit 3e9c9d8403

View File

@ -30,7 +30,7 @@
"LinkTitlesEnableNoTargetMagicWord": false,
"LinkTitlesMinimumTitleLength": 4,
"LinkTitlesBlackList": [],
"LinkTitlesFirstOnly": true,
"LinkTitlesFirstOnly": false,
"LinkTitlesSmartMode": true,
"LinkTitlesWordStartOnly": true,
"LinkTitlesWordEndOnly": true,