Tool {statusVm.toolId} {statusVm.mode}
Cursor {formatCursorCoord(statusVm.cursorWorld.x)}, {formatCursorCoord( statusVm.cursorWorld.y )}
Viewport {formatCursorCoord(viewportOrigin().x)}, {formatCursorCoord(viewportOrigin().y)}
Selection {formatSelection()}
{#if snapSnapshot.gridEnabled} {/if}
Save {formatPersistenceSummary()}
{#if onOpenBrowser} {/if} {#if onShortcutsClick} {/if} {#if onHistoryClick} {/if}
(infoOpen = false)} title="About Inkfinite" class="about-dialog">

About Inkfinite

Inkfinite is an open canvas for sketching, diagramming, and working with coding agents. The web and desktop apps share the same editor and document model.

Version {version}

Quick Tips

    {#each KEYBOARD_TIPS as tip (tip)}
  • {tip}
  • {/each}

Need help?

    {#each HELP_LINKS as link (link.href)}
  • {link.label}
  • {/each}