{ if (!isMobile && !(e.target as HTMLElement).closest('button, .picker-card')) appWindow.startDragging(); }}> {#if !isMobile}
{/if}

HelixNotes

Local markdown notes

{#if isMobile} {#if isIOS}

Your notes are saved in the app's folder and appear in the Files app under "On My iPhone → HelixNotes".

{:else}

Choose where to store your notes. Sync with Syncthing, Nextcloud, or any file sync app.

{/if} {#if isAndroid && !hasPermission}

Required to access Documents, Downloads, and other shared folders.

{/if} {#if isAndroid}
{#each storageLocations as loc} {/each}
{#if selectedLocation === 'Custom'} {/if}
{/if}
{fullPath}
{:else}

Your notes are stored as standard Markdown (.md) files. Pick any folder - existing .md files will be recognized automatically.

{/if} {#if error}
{error}
{/if} {#if $appConfig?.active_vault} {/if} {#if recentVaults.length > 0}
Recent {#each recentVaults as vault}
{/each}
{/if}