Sublime Custom CSS Editor

0

Sublime Text Custom WordPress Css Editor. You can easily write your custom css by using this plugin. This will be add inline css in your website. We include all sublime text editor feat

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tags
This plugin is outdated and might not be supported anymore.

Description

Sublime Text Custom WordPress Css Editor. You can easily write your custom css by using this plugin. This will be add inline css in your website.
We include all sublime text editor features in this plugin.

Features

Features of Sublime Custom CSS Editor

  • Autocomplete And Hint
  • Syntax highlighting.
  • Line numbering.
  • keyMap Sublime Text
  • autoCloseBrackets
  • matchBrackets
  • Sublime theme
  • showCursorWhenSelecting
  • Translate pot file included.

  • For Example *
    just select your targeted layout ID or Class ID=# or Class=. or any html tag
    Then go to page “Appearance” —> “Sublime Custom CSS” and enter your custom style (CSS only). Example:

body{
    color:#222;
    margin: 0;
    padding: 0;
    background-color: #fff;
}
.headers{
    font-size: 16px;
    color: :#666;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    z-index: 99;
}

Credits: CodeMirror.

Email for Support: asiancodersteam@gmail.com

Arbitrary section

You may provide arbitrary sections, in the same format as the ones above. This may be of use for extremely complicated
plugins where more information needs to be conveyed that doesn’t fit into the categories of “description” or
“installation.” Arbitrary sections will be shown below the built-in sections outlined above.

A brief Markdown Example

Here’s a link to WordPress and one to Markdown’s Syntax Documentation.
Titles are optional, naturally.

Markdown uses email style notation for blockquotes and I’ve been told:

Asterisks for emphasis. Double it up for strong.

<?php code(); // goes in backticks ?>