Hi folks thanks for the tips. I have been able to add my macro to the featured dropdown menu by adding the following code:
<web-item key="editor-macrolinkkey" name="myMacro" section="system.editor.featured.macros.default" weight="11">
<label key="myMacro"/>
<link linkId="myMacro"/>
<icon height="16" width="16">
<link>images/pluginIcon.png</link>
</icon>
</web-item>
however I am having an issue with the icon not showing up next to the ‘myMacro’ text. The macro is selectable from the menu and does work when clicked, it just can’t find the image to put in the background of the menu item.
Anyone know if I am linking the image incorrectly? that is the location of the image I used to bind in another area of the atlassian-plugin.xml file, like here
<param name="plugin-icon">images/pluginIcon.png</param>
Thanks, Joe S.