Edit/Fork Event

Edit the event content and tags. ID, kind, pubkey, sig, and created_at are generated on publish.

Tags
{#each tags as tag, index (index)}
updateTag(index, 0, e.currentTarget.value)} placeholder="Tag name" class="tag-input" /> {#each tag.slice(1) as value, valueIndex} updateTag(index, valueIndex + 1, e.currentTarget.value)} placeholder="Tag value" class="tag-input" /> {/each}
{/each}
{#if showAdvancedEditor} { content = newContent; }} onClose={() => showAdvancedEditor = false} /> {/if} {#if publicationResults && publicationResults.success.length === 0 && publicationResults.failed.length > 0}

All relays failed. You can attempt to republish from cache.

{/if}