2 - Added support for Bible Linker style Bible formatting.

This commit is contained in:
Caleb Campbell
2025-12-20 09:25:59 +11:00
parent ae93bb1ccb
commit 6973fdcbdc
4 changed files with 83 additions and 14 deletions

View File

@@ -1,7 +1,9 @@
import { BibleFormat } from "./local-bible-ref-setting-tab";
import { PassageFormat } from "./passage-reference";
export interface LocalBibleRefSettings {
biblesPath: string;
defaultVersionShorthand: string;
defaultPassageFormat: PassageFormat;
}
bibleFormat: BibleFormat;
}