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

"Copy" context menu options don't do anything in "Graph" mode. #1366

Open
mmuellerdm opened this issue Nov 6, 2024 · 3 comments · May be fixed by #1391
Open

"Copy" context menu options don't do anything in "Graph" mode. #1366

mmuellerdm opened this issue Nov 6, 2024 · 3 comments · May be fixed by #1391

Comments

@mmuellerdm
Copy link

It seems that the plugin just doesn't know where to put the data it obviously has (it's all in the mouseover popup), since it works fine in "Generate" mode. This isn't a huge issue if you know it, but somewhat of a trap since I just lost a few prompts that I thought I had saved that way. Maybe copy the data to the clipboard if it can't be properly put back into the UI? Or at least gray out the options that can't work like it already does for "Copy Style"?

The "proper" way would be to change the context menu based on the parameter nodes in the workflow, but that is obviously not trivial and has edge cases where the workflow can change along the way etc.

@mmuellerdm
Copy link
Author

After thinking about this some more, I think this is really a feature request to add a "copy data to clipboard" context menu item that just puts the same text that is in the info popup into the clipboard. That would solve the problem and would be useful in general for all modes.

@nabileisa
Copy link

+1 for the ability to copy generation parameters to clipboard, and add the ability save them to txt or workflow json file like it can be done for images with save image.

@mmuellerdm mmuellerdm linked a pull request Nov 13, 2024 that will close this issue
@mmuellerdm
Copy link
Author

I've made a pull request for the minimal proposal since it turned out to be pretty easy.

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 a pull request may close this issue.

2 participants