solderneer / obsidian-ai-tools

Adding powerful semantic search, generative answers, and other AI tools to Obsidian, using Supabase + OpenAI.
https://obsidian.md
MIT License
228 stars 20 forks source link

Feature Request: Copy to Clipboard #6

Open beingskyler opened 1 year ago

beingskyler commented 1 year ago

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 commented 1 year ago

Good idea!