{#if loading}

Loading...

{:else}
{#if error}
{error}
{/if}

Create New Vault

Create a new vault folder. This will be your workspace.

Open Existing Vault

Open a vault that already exists on this computer.

{#if recentVaults.length > 0}

Recent Vaults

    {#each recentVaults as path}
  • {/each}
{/if}
{/if}