forked from sanyaade-webdev/wakanda-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c72ee48
commit b602826
Showing
123 changed files
with
11,077 additions
and
1,637 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Disable LF normalization for all files | ||
* -text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
[submodule "JSLint/JSLint.com"] | ||
path = JSLint/JSLint.com | ||
url = git://github.com/douglascrockford/JSLint.git | ||
[submodule "Beautifier/jsbeautifier.org"] | ||
path = Beautifier/jsbeautifier.org | ||
url = git://github.com/einars/js-beautify.git | ||
[submodule "imageTools"] | ||
path = imageTools | ||
url = [email protected]:gilles-danjou/imageTools.git | ||
[submodule "JSLint/JSLint.com"] | ||
path = JSLint/JSLint.com | ||
url = git://github.com/douglascrockford/JSLint.git | ||
[submodule "Beautifier/jsbeautifier.org"] | ||
path = Beautifier/jsbeautifier.org | ||
url = git://github.com/einars/js-beautify.git | ||
[submodule "imageTools"] | ||
path = imageTools | ||
url = [email protected]:gilles-danjou/imageTools.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,22 @@ | ||
# JS Beautifier extension for Wakanda Studio | ||
|
||
JS Beautifier extension helps you to reformat your javascript/json code in Wankanda studio. | ||
This extension is based on Einar Lielmanis' [jsbeautifier.org](http://jsbeautifier.org/). | ||
|
||
How to install: | ||
|
||
Under Windows, the directory to install Wakanda extension is: | ||
|
||
`%APPDATA%\Wakanda Studio\Extensions\` | ||
|
||
|
||
Under MacOSX, the directory to install Wakanda extension is: | ||
|
||
`$HOME/Library/Application Support/Wakanda Studio/Extensions/` | ||
|
||
|
||
Unzip the extension, copy the extension folder into the directory described above, according your OS. Restart your Wakanda Studio, that's it. | ||
|
||
Question or problem about Wakanda Studio extension? You can get active support from [Wakanda Studio Extensions' Forum](http://forum.wakanda.org/forumdisplay.php?27-Studio-Extensions) | ||
|
||
An easy to use [Wakanda Studio Extensions Howto] (http://doc.wakanda.org/Wakanda-Studio-Extensions/Wakanda-Studio-Extensions.100-872838.en.html) may help you to make your extension. | ||
# JS Beautifier extension for Wakanda Studio | ||
|
||
JS Beautifier extension helps you to reformat your javascript/json code in Wankanda studio. | ||
This extension is based on Einar Lielmanis' [jsbeautifier.org](http://jsbeautifier.org/). | ||
|
||
How to install: | ||
|
||
Under Windows, the directory to install Wakanda extension is: | ||
|
||
`%APPDATA%\Wakanda Studio\Extensions\` | ||
|
||
|
||
Under MacOSX, the directory to install Wakanda extension is: | ||
|
||
`$HOME/Library/Application Support/Wakanda Studio/Extensions/` | ||
|
||
|
||
Unzip the extension, copy the extension folder into the directory described above, according your OS. Restart your Wakanda Studio, that's it. | ||
|
||
Question or problem about Wakanda Studio extension? You can get active support from [Wakanda Studio Extensions' Forum](http://forum.wakanda.org/forumdisplay.php?27-Studio-Extensions) | ||
|
||
An easy to use [Wakanda Studio Extensions Howto] (http://doc.wakanda.org/Wakanda-Studio-Extensions/Wakanda-Studio-Extensions.100-872838.en.html) may help you to make your extension. |
Oops, something went wrong.