[ { type: "url", icon: "octoface", url: "http://github.com", tooltip: "Github", iconset: "" }, { type: "url", icon: "book", url: "https://developer.mozilla.org/enUS/", tooltip: "MDN Mozilla Developer Network", iconset: "fa" }, { type: "url", icon: "stack-overflow", url: "http://stackoverflow.com/", tooltip: "stackoverflow", iconset: "fa" }, { type: "url", icon: "bitbucket", url: "https://bitbucket.org/", tooltip: "bitbucket", iconset: "fa" }, { type: "url", icon: "jsfiddle", url: "https://jsfiddle.net/", tooltip: "jsfiddle", iconset: "fa" }, { type: "spacer" }, { type: "button", icon: "document", callback: "application:newfile", tooltip: "New File", iconset: "ion" }, { type: "button", icon: "folder", callback: "application:openfile", tooltip: "Open...", iconset: "ion" }, { type: "button", icon: "columns", callback: "pane:split-right", tooltip: "Split Right", iconset: "fa" }, { type: "spacer" }, { type: "button", icon: "search", callback: "findandreplace:show", tooltip: "Find in Buffer", iconset: "ion" }, { type: "button", icon: "shuffle", callback: "findandreplace:showreplace", tooltip: "Replace in Buffer", iconset: "ion" }, { type: "spacer" }, { type: "button", icon: "markdown", callback: "markdown-preview:toggle", disable: "!markdown" }, { type: "button", icon: "refresh", callback: "window:reload", iconset: "fa" } ]