Note Editor

{#if initialName}

Editing note {initialName}

{/if}
{ if (e.key === 'Enter') { e.preventDefault(); addLink(); } }} />
{#if newNote.links.length > 0}
    {#each newNote.links as link, i}
  • {link}
  • {/each}
{/if} {#if collection.is_public}

This note will be public because it is in a public collection.

{/if}