obsidian-daily-notes-interface
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -15,2 +15,3 @@ import type { Moment } from "moment"; | ||
export function getDailyNote(date: Moment): TFile | null; | ||
export function getDailyNoteSettings(): IDailyNoteSettings; | ||
export function getTemplateContents(template: string): Promise<string>; |
{ | ||
"name": "obsidian-daily-notes-interface", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"description": "Interface for creating daily notes in Obsidian", | ||
@@ -5,0 +5,0 @@ "author": "liamcain", |
45134
451