Skip to content

An Atom plugin to quickly edit CSS/LESS/SCSS files from markdown

License

Notifications You must be signed in to change notification settings

Driglu4it/quick-editor

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Editor

Build Status

Quickly select and edit CSS/LESS/SCSS styles from the context of your markup instead of cluttering up your coding environment with extra panes. Inspired by Brackets's quick edit feature.

Quick Edit Demo

Install

apm install quick-editor

Or search for quick-editor in Atom settings view.

Key Bindings

The default shift-cmd-e or shift-ctrl-ewill toggle quick-edit while the cursor is over a CSS id or class

This can be edited by defining a keybinding as follows

'.platform-darwin atom-text-editor':
  'shift-cmd-e': 'quick-editor:quick-edit'

'.platform-linux atom-text-editor, .platform-win32 atom-text-editor':
  'shift-ctrl-e': 'quick-editor:quick-edit'

Settings

Styles Directory

Specify an absolute path to your styles directory when working in a large project to improve performance.

Release Notes:

0.4.1

  • Added keybindings for Windows and Linux

0.4.0

  • Added the ability to specify a styles directory to improve performance on larger projects
  • Fixed bug with context menu not working
  • Fixed bug with markup parsing

0.3.0

  • Added the ability to add a new selector

Full change log here

Coming Soon:

  • Multiple files with same selector
  • Caching for larger projects
  • Show the name of CSS file
  • Link to open in new tab
  • Editor updates when changed in another file at the same time
  • Support SASS and Stylus
  • Multiple matches in the same file
  • Support Jade
  • Add support for javascript functions
  • Add support for color picking

About

An Atom plugin to quickly edit CSS/LESS/SCSS files from markdown

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • CoffeeScript 93.0%
  • CSS 7.0%