+
+
+ +
(composeFocused = true)}
- onkeydown={handleComposeKeydown}
+ placeholder="Neue Notiz... (Enter)"
+ bind:value={newTitle}
+ onkeydown={handleQuickCreate}
/>
- {#if composeFocused || composeTitle || composeContent}
-
-
- {/if}
-
- {#if notes.length > 3}
-
+
+ {#if notes.length > 5}
+
{/if}
-
+
{#each filtered as note (note.id)}
{#if editingId === note.id}
-
{
- if (e.key === 'Escape') cancelEdit();
- }}
- >
-
-
-
-
-
+
+
+
+
+
{:else}
+