mirror of
https://gitlab.com/ArkHost/HelixNotes.git
synced 2026-07-24 07:45:57 +02:00
add unfiled notes
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user