-
Notifications
You must be signed in to change notification settings - Fork 214
Editor updates for parity with current features #2924
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Restructure the keyboard shortcuts page to cover both Visual mode and Markdown mode (Monaco editor). Visual mode shortcuts remain unchanged. New Markdown mode section documents standard VS Code shortcuts for find/replace, line manipulation, and multi-cursor editing. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
broken links are from images in the translated files. will be fixed when translations run |
| |---------|--------------|-------------------| | ||
| | **Speed** | Instant | Requires build time | | ||
| | **Access** | In the editor | Shareable URL | | ||
| | **Use case** | View changes while editing | Share with team for review | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor mismatch: this table says live preview access is "In the editor", but above you say it opens in a new tab.
| | **Use case** | View changes while editing | Share with team for review | | |
| | **Access** | In a new tab from the editor | Shareable URL | |
|
|
||
| To create a new folder, click **Add**. | ||
| Drag and drop media from your computer or the asset manager onto a page in visual mode. Files save to the root of your `images/` folder. | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure we want to guarantee uploads always land in the root of images/ (users may have folders). Consider softening.
| Drag and drop media from your computer or the asset manager onto a page in visual mode. Files save to your `images/` folder. |
| - Click pages to open them in the editor. | ||
| - Click the search icon or press <kbd>Cmd</kbd> + <kbd>P</kbd> (macOS) or <kbd>Ctrl</kbd> + <kbd>P</kbd> (Windows) to search for files by name. | ||
| - Click the search icon or press <kbd>Cmd</kbd> + <kbd>P</kbd> (macOS) or <kbd>Ctrl</kbd> + <kbd>P</kbd> (Windows) to search for files by filename. Search matches exact filenames, so use hyphens between words (for example, `get-agent-job` instead of `get agent job`). | ||
|
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"Search matches exact filenames" might be stricter than the actual behavior (and could go stale). If it isn't truly exact-match only, consider loosening the wording.
| - Click the search icon or press <kbd>Cmd</kbd> + <kbd>P</kbd> (macOS) or <kbd>Ctrl</kbd> + <kbd>P</kbd> (Windows) to search for files by filename. Search matches filenames, so use hyphens between words (for example, `get-agent-job` instead of `get agent job`). |
Documentation changes
This PR includes multiple small edits to align with current state of the web editor.
Closes https://linear.app/mintlify/issue/DOC-239/editor-january-updates
For Reviewers
When reviewing documentation PRs, please consider:
✅ Technical accuracy
✅ Clarity and completeness
✅ User experience
Note
Updates web editor documentation to reflect current features, streamline wording, and clarify workflows.
Keyboard shortcutswith separate Visual/Markdown sections, new commands (e.g., open agent), and VS Code-style bindingsLive previewpage: simplified open instructions (play icon, new tab), adds comparison table vs preview deploymentsMediapage: focuses on supported types, adding media via drag-and-drop/slash command/asset manager, and managing assets (folders, rename, delete) with updated screenshotsPagesguide: clarifies filename search behavior; adds manage pages actions (move/duplicate/delete/hide)Publishflow: clarifies when publish creates PRs vs deploys directly and when the Publish button is disabledOverviewcopy tightened and adds a card linking toLive previewWritten by Cursor Bugbot for commit 825f253. This will update automatically on new commits. Configure here.