Skip to content

Instantly share code, notes, and snippets.

@peterkc
Created August 19, 2015 21:17
Show Gist options
  • Save peterkc/5aeed684981d407b1b5c to your computer and use it in GitHub Desktop.
Save peterkc/5aeed684981d407b1b5c to your computer and use it in GitHub Desktop.
Use this config with the flex-tool-bar plugin for tool-bar
[
{
type: "url"
icon: "octoface"
url: "https://github.com/peterkc"
tooltip: "Github Page"
}
{
type: "url"
icon: "link"
url: "http://jira.zephyr-intranet.com/secure/Dashboard.jspa"
tooltip: "Zephyr JIRA"
iconset: "fa"
}
{
type: "url"
icon: "code-fork"
url: "http://stash.zephyr-intranet.com"
tooltip: "Zephyr Stash"
iconset: "fa"
}
{
type: "url"
icon: "tasks"
url: "http://bamboo.zephyr-intranet.com"
tooltip: "Zephyr Bamboo"
iconset: "fa"
}
{
type: "url"
icon: "users"
url: "http://confluence.zephyr-intranet.com"
tooltip: "Zephyr Confluence"
iconset: "fa"
}
{
type: "spacer"
}
{
type: "button"
icon: "markdown"
callback: "markdown-preview:toggle"
disable: "!markdown"
}
{
type: "button"
icon: "arrows-h"
callback: "tree-view:toggle"
tooltip: "Toggle Treeview"
iconset: "fa"
}
{
type: "button"
icon: "navicon"
callback: "command-palette:toggle"
tooltip: "Toggle Command Palette"
iconset: "fa"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment