v1.1.0 - View mode, daily notes, tag management, math support, and more

This commit is contained in:
Yuri Karamian
2026-02-15 21:13:16 +01:00
parent 2697e10907
commit 6e75468420
21 changed files with 964 additions and 179 deletions
+4
View File
@@ -92,6 +92,10 @@ export async function createNote(
return invoke("create_note", { notebookRelative, title });
}
export async function createDailyNote(): Promise<NoteEntry> {
return invoke("create_daily_note");
}
export async function renameNote(
path: string,
newTitle: string,