Write easily your custom JavaScript like sublime text editor and add your website.
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 of Sublime Custom CSS Editor
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]
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.
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 ?>
This section describes how to install the plugin and get it working.
/wp-content/plugins/
).Plugins
” tab.After installation, a “Sublime Custom JS Editor
” menu item will appear in the “Appearance
” section. Click on this in order to view plugin’s administration page.
Yes. But If your language is not available then you can make one. This plugin is ready for translation. The sublimejsedit.pot
file is included and placed in “languages
” folder. You need to just translate sublimejsedit.pot file.
just select your targeted layout ID or Class ID=# or Class=. or any html tag
Then go to page “Appearance
” —> “Sublime Custom JS
” and enter your custom JavaScript. Example:
function justtest() { var testvar = ("Hello world"); var testvartwo = ("Hey, This plugin is Working"); alert(testvar); alert(testvartwo); } justtest();