Sublime Custom JS Editor

Sublime Custom JS Editor Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 3,893 downloads
Sublime Custom JS Editor Icon

Try plugin: Sublime Custom JS Editor

We'll create fresh WordPress site with Sublime Custom JS Editor installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About Sublime Custom JS Editor

Write easily your custom JavaScript like sublime text editor and add your website.

2


0


0


0


0

updated: 8 years ago
since: 8 years ago

Description

Sublime Text Custom WordPress JavaScript Editor. You can easily write your custom JavaScript by using this plugin.
We include all sublime text editor features in this plugin.

Features

features of Sublime Custom CSS Editor

  • Syntax highlighting.
  • AutoCloseBrackets
  • JS linter/Live Syntax Error
  • Line numbering.
  • keyMap Sublime Text
  • matchBrackets
  • Sublime theme
  • autocomplete And Hint
  • showCursorWhenSelecting
  • Translate pot file included.

Form Example:


function justtest() {
  var testvar = ("Hello world");
    var testvartwo = ("Hey, This plugin is Working");
  alert(testvar);
  alert(testvartwo);
}
justtest();

Credits: CodeMirror.

Email for Support: [email protected]

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 ?>