updated daily notes section to be in line with core plugin
This commit is contained in:
4
types.ts
4
types.ts
@@ -20,13 +20,11 @@ export interface TaskWeaverSettings {
|
||||
tasks: Task[];
|
||||
enableDailyNoteLogging: boolean;
|
||||
dailyNoteFormat: string;
|
||||
dailyNotePath: string;
|
||||
}
|
||||
|
||||
export const DEFAULT_SETTINGS: TaskWeaverSettings = {
|
||||
categories: [],
|
||||
tasks: [],
|
||||
enableDailyNoteLogging: false,
|
||||
dailyNoteFormat: "- [x] {{title}} ({{duration}}) {{emoji}}",
|
||||
dailyNotePath: ""
|
||||
dailyNoteFormat: "- [x] {{title}} ({{duration}}) {{emoji}}"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user