ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Huely Palette Extractor

by jeloi ALL

A sublime plugin to extract and visualize colors in your code using huely.co

Details

  • 0.1.0
  • huely.​co
  • github.​com
  • 10 years ago
  • 2 hours ago
  • 10 years ago

Installs

  • Total 2K
  • Win 898
  • Mac 479
  • Linux 228
Nov 23 Nov 22 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
Windows 0 0 1 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 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 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 0 0 0 0 0 0 0 0 0 0 0 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 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 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

Huely Palette Extractor - Sublime Plugin

A sublime plugin to extract and visualize colors in your code in a nice interactive palette.

This is a plugin for huely.co, and requires an internet connection to work.

Installation

(Coming Soon) With Package Control:
Run “Package Control: Install Package” command, find and install the Huely Palette plugin. Restart Sublime if necessary.

Manually:
Clone or download git repo into your packages folder (in ST, find Browse Packages… menu item to open this folder) Restart Sublime if necessary.

Usage

Default OSX Keybinding: ctrl+shift+h

Setup your own keybinding by inserting the follow in your user keybindings file:

{ “keys”: [“ctrl+shift+h”], “command”: “huely_extract” }

Technical Info, ICYW

  • The plugin submits a post request to the huely “API”, with the text data in your current file.
  • If there are colors to be extracted, huely creates a palette and returns with 200:OK and the palette ID.
  • The plugin then uses webbrowser to open your browser to the palette page.
  • Don't count on your palettes being permanently reachable! Huely is currently hosted on meteor.com and I don't own the DB.