We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I was trying this new feature but Plugin browser always return this error message: Something went wrong, this: unknown xbar.var type: list
Something went wrong, this: unknown xbar.var type: list
The metadata I used was: (as documented) # <xbar.var>list(VAR_STYLE="normal"): Which style to use. [small, normal, big]</xbar.var>
# <xbar.var>list(VAR_STYLE="normal"): Which style to use. [small, normal, big]</xbar.var>
So took a look in the code and plugin_metadata_test.go is expecting select so I tried, error is gone, but dropdown is not rendered in the screen.
plugin_metadata_test.go
select
The text was updated successfully, but these errors were encountered:
@ramonmata you're right - it was changed from list to select but wasn't updated everywhere. Thanks for pointing it out, I'll fix this today.
list
Sorry, something went wrong.
@ramonmata please try the latest release, and let me know
Hi @matryer, it works!
No branches or pull requests
I was trying this new feature but Plugin browser always return this error message:
Something went wrong, this: unknown xbar.var type: list
The metadata I used was: (as documented)
# <xbar.var>list(VAR_STYLE="normal"): Which style to use. [small, normal, big]</xbar.var>
So took a look in the code and
plugin_metadata_test.go
is expectingselect
so I tried, error is gone, but dropdown is not rendered in the screen.The text was updated successfully, but these errors were encountered: