obsidian-daily-notes-interface
Advanced tools
Comparing version 0.7.10 to 0.8.0
@@ -20,10 +20,8 @@ import type { Moment } from "moment"; | ||
// Utils | ||
export type IGranularity = "day" | "week" | "month"; | ||
export function getDateFromFile( | ||
file: TFile, | ||
granularity: "day" | "week" | "month" | ||
granularity: IGranularity | ||
): Moment | null; | ||
export function getDateUID( | ||
date: Moment, | ||
granularity: "day" | "week" | "month" | ||
): string; | ||
export function getDateUID(date: Moment, granularity: IGranularity): string; | ||
export function getTemplateContents(template: string): Promise<string>; | ||
@@ -30,0 +28,0 @@ |
{ | ||
"name": "obsidian-daily-notes-interface", | ||
"version": "0.7.10", | ||
"version": "0.8.0", | ||
"description": "Interface for creating daily notes in Obsidian", | ||
@@ -5,0 +5,0 @@ "author": "liamcain", |
25223
541