Skip to content

Commit

Permalink
add BeautyAmp to the pages, add gif
Browse files Browse the repository at this point in the history
  • Loading branch information
FiB3 committed Nov 21, 2023
1 parent 1a1491f commit 657b86b
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ node_modules
.vscode-test/
*.vsix

TODO.md
TODO.md

images/
2 changes: 2 additions & 0 deletions docs/about.markdown → docs/1_about.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
File renamed without changes.
3 changes: 2 additions & 1 deletion docs/usage.markdown → docs/3_usage.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
24 changes: 24 additions & 0 deletions docs/4_tools.markdown
Original file line number Diff line number Diff line change
@@ -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)
Binary file added docs/assets/img/ssjs-vsc-demo1.1.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 657b86b

Please sign in to comment.