Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ksafranski/nodedit-plugin-colorutil
Color utility for the Nodedit IDE
https://github.com/ksafranski/nodedit-plugin-colorutil
Last synced: about 23 hours ago
JSON representation
Color utility for the Nodedit IDE
- Host: GitHub
- URL: https://github.com/ksafranski/nodedit-plugin-colorutil
- Owner: ksafranski
- Created: 2013-07-26T18:37:15.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-07-26T18:38:16.000Z (over 11 years ago)
- Last Synced: 2024-04-15T09:19:37.879Z (9 months ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Nodedit ColorUtil Plugin
This plugin provides a color pallette for selection and conversion with HEX and GRB formatted color codes.
## Installation
Copy contents of folder into Nodedit's `/plugins` folder and ensure the folder is named **colorutil**. Then open the `/plugins/plugins.json`
file and add the Key-Value pair like the following:```
{
...
"ColorUtil": "colorutil"
...
}
```*Note: ensure the value `colorutil` is lowercase*