Skip to content

Site update: edit mode, images, links, external editor, window state#25

Merged
ptheofan merged 3 commits into
mainfrom
docs/site-1.4.0
May 18, 2026
Merged

Site update: edit mode, images, links, external editor, window state#25
ptheofan merged 3 commits into
mainfrom
docs/site-1.4.0

Conversation

@ptheofan
Copy link
Copy Markdown
Owner

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:

  1. Features grid (`index.html`) — 5 new cards: Inline Edit Mode, Inline Images, Smart Links, Window State, External Editor.
  2. Docs sections (`docs.html`) — new Edit Mode, Images, Links, External Editor, and Window State sections covering what each feature does and how to use it.
  3. Shortcuts table (`docs.html`) — split into "Global" + "In edit mode" tables. Global adds `Cmd+E` (toggle edit mode) and `Cmd+S` (save); Edit Mode covers formatting (B/I/Shift+X/E/K), toggles (/, Shift+F), navigation (Enter, Shift+Enter, arrows), and commit (Esc).

Site only — `pages.yml` triggers on `site/**` so deployment is decoupled from the app release.

Test plan

  • Open `site/index.html` locally — five new cards appear at the end of the Features grid, render correctly in light/dark
  • Open `site/docs.html` locally — new sections render with correct headings, tables, code formatting
  • Verify the two shortcut tables are clearly separated and readable
  • After merge: confirm GitHub Pages deploys and the live site reflects the changes

🤖 Generated with Claude Code

ptheofan and others added 3 commits May 16, 2026 20:25
…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>
@ptheofan ptheofan merged commit 61609e4 into main May 18, 2026
4 checks passed
@ptheofan ptheofan deleted the docs/site-1.4.0 branch May 18, 2026 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant