Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga asistencia ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

Sublime Custom JS Editor

Descripción

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

Capturas

  • Write JavaScript with Hint and Autocomplete.
  • Fined your content.
  • Save and Add custom JavaScript.

Instalación

This section describes how to install the plugin and get it working.

Automatic installation

  1. Go to Plugins > Add New > Upload and select the .zip file from your hard disk
  2. Click the “Install now” button
  3. Activate the plugin through the ‘Plugins’ menu in WordPress

Manual installation

  1. Download a copy (zip file) of this plugin from WordPress.org.
  2. Unzip the zip file.
  3. Upload the unzipped directory to your website’s plugin directory (/wp-content/plugins/).
  4. Log into WordPress Dashboard of your website.
  5. Activate this plugin through the “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.

Can I use this plugin on my language?

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.

How Can write my style

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();

Reseñas

3 de septiembre de 2016
love live error check and autocomplete features. Love this plugin
Leer todas las 2 reseñas

Colaboradores y desarrolladores

“Sublime Custom JS Editor” es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce “Sublime Custom JS Editor” a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN , o suscríbete al log de desarrollo por RSS .

Registro de cambios

1.0

  • Is First Version of The plugin.