Carbon
🚀 A Sublime Text Plugin for Carbon. (https://carbon.now.sh)
Details
Installs
- Total 5K
- Win 2K
- Mac 1K
- Linux 879
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 1 | 0 | 1 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 1 | 2 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
🎨 Sublime Text Plugin for Carbon
Installation
Install Carbon via Package Control.
Command Palette Usage
You can use the command Carbon: Share Selection
from the command palette (ctrl/cmd + shift + p) to open Carbon.
Keymap Usage
This package doesn't provide a default keymap. If you need to, add a keymap setting like the following to your Sublime keymap file:
{ "keys": ["f3"], "command": "carbon" }
Then go into your file, select a region, and press the bound key.
Settings
Use Preferences: Carbon Settings
from the command palette (ctrl/cmd + shift + p)
Or you can open the configuration file via the menu:
Preferences > Package Settings > Carbon > Settings. By default, it uses the initial configuration from 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
- If set to true, lines starting with indents are trimmed. (true by default)
show_status_messages
- If set to true, success/error messages are displayed in the status bar. (true by default)
use_emojis_in_status_messages
- If set to true, indicator emojis are added the success/error messages in the status bar. (true by default)
Custom Configuration
- Head over to the Carbon.
- Configure the editor to your preferred look.
- Click the Misc tab.
- Press Export config.
- Paste the downloaded configuration under the default property in the settings.