From 1e381233c2267c7568816e751ad9c96781ad255c Mon Sep 17 00:00:00 2001 From: matryer Date: Wed, 24 Mar 2021 14:51:16 +0000 Subject: [PATCH] clearer docs --- xbarapp.com/articles/2021/03/14/Variables-in-xbar.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/xbarapp.com/articles/2021/03/14/Variables-in-xbar.md b/xbarapp.com/articles/2021/03/14/Variables-in-xbar.md index bc1b10625..d30094fe8 100644 --- a/xbarapp.com/articles/2021/03/14/Variables-in-xbar.md +++ b/xbarapp.com/articles/2021/03/14/Variables-in-xbar.md @@ -21,8 +21,7 @@ To define variables for your plugin, use `xbar.var` tags. ``` * `type` - the kind of field (can be `string`, `number`, `boolean`, or `list`) -* `VAR_NAME` - the name of the variable (will become an environment variable when the plugin runs) -* * If you prefix your variable name with `VAR_` xbar will nicely format the variable label in the UI +* `VAR_NAME` - the name of the variable (will become an environment variable when the plugin runs). If you prefix your variable name with `"VAR_"`, xbar will nicely format the variable label in the UI Prefix names with `VAR_` and use underscores for spaces * `default` - the default/initial value for this variable * `description` - a short label describing the variable