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

Feature Request: Copy to Clipboard #6

Open
beingskyler opened this issue Aug 9, 2023 · 1 comment
Open

Feature Request: Copy to Clipboard #6

beingskyler opened this issue Aug 9, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@beingskyler
Copy link

  • Primary: Add a standard copy clipboard icon to prompt-answer div that copies Answer Box text to the clipboard when clicked.
  • Alternative: Or at least the ability to select the text in the Answer Box area.

For alternative route, I just modified the user-select attribute in my theme's CSS for now to get it to work.

.obsidian-ai-tools-answer {
    user-select: text;
}
@solderneer
Copy link
Owner

Good idea!

@solderneer solderneer self-assigned this Aug 10, 2023
@solderneer solderneer added the enhancement New feature or request label Aug 10, 2023
@solderneer solderneer added this to the 1.2.0 milestone Aug 11, 2023
@danryan danryan mentioned this issue Nov 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants