LoginSignup
0
0

More than 1 year has passed since last update.

Sublime TextにCarbonプラグインをいれて画像化

Posted at

Sublime TextにCarbonをインストール

  1. ツール→Command Paletteをひらく
  2. install Package Carbon と入力
  3. Sublime Text→Preferences→Packages Settings→Settings
  4. 左がデフォルトの設定なので、変更したいものを右に書く
  5. コードを入力→⌘+Shift+P でCarbon Shareを選んでサイトにアップ

image.png
image.png
image.png
image.png

設定変更

theme、languageが変更しても変わらないので調査中。。

test_smple
{
  "default": {
    "paddingVertical": "0px",
    "paddingHorizontal": "0px",
    "backgroundImage": null,
    "backgroundImageSelection": null,
    "backgroundMode": "color",
    "backgroundColor": "#fff",
    "dropShadow": false,
    "dropShadowOffsetY": "0px",
    "dropShadowBlurRadius": "0px",
    "theme": "Base 16 (Light)",
    "windowTheme": "none",
    "language": "JavaScript",
    "fontFamily": "Hack",
    "fontSize": "14px",
    "lineHeight": "133%",
    "windowControls": false,
    "widthAdjustment": true,
    "lineNumbers": false,
    "firstLineNumber": 1,
    "exportSize": "1x",
    "watermark": false,
    "squaredImage": false,
    "hiddenCharacters": false,
    "name": "Shared directly from Sublime Text!",
    "width": 680
  } 
}
0
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
0
0