I am currently trying to figure out how I can inject a footer panel or small footer display into sketch UI, similar to Craft (InVision), to display the state of some logic I have configured using JS API.
I have experimented a little with sketch-module-webview, referencing the following:
https://sketchplugins.com/d/2142-injecting-a-webview-in-the-sketch-ui-not-floating
but I was unable to get this to work. I'm not sure if this broke with later versions of sketch after the time of publish.
I am beginning to think I need to integrate into the native UI, although if there is an easier solution, that would be ideal. The footer "button" does not need to be clickable/actionable, it just needs to display the status of some state I have through the JS api.
Example image of what I am trying to achieve (see footer area):
https://i.ibb.co/L8Hm64x/Screen-Shot-2021-03-08-at-1-14-49-PM.png