碳
🚀 Sublime Text插件用于Carbon。(https://carbon.now.sh)
详情
安装
- 总数 5K
- Win 2K
- Mac 1K
- Linux 866
8月6日 | 8月5日 | 8月4日 | 8月3日 | 8月2日 | 8月1日 | 7月31日 | 7月30日 | 7月29日 | 7月28日 | 7月27日 | 7月26日 | 7月25日 | 7月24日 | 7月23日 | 7月22日 | 7月21日 | 7月20日 | 7月19日 | 7月18日 | 7月17日 | 7月16日 | 7月15日 | 7月14日 | 7月13日 | 7月12日 | 7月11日 | 7月10日 | 7月9日 | 7月8日 | 7月7日 | 7月6日 | 7月5日 | 7月4日 | 7月3日 | 7月2日 | 7月1日 | 6月30日 | 6月29日 | 6月28日 | 6月27日 | 6月26日 | 6月25日 | 6月24日 | 6月23日 | 6月22日 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 2 | 0 | 0 | 0 | 1 |
Mac | 1 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
自述文件
🎨 Carbon的Sublime Text插件
安装
通过包控制安装碳。
命令面板使用
您可以使用命令面板中的Carbon: Share Selection
(ctrl/cmd + shift + p)来打开Carbon。
快捷图使用
此包不提供默认的快捷键图。如果需要,请将以下快捷键设置添加到您的Sublime键图文件中
{ "keys": ["f3"], "command": "carbon" }
然后在文件中进入,选择一个区域,并按下绑定的键。
设置
从命令面板中使用首选项: 碳设置
(ctrl/cmd + shift + p)
或者您也可以通过菜单打开配置文件
首选项 > 包设置 > 碳 > 设置。默认情况下,它使用Carbon的初始配置
{
"trim_indent": true,
"show_status_messages": true,
"use_emojis_in_status_messages": true,
"default": {
"paddingVertical": "48px",
"paddingHorizontal": "32px",
"backgroundImage": null,
"backgroundImageSelection": null,
"backgroundMode": "color",
"backgroundColor": "rgba(72,112,126,1)",
"dropShadow": true,
"dropShadowOffsetY": "20px",
"dropShadowBlurRadius": "68px",
"theme": "seti",
"windowTheme": "none",
"language": "",
"fontFamily": "Hack",
"fontSize": "14px",
"lineHeight": "133%",
"windowControls": true,
"widthAdjustment": true,
"lineNumbers": true,
"firstLineNumber": 1,
"exportSize": "2x",
"watermark": false,
"squaredImage": false,
"hiddenCharacters": false,
"name": "Hello",
"width": 680
}
}
trim_indent
- 如果设置为true,则删除以缩进开始的行。(默认为true)
show_status_messages
- 如果设置为true,成功/错误消息将显示在状态栏中。(默认为true)
use_emojis_in_status_messages
- 如果设置为true,将在状态栏的成功/错误消息中添加指示表情符号。(默认为true)
自定义配置
- 转到Carbon。
- 根据您的喜好配置编辑器。
- 点击杂项选项卡。
- 点击导出配置。
- 将下载的配置粘贴到设置中的默认属性下。