fix: restore full app note windows

This commit is contained in:
lucaronin
2026-05-25 12:07:25 +02:00
parent c255c91a0b
commit afc2ead14c
10 changed files with 54 additions and 376 deletions

View File

@@ -36,7 +36,7 @@ export function buildRuntimeNoteWindowUrl(
}
/**
* Opens a note in a new Tauri window with a minimal editor-only layout.
* Opens a note in a new Tauri window that starts in an editor-only layout.
* In browser mode (non-Tauri), this is a no-op.
*/
export async function openNoteInNewWindow(notePath: string, vaultPath: string, noteTitle: string): Promise<void> {