{#each statusItems as item, i}
{counterToString(item.count)} {#if i !== 0} {/if} {#if i !== statusItems.length - 1} {/if}
Count Type
This is the type of counter that will be displayed.
Prefix Text
This is the text that is placed before the count.
{ const { value } = e.target; item.prefix = value; await update(statusItems); await plugin.saveSettings(); }} />
Suffix Text
This is the text that is placed after the count.
{ const { value } = e.target; item.suffix = value; await update(statusItems); await plugin.saveSettings(); }} />
{/each}