add unfiled notes

This commit is contained in:
Yuri Karamian
2026-03-17 21:45:51 +01:00
parent 79f16b454a
commit 9f595212dd
6 changed files with 65 additions and 4 deletions
+4
View File
@@ -47,6 +47,10 @@ export async function getNotebooks(): Promise<NotebookEntry[]> {
return invoke("get_notebooks");
}
export async function countRootNotes(): Promise<number> {
return invoke("count_root_notes");
}
export async function createNotebook(
parentRelative: string | null,
name: string,