Skip to content

docs(user-guide): document table copy-to-clipboard button - #342

Open
Shagon1k wants to merge 3 commits into
codemie-ai:mainfrom
Shagon1k:docs/EPMCDME-13243-copy-table-to-clipboard
Open

docs(user-guide): document table copy-to-clipboard button#342
Shagon1k wants to merge 3 commits into
codemie-ai:mainfrom
Shagon1k:docs/EPMCDME-13243-copy-table-to-clipboard

Conversation

@Shagon1k

@Shagon1k Shagon1k commented Aug 4, 2026

Copy link
Copy Markdown

Summary

Documents the new Copy button that appears on markdown tables in assistant responses — added in EPMCDME-13243. When clicked, it copies the full table to the clipboard and shows a brief confirmation toast.

Changes

  • Added docs/user-guide/assistants/copy-table.md — new standalone page explaining the table copy button, positioned after the HTML Preview page in the sidebar
  • Updated sidebars.ts — registered the new page in the Assistants navigation
  • Added faq/how-do-i-copy-a-table-from-an-assistant-response.md — FAQ entry for the feature

Testing

  • Tested locally with npm start
  • All pages render correctly
  • Images display properly
  • Internal links work
  • Sidebar navigation works

Quality Checks

  • npm run check passes (typecheck + lint + commitlint)
  • No MDX compilation errors
  • No raw angle brackets (<text> must be `<text>`)
  • Sidebar references document IDs (not filenames)
  • Images stored locally next to content (not in static/img/)
  • Commit messages follow Conventional Commits
  • No secrets or credentials in documentation

Additional Notes

Related UI change: EPMCDME-13243 MR

@alezander86
alezander86 force-pushed the docs/EPMCDME-13243-copy-table-to-clipboard branch from f174f0c to a9b1f7e Compare August 4, 2026 14:53

@alezander86 alezander86 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

It would be helpful if you could highlight where this button is located with a screenshot.

@alezander86 alezander86 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

https://gitbud.epam.com/epm-cdme/codemie-onboarding#documenting-your-feature

Note — Screenshot guidelines:

Show the full screen — screenshots must not be cropped; the entire browser or application window should be visible. This gives the reader full context: they can see where in the application they are, which page or section is open, and what surrounds the feature being described — not just an isolated fragment of the UI.

Blur sensitive data — before publishing, blur any information that could identify a person or expose internal infrastructure: names, surnames, email addresses, usernames, IP addresses, hostnames, internal URLs, API endpoints, tokens, or any other credentials. A free tool for this is Awesome Screenshot & Screen Recorder, which has a built-in blur feature.

Use 100% zoom — do not zoom in the browser or OS display settings when taking screenshots.

Use standard aspect ratios — capture at 4:3, 16:9, or 16:10. Avoid ultrawide formats (21:9, 43:18, etc.) as they make content harder to read in documentation.

@alezander86 alezander86 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

From the screenshot, I can see personal information, browser tabs, the user's profile picture, and parts of the browser window. Here's an example of how the screenshot should look after this information is hidden.

Image

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.

2 participants