Separate H4 and colon heading boosts

This commit is contained in:
Tanner
2026-09-08 17:55:40 +00:00
parent f780ed220c
commit 2fea7cc423
9 changed files with 31 additions and 5 deletions
+2
View File
@@ -129,6 +129,8 @@ export function getDefaultSettings(app: App): OmnisearchSettings {
weightH1: 6,
weightH2: 5,
weightH3: 4,
weightH4: 3,
weightColonHeadings: 2,
weightUnmarkedTags: 2,
weightCustomProperties: [] as { name: string; weight: number }[],