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

HelixNotes

Local markdown notes

{#if isMobile} {#if isIOS}

Keep notes in HelixNotes, or use an existing folder from iCloud Drive or Files.

{: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 isIOS} {/if} {#if $appConfig?.active_vault} {/if} {#if recentVaults.length > 0}
Recent {#each recentVaults as vault}
{/each}
{/if}