updated daily notes section to be in line with core plugin
This commit is contained in:
5
main.ts
5
main.ts
@@ -148,11 +148,10 @@ export default class TaskWeaverPlugin extends Plugin {
|
||||
if (this.settings.enableDailyNoteLogging) {
|
||||
const category = this.settings.categories.find(c => c.id === task.categoryId);
|
||||
await logTaskToDailyNote(
|
||||
this.app.vault,
|
||||
this.app,
|
||||
task,
|
||||
category,
|
||||
this.settings.dailyNoteFormat,
|
||||
this.settings.dailyNotePath
|
||||
this.settings.dailyNoteFormat
|
||||
);
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user