Skip to content
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

Add context menu with copy action in preview markdown files #14409

Open
sophiali23 opened this issue Nov 5, 2024 · 1 comment
Open

Add context menu with copy action in preview markdown files #14409

sophiali23 opened this issue Nov 5, 2024 · 1 comment

Comments

@sophiali23
Copy link
Contributor

Feature Description:

No context menu is rendered when I right-click in a preview markdown file. It would be nice to have one where I can perform actions like copy.

@tsmaeder
Copy link
Contributor

tsmaeder commented Nov 7, 2024

There are actually two markdown previews available in Theia IDE: one is contributed by the "preview" package and one is a webview coming from the VS Code built-in. While we have no control over the VS Code built-in, we could do sth. about our own package.
I don't see any useful commands in a preview though beyond "copy". Note that the 'ctrl-c' shurtcut works in the preview.

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

No branches or pull requests

2 participants