Markers {#if markers.length > 0} {markers.length} {/if}
{#if grouped.length === 0}

No markers yet

Mark pages while reading with the marker button or keybind

{:else} {#each grouped as group}
{group.chapterName} {group.items.length}
{#each group.items as m (m.id)}
{#if editingId === m.id}
{#each Object.entries(COLOR_HEX) as [c, hex]} {/each}
{:else}
{/if}
{/each}
{/each} {/if}