Skip to content

docs: replace README video with screenshot gallery#383

Merged
Xoshbin merged 1 commit into
mainfrom
docs/readme-screenshots
May 31, 2026
Merged

docs: replace README video with screenshot gallery#383
Xoshbin merged 1 commit into
mainfrom
docs/readme-screenshots

Conversation

@Xoshbin
Copy link
Copy Markdown
Owner

@Xoshbin Xoshbin commented May 31, 2026

No description provided.

Copy link
Copy Markdown

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the README.md file by replacing a video link with a hero image and adding a "Screenshots" section containing a table of features. The reviewer suggested combining the images and their captions into single cells using <br> tags to improve accessibility for screen readers and prevent layout misalignment.

Comment thread README.md
Comment on lines +15 to +28
| | |
|:---:|:---:|
| ![Search results](docs/images/the-basics-results.png) | ![AI agents](docs/images/feature-ai-agents-hero.png) |
| **Fast fuzzy search** | **AI agents with tool calling** |
| ![Calculator](docs/images/feature-calculator-hero.png) | ![Clipboard history](docs/images/feature-clipboard-hero.png) |
| **Instant calculator** | **Clipboard history** |
| ![MCP servers](docs/images/feature-mcp-hero.png) | ![Window management](docs/images/feature-window-management-hero.png) |
| **MCP servers** | **Window management** |
| ![Snippets](docs/images/feature-snippets-hero.png) | ![Scripts](docs/images/feature-scripts-hero.png) |
| **Snippets** | **Scripts** |
| ![Extensions](docs/images/feature-extensions-hero.png) | ![Browser integration](docs/images/feature-browser-hero.png) |
| **Extensions** | **Browser integration** |
| ![Keyboard shortcuts](docs/images/keyboard-shortcuts-help.png) | ![Settings](docs/images/settings-general.png) |
| **Keyboard-first** | **Settings** |
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Using separate rows for images and their captions in a Markdown table can cause accessibility issues (screen readers will read all images in a row before reading their captions) and layout misalignment if the images have different heights or if the page is viewed on smaller screens.

Combining the image and its caption into a single cell using a <br> tag keeps them grouped together, improving both accessibility and layout robustness.

Suggested change
| | |
|:---:|:---:|
| ![Search results](docs/images/the-basics-results.png) | ![AI agents](docs/images/feature-ai-agents-hero.png) |
| **Fast fuzzy search** | **AI agents with tool calling** |
| ![Calculator](docs/images/feature-calculator-hero.png) | ![Clipboard history](docs/images/feature-clipboard-hero.png) |
| **Instant calculator** | **Clipboard history** |
| ![MCP servers](docs/images/feature-mcp-hero.png) | ![Window management](docs/images/feature-window-management-hero.png) |
| **MCP servers** | **Window management** |
| ![Snippets](docs/images/feature-snippets-hero.png) | ![Scripts](docs/images/feature-scripts-hero.png) |
| **Snippets** | **Scripts** |
| ![Extensions](docs/images/feature-extensions-hero.png) | ![Browser integration](docs/images/feature-browser-hero.png) |
| **Extensions** | **Browser integration** |
| ![Keyboard shortcuts](docs/images/keyboard-shortcuts-help.png) | ![Settings](docs/images/settings-general.png) |
| **Keyboard-first** | **Settings** |
| | |
|:---:|:---:|
| ![Search results](docs/images/the-basics-results.png)<br>**Fast fuzzy search** | ![AI agents](docs/images/feature-ai-agents-hero.png)<br>**AI agents with tool calling** |
| ![Calculator](docs/images/feature-calculator-hero.png)<br>**Instant calculator** | ![Clipboard history](docs/images/feature-clipboard-hero.png)<br>**Clipboard history** |
| ![MCP servers](docs/images/feature-mcp-hero.png)<br>**MCP servers** | ![Window management](docs/images/feature-window-management-hero.png)<br>**Window management** |
| ![Snippets](docs/images/feature-snippets-hero.png)<br>**Snippets** | ![Scripts](docs/images/feature-scripts-hero.png)<br>**Scripts** |
| ![Extensions](docs/images/feature-extensions-hero.png)<br>**Extensions** | ![Browser integration](docs/images/feature-browser-hero.png)<br>**Browser integration** |
| ![Keyboard shortcuts](docs/images/keyboard-shortcuts-help.png)<br>**Keyboard-first** | ![Settings](docs/images/settings-general.png)<br>**Settings** |

@Xoshbin Xoshbin merged commit 16ea438 into main May 31, 2026
1 check passed
@Xoshbin Xoshbin deleted the docs/readme-screenshots branch May 31, 2026 15:22
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