I have started with downloading adobe uxp and created a starter plugin. that worked fine.
Then I changed the plugin to have a button in the panel.
I asked ChatGPT to create the correct code configurations to get the button to run a script.
The script alone works fine. I have it in my script folder, but I want this to be plugin rather then going to the script panel to run it and other scripts I have developed.
ChatGPT just can’t give me the right coding to develop this. ChatGPT tells me what each of my files codes should be for index.html, manifest and main.js but the button never works.
Can someone help me.
The goal is to create a Panel with 4 buttons. Each button runs a different script that has already been tested and works.