The open file action opens a file or URL.
interface OpenButtonAction { type: 'open'; link: string; // the file link ([[file]]) or URL (https://www.example.com) to open newTab?: boolean; // whether to open the link in a new tab}
This button opens the Meta Bind Docs in your default browser.
```meta-bind-buttonstyle: primarylabel: Open Meta Bind Docsaction: type: open link: https://www.moritzjung.dev/obsidian-meta-bind-plugin-docs/```