Ah, Ok- I figured it out after a bit of tinkering but thank you for confirming that.
I haven’t yet seen anything for adding an icon but I’m assuming if I just do $:/plugin-author/plugin-name/icon
it should apply it.
One small nitpick I do have is that if I want to make a plugin’s version 0.1.0 or similar, I have to manually edit the plugin post save/reload because it auto bumps the number to 0.1.1
Other then that, seems simple enough
Edit: Just a small addendum for anyone making their first plugin, you can use the button below to go through and clear out the created creator modified and modifier fields all the tiddlers that are apart of your plugin with.
\define tiddlerWithFields() (Tiddler Title Here)
<$button>
<$action-deletefield $tiddler=<<tiddlerWithFields>> created creator modified modifier/>
Remove System Field Values
</$button>
"""
Note:
Make sure to turn off Timestamps in SideBar Actions.
"""