Create an Obsidian Link that Executes a Command (from the command prompt). In this case, I’m trying to execute the “Google Calendar: Open gCal Web View” command from the “Google Calendar” plugin
I am not sure even the Advanced modes fo Obsidian URI will do this on its own, without another plugin (if such plugin even exists). The advanced URI plugin supports only commands in obsidian’s command pallet, not OS’ CLI commands as the OP wants to do.
Apparently, that plugin can run javascript through eval if I remember reading some of the Issues pages correctly.
Then possibly app.commands.executeCommandById() can be used…
The OP is not referring to OS commands as I read it, but they do suggest a command from a plugin, which I believe the Advanced modes for Obsidian URI supports. And if it didn’t support it, I reckon you could use another plugin like Templater to define user system command functions , which in turn can be called as commands.
Upon rereading the OP’s post, you are correct; I read it a bit fast; I suppose because I had my own head buried in terminal, I saw what I wanted to see hehe