I’m trying to add href links to my minihtml doc and I can figure out to pass params.
<a href='subl:my_test'>hi there</a>
works fine, but to pass params, the docs say
subl:command_name {"arg_name": arg_value, …}
But I can’t get this to work. I’ve tried <a href='subl:my_test{"p": "test"}'>hi there</a>
with no luck. I must be thinking about this wrong.