diff --git a/.gitignore b/.gitignore index b408be0..636d3e2 100644 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,6 @@ node_modules .vscode-test/ *.vsix -TODO.md \ No newline at end of file +TODO.md + +images/ \ No newline at end of file diff --git a/docs/about.markdown b/docs/1_about.markdown similarity index 92% rename from docs/about.markdown rename to docs/1_about.markdown index d68d6cf..bb3dd8f 100644 --- a/docs/about.markdown +++ b/docs/1_about.markdown @@ -9,6 +9,8 @@ From syntax highlight to easier testing and deployment. Long story short... make VSCode into SSJS IDE! +![Usage of the Extension]({{ site.baseurl }}/assets/img/ssjs-vsc-demo1.1.gif) + #### Deployment options This extension allows you to develop the code in 2 main ways: diff --git a/docs/settings.markdown b/docs/2_settings.markdown similarity index 100% rename from docs/settings.markdown rename to docs/2_settings.markdown diff --git a/docs/usage.markdown b/docs/3_usage.markdown similarity index 91% rename from docs/usage.markdown rename to docs/3_usage.markdown index 4ae1700..e8f9d4c 100644 --- a/docs/usage.markdown +++ b/docs/3_usage.markdown @@ -15,7 +15,8 @@ Like syntax highlight, code snippets (and in future document formatting) is avai **To develop:** -Asset provider can deploy any file automatically or by `SSJS: Upload Script` command (Content Builder folder is set on first file deployment). In the future release, the file will have to be initially deployed by `Upload Script` command before auto-deploy will work. +Asset provider can deploy any file automatically or by `SSJS: Upload Script` command (Content Builder folder is set on first file deployment). +Since `v0.1.2`, the file has to be initially deployed by `Upload Script` command before auto-deploy will work. Server provider needs to be on by running `SSJS: Start` and stopped by `SSJS: Stop` command. diff --git a/docs/4_tools.markdown b/docs/4_tools.markdown new file mode 100644 index 0000000..cc42074 --- /dev/null +++ b/docs/4_tools.markdown @@ -0,0 +1,24 @@ +--- +layout: page +title: Tools +permalink: /tools/ +--- + +My projects... + +### SSJS Manager + +Your IDE for Salesforce Marketing Cloud. Main focus is on SSJS, but AMPScript is supported too. + +[Download](https://marketplace.visualstudio.com/items?itemName=FiB.ssjs-vsc) +| [Git](https://github.com/FiB3/ssjs-vsc) +| [Report issues](https://github.com/FiB3/ssjs-vsc/issues) + + +### AMPScript Beautifier + +Format/Beautify/Prettify your AMPscript with this VS Code Extension. + +[Download](https://marketplace.visualstudio.com/items?itemName=FiB.beautyAmp) +| [Git](https://github.com/FiB3/beautyAmp) +| [Report issues](https://github.com/FiB3/beautyAmp/issues) \ No newline at end of file diff --git a/docs/assets/img/ssjs-vsc-demo1.1.gif b/docs/assets/img/ssjs-vsc-demo1.1.gif new file mode 100644 index 0000000..453f260 Binary files /dev/null and b/docs/assets/img/ssjs-vsc-demo1.1.gif differ