Site update: edit mode, images, links, external editor, window state#25
Merged
Conversation
…ate, external editor Catches the index page up with capabilities shipped in 1.3.3 and 1.4.0 that weren't reflected in the features grid: - Inline Edit Mode (1.4.0 — WYSIWYG over earlier Notion-style mode) - Inline Images (1.3.3 — local and HTTPS via om-asset: protocol) - Smart Links (1.3.3 — hover preview, open in browser, right-click menu) - Window State (1.3.3 — size/position/fullscreen restored across sessions) - External Editor (earlier — one-click "open in IDE" from toolbar) Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
…w state Adds dedicated sections to the docs page covering the user-visible features that didn't have docs yet: how to enter edit mode and the full shortcut/menu vocabulary, image rendering (local + remote) with supported formats, link interactions (hover, click, right-click), external editor configuration, and window state persistence. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Adds Cmd+E (toggle edit mode) and Cmd+S (save) to the global table, and a new Edit Mode table covering all the inline editor shortcuts: formatting (B/I/Shift+X/E/K), toggles (/, Shift+F), navigation (Enter, Shift+Enter, arrows), and commit (Esc). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Brings `site/` up to date with the user-visible features shipped since the last site update — most of `1.3.3` and all of `1.4.0`. Three logical commits:
Site only — `pages.yml` triggers on `site/**` so deployment is decoupled from the app release.
Test plan
🤖 Generated with Claude Code