1.0.0 • Published 3 years ago

@phoenix-plugin-registry/pflynn.inline-gradient-editor v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Inline Gradient Editor for Brackets

Put your cursor on a CSS gradient and press Ctrl-E (Quick Edit) to bring up the editor. Also works in LESS & SASS files.

Screenshot

Limitations

  • Currently only supports linear-gradient() and its vendor-prefix variants - does not yet support radial-gradient() & repeating gradients.
  • Gradient color stops cannot be added or removed yet - but you can move them and adjust colors.

How to Install

Inline Gradient Editor is an extension for Brackets, a new open-source code editor for the web.

To install extensions:

  1. Choose File > Extension Manager and select the Available tab
  2. Search for this extension
  3. Click Install!

License

Simplified BSD License -- see main.js for details. Note that this license requires a notice or attribution accessible to end users.

The files ColorEditor.js and ColorEditorTemplate.js are code from Brackets, under its MIT license. The file tinycolor-min.js is also under the MIT license.

Compatibility

Brackets Sprint 36 or newer (Adobe Edge Code Preview 7 or newer).