All Projects β†’ molnarmark β†’ Carbonsublime

molnarmark / Carbonsublime

Licence: mit
πŸš€ A Sublime Text 3 Plugin for Carbon. (https://carbon.now.sh)

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Carbonsublime

sublime-live-server
🌍️ Launch a Development Server directly from Sublime Text
Stars: ✭ 49 (-52.88%)
Mutual labels:  sublime, sublime-text, sublime-text-3, sublime-package
Sublimeallautocomplete
Extend Sublime autocompletion to find matches in all open files of the current window
Stars: ✭ 906 (+771.15%)
Mutual labels:  sublime-text, sublime-text-3, sublime, sublime-package
Sublime zk
A SublimeText3 package featuring ID based wiki style links, and #tags, intended for zettelkasten method users. Loaded with tons of features like inline image display, sophisticated tag search, note transclusion features, support for note templates, bibliography support, support for multiple panes, etc. to make working in your Zettelkasten a joy πŸ˜„.
Stars: ✭ 408 (+292.31%)
Mutual labels:  sublime-text, sublime-text-3, sublime-package
Golite
Add essential language support for the Go language to Sublime Text 3.
Stars: ✭ 14 (-86.54%)
Mutual labels:  sublime, sublime-text, sublime-text-3
Ayu
πŸŽ¨πŸ–Œ Modern Sublime Text theme
Stars: ✭ 3,933 (+3681.73%)
Mutual labels:  sublime-text, sublime-text-3, sublime
sublime
Repository for the Tandem Sublime Plugin
Stars: ✭ 22 (-78.85%)
Mutual labels:  sublime, sublime-text, sublime-text-3
sublime-text-theme-switcher-menu
Painless theme selection in Sublime Text ⚑
Stars: ✭ 18 (-82.69%)
Mutual labels:  sublime-text, sublime-text-3, sublime-package
Sublime-Pretty-Shell
🐚 Shell Script Formatter / Syntax Checker (Powered by shfmt)
Stars: ✭ 28 (-73.08%)
Mutual labels:  sublime-text, sublime-text-3, sublime-package
Productive Sublime Snippets Ruby
Ruby Snippets for Sublime Text
Stars: ✭ 109 (+4.81%)
Mutual labels:  sublime-text, sublime-text-3, sublime
Nineties
πŸ’Ύ Colors for World Wide Web pioneers
Stars: ✭ 16 (-84.62%)
Mutual labels:  sublime, sublime-text, sublime-text-3
sublime-text
Subime Text 相关衄源攢集整理
Stars: ✭ 62 (-40.38%)
Mutual labels:  sublime-text, sublime-text-3, sublime-package
CSSFontFamily
CSSFontFamily is a Sublime Text plugin with a collection of font stacks autocomplete.
Stars: ✭ 15 (-85.58%)
Mutual labels:  sublime-text, sublime-text-3, sublime-package
Css3
The most complete CSS support for Sublime Text
Stars: ✭ 178 (+71.15%)
Mutual labels:  sublime-text, sublime-text-3, sublime
Sublime Jekyll
A Sublime Text package for Jekyll static sites.
Stars: ✭ 160 (+53.85%)
Mutual labels:  sublime-text, sublime-text-3, sublime-package
Nord Sublime Text
An arctic, north-bluish clean and elegant Sublime Text theme.
Stars: ✭ 109 (+4.81%)
Mutual labels:  sublime-text, sublime-text-3, sublime
Coffeescript Sublime Plugin
Syntax highlighting and checking, commands, shortcuts, snippets, compilation and more.
Stars: ✭ 296 (+184.62%)
Mutual labels:  sublime-text, sublime-text-3, sublime
Milotic
Color Full Theme for All Text Editors!
Stars: ✭ 23 (-77.88%)
Mutual labels:  sublime, sublime-text, sublime-text-3
eRCaGuy dotfiles
.bashrc file, terminal prompt that shows current git branch, Arduino setup, Eclipse setup, git diff with line numbers, helpful scripts, improved Linux productivity, etc.
Stars: ✭ 84 (-19.23%)
Mutual labels:  sublime, sublime-text, sublime-text-3
Chromerepl
A Sublime Text plugin to execute JavaScript in Google Chrome
Stars: ✭ 347 (+233.65%)
Mutual labels:  sublime-text, sublime-text-3, sublime-package
Javascriptenhancements
JavaScript Enhancements is a plugin for Sublime Text 3. It offers not only a smart javascript autocomplete but also a lot of features about creating, developing and managing javascript projects (real-time errors, code refactoring, etc.).
Stars: ✭ 592 (+469.23%)
Mutual labels:  sublime-text, sublime-text-3

🎨 Sublime Text 3 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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].