
內容簡介
Sublime Text 自訂 WordPress JavaScript 編輯器外掛程式,讓您可以輕鬆編寫自訂 JavaScript。
此外掛程式包含所有 Sublime Text 編輯器功能。
功能
Sublime Custom CSS Editor 的功能
語法突顯。
自動關閉括號
JS 檢查器/即時語法錯誤
行號。
Sublime Text 按鍵配置表
括弧匹配
Sublime 佈景主題
自動完成和提示
Selecting 時顯示游標
附帶翻譯 POT 檔案。
範例表單:
function justtest() {
var testvar = ("Hello world");
var testvartwo = ("Hey, This plugin is Working");
alert(testvar);
alert(testvartwo);
}
justtest();
感謝:CodeMirror。
支援信箱:[email protected]
任意部分
您可以提供任何格式與上述相同的任意部分。這對於非常複雜的
外掛程式可能很有用,其中需要傳達更多無法符合「說明」或
「安裝」類別的信息。任意部分將顯示在上面的內置部分下面。
一個簡短的 Markdown 範例
這裡是一個連結指向 WordPress,還有一個指向 Markdown 語法文件。
標題是可選的,當然。
Markdown 使用電子郵件風格的符號來表示引用,我已經被告知:
星號用於註意文字。兩個星號用於加粗。
<?php code(); // 使用反引號嵌入程式碼 ?>
外掛標籤
開發者團隊
原文外掛簡介
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.
