mirror of
https://gitlab.com/ArkHost/HelixNotes.git
synced 2026-07-24 07:45:57 +02:00
notebook drag-and-drop, nested list fix, macOS updates, search bar auto-close
This commit is contained in:
@@ -60,6 +60,13 @@ export async function deleteNotebook(path: string): Promise<void> {
|
||||
return invoke("delete_notebook", { path });
|
||||
}
|
||||
|
||||
export async function moveNotebook(
|
||||
notebookPath: string,
|
||||
destParent: string,
|
||||
): Promise<string> {
|
||||
return invoke("move_notebook", { notebookPath, destParent });
|
||||
}
|
||||
|
||||
export async function getNotes(
|
||||
notebookPath: string | null,
|
||||
): Promise<NoteEntry[]> {
|
||||
|
||||
Reference in New Issue
Block a user