LoginSignup
1
0

More than 5 years have passed since last update.

flex-toolbarの自分設定

Last updated at Posted at 2015-04-22

自分用の設定

toolbar.json
[{
  "type": "url",
  "icon": "mark-github",
  "url": "http://github.com",
  "tooltip": "Github Page",
  "iconset": ""
}, {
  "type": "spacer"
}, {
  "type": "button",
  "icon": "document",
  "callback": "application:new-file",
  "tooltip": "New File",
  "iconset": "ion"
}, {
  "type": "button",
  "icon": "file",
  "callback": "application:open",
  "tooltip": "Open File",
  "iconset": "fa"
}, {
  "type": "button",
  "icon": "floppy-o",
  "callback": "core:save",
  "tooltip": "Save File",
  "iconset": "fa"
}, {
  "type": "spacer"
}, {
  "type": "button",
  "icon": "markdown",
  "callback": "markdown-preview:toggle",
  "tooltip": "markdown-preview",
  "iconset": ""
} ,{
  "type": "button",
  "icon": "html5",
  "callback": "atom-html-preview:toggle",
  "tooltip": "html-preview",
  "iconset": "fa"
} ,{
  "type": "spacer"
}, {
  "type": "button",
  "icon": "settings",
  "callback": "application:show-settings",
  "tooltip": "Setting",
  "iconset": ""
}]

とりあえず、普通のtoolbar程度には欲しいかなと。
で、markdownとかのプレビューボタンも欲しいなって。
後は設定周りにも簡単に行きたいなって。

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0