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

HelixNotes

Local markdown notes

{#if isMobile}

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

{#if !hasPermission}

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

{/if}
{#each storageLocations as loc} {/each}
{#if selectedLocation === 'Custom'} {/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}