petits changements
This commit is contained in:
1
main.ts
1
main.ts
@@ -614,7 +614,6 @@ export default class DateCalcPlugin extends Plugin {
|
||||
this.settings = Object.assign({}, DEFAULT_SETTINGS, await this.loadData());
|
||||
|
||||
if (this.settings.debug) console.log("[date-calc] loaded");
|
||||
new Notice("Date Calc loaded (Live Preview + Reading)");
|
||||
|
||||
// Register Live Preview editor extension
|
||||
this.registerEditorExtension(dateCalcLivePreview(this.app, () => this.settings));
|
||||
|
||||
Reference in New Issue
Block a user