I'm created a Floating WebView/HTML Menu to display weather information. I want to call the weather API (https://api.weatherapi.com) without storing my API Key in plain text in the file. I thought of using get_keychain_item but it doesn't seem to work. Is there a limitation on using get_keychain_item in a Floating WebView/HTML Menu?
ah yes indeed, this is currently only exposed in BTT's JavaScript runner. I'll expose it in the webview as well with the next alpha.
Thanks, I'll test it when you make it available in the Alpha.