feat - added callout qoute collapsible setting;
Feat - added show full suggestion setting;
This commit is contained in:
2
main.ts
2
main.ts
@@ -32,6 +32,7 @@ export default class LocalBibleRefPlugin extends Plugin {
|
||||
const calloutSettings = {
|
||||
type: CalloutType.Quote,
|
||||
linkToPassage: true,
|
||||
collapsible: true,
|
||||
};
|
||||
|
||||
this.settings ??= {
|
||||
@@ -41,6 +42,7 @@ export default class LocalBibleRefPlugin extends Plugin {
|
||||
bibleFormat: BibleFormat.LocalBibleRef,
|
||||
quote: quoteSettings,
|
||||
callout: calloutSettings,
|
||||
fullSuggestion: true
|
||||
};
|
||||
|
||||
if (!this.settings.quote) this.settings.quote = quoteSettings;
|
||||
|
||||
Reference in New Issue
Block a user