I would like to be able to insert an image that opens a website in my browser when clicked.
This PR adds a new parameter to insertImage() that takes a URL, file path, or mailto string and uses it to add a drawing relationship, turning the image into a hyperlink. Tests are included.
I've also updated the DESCRIPTION and NEWS file with what I understood to be correct for the development version. Let me know if this was incorrect.
I would like to be able to insert an image that opens a website in my browser when clicked.
This PR adds a new parameter to
insertImage()
that takes a URL, file path, or mailto string and uses it to add a drawing relationship, turning the image into a hyperlink. Tests are included.I've also updated the DESCRIPTION and NEWS file with what I understood to be correct for the development version. Let me know if this was incorrect.
Thanks in advance for your time.