Sublime Custom JS Editor
Write easily your custom JavaScript like sublime text editor and add your website.
The facts
- Rating
- 5★ from 2
- Active installs
- 200+
- Price
- Free
- Last updated
- 23 Dec 2015
- Added
- Dec 2015
- Requires WP
- 4.4
- Tested up to
- WP 4.4.34
- Downloads
- 5,160
Our analysis
AI-assistedSublime Custom JS Editor is a WordPress plugin that allows you to write and edit custom JavaScript directly within your WordPress site. It incorporates features from the Sublime Text editor, making it suitable for users who are familiar with that environment.
The plugin includes functionalities such as syntax highlighting, line numbering, and auto-completion, which can enhance the coding experience. It is aimed at developers or site owners who need to add custom JavaScript without leaving the WordPress dashboard.
Best for: This plugin is best for developers or site owners who want to integrate custom JavaScript into their WordPress sites.
What it does well
- ✓Includes syntax highlighting for better readability
- ✓Features like auto-completion and live syntax error checking
- ✓Offers line numbering for easier navigation
- ✓Uses a familiar Sublime Text keymap
Where it falls short
- •Last updated in December 2015, may not be fully compatible with newer WordPress versions
- •Limited active installs may indicate less community support
Verdict
Sublime Custom JS Editor provides useful features for writing JavaScript in WordPress, but its age and limited support may be a concern for some users.
From the developer
AsianCoders's own description of Sublime Custom JS Editor, lightly tidied.
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: 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 ?>