Have others join by sharing the following url:
{#if args} { if (wsProvider?.shouldConnect) { disableCollaboration() } else { setCollaborationMode() } }} on:showDiffMode={showDiffMode} on:hideDiffMode={hideDiffMode} customUi={customUi?.editorBar} collabLive={wsProvider?.shouldConnect} {collabMode} {validCode} iconOnly={width < EDITOR_BAR_WIDTH_THRESHOLD} on:collabPopup={() => (showCollabPopup = true)} {editor} {lang} on:createScriptFromInlineScript {websocketAlive} collabUsers={peers} kind={asKind(kind)} {template} {args} {noHistory} {saveToWorkspace} lastDeployedCode={lastDeployedCode && lastDeployedCode !== code ? lastDeployedCode : undefined} {diffMode} bind:showHistoryDrawer > {#snippet right()} {@render editor_bar_right?.()} {/snippet} {/if} {#if !noSyncFromGithub && customUi?.editorBar?.useVsCode != false}
{/if}
{#if lang === 'ansible' && ansibleAlternativeExecutionMode != null} {@render editorContent()}

File Browser

{:else} {@render editorContent()} {/if}
{#if showTabs}
{#if hasPreprocessor}
{/if}
{/if}
{#if testIsLoading} {:else} {@const disableTriggerButton = customUi?.previewPanel?.disableTriggerButton === true}
{#if !disableTriggerButton} {/if}
{/if}
{#if jsonView}
{ if (e.detail) { args = e.detail } }} updateOnBlur={false} placeholder={`Write args as JSON.

Example:

{
  "foo": "12"
}`} />
{:else}
{#key argsRender} {/key}
{/if}
{#if scriptProgress} {/if} {#snippet capturesTab()}
{/snippet}
{#snippet editorContent()}
{#if assets?.length} {/if} {#if lang === 'ansible' && hasDelegateToGitRepo} {/if} {#if testPanelSize === 0}
{#key lang} { inferSchema(e.detail) }} on:saveDraft on:toggleTestPanel={toggleTestPanel} cmdEnterAction={async () => { await inferSchema(code) runTest() }} formatAction={async () => { await inferSchema(code) try { localStorage.setItem(path ?? 'last_save', code) } catch (e) { console.error('Could not save last_save to local storage', e) } dispatch('format') }} class="flex flex-1 h-full !overflow-visible" scriptLang={lang} automaticLayout={true} {fixedOverflowWidgets} {args} {enablePreprocessorSnippet} /> { showHistoryDrawer = true } }, { text: 'Quit diff mode', onClick: () => { hideDiffMode() }, color: 'red' } ] : []} /> {/key}
{/snippet}