mirror of
https://gitlab.com/ArkHost/HelixNotes.git
synced 2026-07-24 07:45:57 +02:00
v1.1.0 - View mode, daily notes, tag management, math support, and more
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user