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:
2
main.ts
2
main.ts
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user