My plugin is purely based on menu commands and I want to add a “Help” command, which would open a dialog by calling uxpShowModal(). But as there’s no HTML, where do I put my modal HTML so that I could access it and display?
BTW, any idea where I can find uxpShowModal() available options? Only found two examples from @kerrishotts and @DavideBarranca and nothing in the docs
Found show() and showModal() under JS reference for HTMLDialogElement. show() allows app UI interaction and showModal() does not. Still no available options listed, but what’s the difference between showModal() and uxpShowModal()? Both looks to be working the same. Tried uxpShow(), but this doesn’t exist