PR-17 - Fixed a minor bug where the full text for multi-chapter references wasn't being displayed in the passage preview and updated a few just stylistic things.

This commit is contained in:
Caleb Campbell
2026-02-10 09:01:50 +11:00
parent 30b9a60baf
commit 7f2c2589f3
9 changed files with 53 additions and 86 deletions

View File

@@ -40,9 +40,9 @@ export default class LocalBibleRefPlugin extends Plugin {
defaultVersionShorthand: '',
defaultPassageFormat: PassageFormat.Callout,
bibleFormat: BibleFormat.LocalBibleRef,
fullPreview: false,
quote: quoteSettings,
callout: calloutSettings,
fullSuggestion: true
};
if (!this.settings.quote) this.settings.quote = quoteSettings;