VSCode Snippets for Dendron. (Snapshot Could be behind)

My snippets snapshot (could very well be behind).

{
  "centerstrong": {
    "prefix": [
      "centerstrong"
    ],
    "body": [
      "<p style=\"text-align: center\"><strong>$1</strong></p>"
    ]
  },
  "lch": {
    "prefix": [
      "lch",
      "chl"
    ],
    "body": [
      "[[$TM_FILENAME_BASE.$0]]"
    ]
  },
  "und": {
    "prefix": [
      "und",
    ],
    "body": [
      "<ins></ins>"
    ]
  },
  "lchexp": {
    "prefix": [
      "lchexp",
      "chlexp"
    ],
    "body": [
      "![[$TM_FILENAME_BASE.$0]]"
    ]
  },
  "metadata": {
    "prefix": [
      "metadata"
    ],
    "body": [
      "## Metadata",
      "$0"
    ]
  },
  "relationships": {
    "prefix": [
      "rel"
    ],
    "body": [
      "[[rel.$1]]:**[[$0]]**"
    ]
  },
  "relationshipsSection": {
    "prefix": [
      "#rel",
      "##rel"
    ],
    "body": [
      "## Relationships"
    ]
  },
  "cc": {
    "prefix": [
      "cc"
    ],
    "body": [
      "```$1",
      "$0",
      "```"
    ]
  },
  "ccshell": {
    "prefix": [
      "ccshell"
    ],
    "body": [
      "```shell",
      "$0",
      "```"
    ]
  },
  "ccbash": {
    "prefix": [
      "ccbash"
    ],
    "body": [
      "```bash",
      "$0",
      "```"
    ]
  },
  "cckotlin": {
    "prefix": [
      "cckkotlin"
    ],
    "body": [
      "```kotlin",
      "$0",
      "```"
    ]
  },
  "cckts": {
    "prefix": [
      "cckts"
    ],
    "body": [
      "```kts",
      "$0",
      "```"
    ]
  },
  "ccmd": {
    "prefix": [
      "ccmd"
    ],
    "body": [
      "```md",
      "$0",
      "```"
    ]
  },
  "gt.sandbox.checkout.cleanly": {
    "prefix": [
      "gt.sandbox.checkout.cleanly"
    ],
    "body": [
      "```shell",
      "gt.sandbox.checkout.commit.cleanly $1 \\",
      "&& cd $2 \\",
      "&& $0",
      "```"
    ]
  },
  "ccjava": {
    "prefix": [
      "ccjava"
    ],
    "body": [
      "```java",
      "$0",
      "```"
    ]
  },
  "ccjson": {
    "prefix": [
      "ccjson"
    ],
    "body": [
      "```json",
      "$0",
      "```"
    ]
  },
  "ccjs": {
    "prefix": [
      "ccjs"
    ],
    "body": [
      "```js",
      "$0",
      "```"
    ]
  },
  "ccts": {
    "prefix": [
      "ccts"
    ],
    "body": [
      "```ts",
      "$0",
      "```"
    ]
  },
  "cctxt": {
    "prefix": [
      "cctxt"
    ],
    "body": [
      "```txt",
      "$0",
      "```"
    ]
  },
  "ref": {
    "prefix": [
      "ref",
      "nl"
    ],
    "body": [
      "[[$1]]"
    ],
    "description": "ref"
  },
  "exp": {
    "prefix": [
      "exp"
    ],
    "body": [
      "![[$1]]"
    ],
    "description": "expanded reference"
  },
  "refexp": {
    "prefix": [
      "refexp"
    ],
    "body": [
      "![[$1]]"
    ],
    "description": "expanded reference"
  },
  "ll": {
    "prefix": [
      "ll"
    ],
    "body": [
      "[$2]($1)$0"
    ],
    "description": "link"
  },
  "llref": {
    "prefix": [
      "llref", "lref"
    ],
    "body": [
      "- [ref]($1)$0"
    ],
    "description": "link reference"
  },
  "Print to console": {
    "prefix": "video",
    "body": [
      "[![](/assets/images/Screen_Shot_2022-04-22_at_11.50.00_PM.png)](https://youtu.be/EyhOmBPtGNM?t=145 \"Hover over description here\")",
      "$2"
    ],
    "description": "Video wrapper"
  },
  "class-bordered": {
    "prefix": "clbordered",
    "body": [
      "class=\"bordered\"",
    ]
  },
  "class-bordered-when-open": {
    "prefix": [
      "clborderedwhenopen",
      "clbwhenopen",
    ]
    "body": [
      "class=\"bordered-when-open\"",
    ]
  },
  "div-bordered": {
    "prefix": "divbordered",
    "body": [
      "<div class=\"bordered\">",
      "$0",
      "</div>"
    ]
  },
  "div-centered": {
    "prefix": "divcentered",
    "body": [
      "<div class=\"centered\">",
      "$0",
      "</div>"
    ]
  },
  "central-thought-p": {
    "prefix": [
      "pcentralthought"
    ],
    "body": [
      "<p class=\"central-thought\">$1</p>"
    ]
  },
  "central-thought-collapsible": {
    "prefix": [
      "centralthought-col"
      "centralthought-sum"
      "colcentralthought"
    ],
    "body": [
      "<details class=\"bordered-when-open\">",
      "<summary class=\"central-thought\">$1</summary>",
      "",
      "$2",
      "</details>",
      "$0"
    ]
  },
  "Collapsibe": {
    "prefix": "collapsible",
    "body": [
      "<details>",
      "<summary>$1</summary>",
      "",
      "$2",
      "</details>",
      "$0"
    ]
  },
  "CollapsibeBordered": {
    "prefix": "colbordered",
    "body": [
      "<details class=\"bordered-when-open\">",
      "<summary>$1</summary>",
      "",
      "$2",
      "</details>",
      "$0"
    ]
  },
  "CollapsibeCodeExample": {
    "prefix": "collapsibleCodeExample",
    "body": [
      "<details>",
      "<summary>Code Example</summary>",
      "",
      "$2",
      "</details>",
      "$0"
    ]
  },
  "workingExampleGlassThought": {
    "prefix": "workingExampleGlassThought",
    "body": [
      "<details>",
      "<summary>Working Example</summary>",
      "",
      "```shell",
      "gt.sandbox.checkout.commit.cleanly $1",
      "$2",
      "```",
      "</details>",
      "$0"
    ]
  },
  "Markdown table": {
      "prefix": "@table",
      "body": [
          "| $1 | $2 |",
          "| --- | ----------- |",
          "| Header | Title |",
          "| Paragraph | Text |"
      ],
      "description": "Inserts a Markdown table"
  },
  "Current Date": {
    "prefix": "date",
    "body": [
      "$CURRENT_YEAR-$CURRENT_MONTH-${CURRENT_DATE}"
    ],
    "description": "Add Current date"
  },
  "Current Time": {
    "prefix": "time",
    "body": [
      "$CURRENT_YEAR-$CURRENT_MONTH-${CURRENT_DATE}T$CURRENT_HOUR:$CURRENT_MINUTE:$CURRENT_SECOND"
    ],
    "description": "Add Current date & time"
  },
  "MarkdownTable-3": {
    "prefix": ["mtable-3", "tableMarkdown-3", "markdownTable-3"],
    "body": [
        "| ${1:Heading 1} | ${2:Heading 2} | ${3:Heading 3} |",
        "| --- | --- | --- |",
        "|  |  |  |",
        "|  |  |  |",
        "|  |  |  |",
        "|  |  |  |",
        "|  |  |  |"
    ],
    "description": "Inserts a Markdown table"
  },
  "MarkdownTable-2": {
    "prefix": ["mtable-2", "tableMarkdown-2", "markdownTable-2"],
    "body": [
        "| ${1:Heading 1} | ${2:Heading 2} |",
        "| --- | --- |",
        "|  |  | ",
        "|  |  |",
        "|  |  |",
        "|  |  |",
        "|  |  |"
    ],
    "description": "Inserts a Markdown table"
  },
  "sequenceDiagramMermaid": {
    "prefix": "sequenceDiagramMermaid",
    "body": [
      "```mermaid",
      "sequenceDiagram",
      "    participant C",
      "    actor A as Alice",
      "    link B: Dashboard @ https://dashboard.contoso.com/alice",
      "    links C: {\"Dashboard\": \"https://dashboard.contoso.com/alice\", \"Wiki\": \"https://wiki.contoso.com/alice\"}",
      "",
      "    A->>B: DoStuff 1",
      "    activate B",
      "    A->>B: DoStuff 2",
      "    deactivate B",
      "    Note right of A: Info right of A",
      "    A-->>B: DoStuff 3",
      "    A-->B: DoStuff 4",
      "    Note over A,B: Here is a loop<br/> example",
      "",
      "    loop Every minute",
      "      A-)B: DoStuff 5",
      "      A--)B: DoStuff 6",
      "    end",
      "",
      "    Note over C,B: If/Else example",
      "    alt If Things Go One Way",
      "      A->>B:Talks to B",
      "    else They go another way.",
      "      A->>A: Talks to itself",
      "    end",
      "",
      "    Note over C,B: Option Example",
      "    opt Extra response",
      "        A->>B: DoStuff",
      "    end",
      "```"
    ],
    "description": "Mermaid Sequence Diagram Template"
  }
}