You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have read the docs and checked that the feature I am requesting is not already implemented
My feature request consists of only one feature
Is your Feature Request related to a Problem or Annoyance?
Metabind buttons are great when you use them from markdown but if I want to use them from API then the fact that I can't connect them to a simple javascript callback is very annoying. Sure I can use evaluate or give them source file path, but I am already in code, it'd be much simpler to just give it a callback.
Please fill out these Check-boxes
Is your Feature Request related to a Problem or Annoyance?
Metabind buttons are great when you use them from markdown but if I want to use them from API then the fact that I can't connect them to a simple javascript callback is very annoying. Sure I can use evaluate or give them source file path, but I am already in code, it'd be much simpler to just give it a callback.
Describe the Feature you'd like
Give me a simple way to invoke callback, e.g.:
Alternatives
The following types are as close as we can get:
Which is not ideal, especially if you want to share some context between your code and the button callback
Additional Context
No response
The text was updated successfully, but these errors were encountered: