Miro app Hookmark Support

Would love to get support for the Miro app. They now have a menu item to “copy board link” and I was able to use this to get Hook to grab the link. Only problem I am having is how to get the name of the board I am on…?

This is my current Get Address, I copied this from another app that already has a script built into Hook.

tell application "System Events"
    tell process "Miro"
        set the clipboard to ""
        delay 0.3
        click menu item "Copy board link" of menu 1 of menu bar item "File" of menu bar 1
        delay 0.3
        set theURL to (the clipboard)
    end tell
    end tell
4 Likes

Hi,
I too would love to get this level of support for Miro. I’ve looked at the app using UI Browser, but unfortunately event that doesn’t expose the board name.
The only way I’ve found to get a link to the board with its name is by opening it in Chrome (or I guess any web browser). Then you get a named link to the board.

1 Like

Sorry I forgot to respond to this at the time. Thanks for sharing that, @billyB0t .

@seishonagon, we too found there is no general way to get the title.

2023-01-20 16:45. Updated. I had received a response recently and missed it. I will meet with them on Monday.

1 Like