Skip to content

Commit

Permalink
add to extension snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
hughess committed Dec 31, 2024
1 parent 718214d commit 2d5f89e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/extension/snippets/emd.code-snippets
Original file line number Diff line number Diff line change
Expand Up @@ -421,5 +421,17 @@
"<BaseMap>\n\t<Areas data={${1:query_name}} geoJsonUrl='path/to/geoJson' geoId=geoJsonField areaCol=column_name/>\n\t<Points data={${1:query_name}} lat=lat long=long/>\n</BaseMap>"
],
"description": "Insert Map"
},
"Note": {
"prefix": "/Note",
"body": [
"<Note>\n\t${1:Note Content}\n</Note>\n\n"
],
"description": "Insert Note"
},
"Embed": {
"prefix": "/Embed",
"body": ["<Embed url={${1:query_name}}/>\n\n"],
"description": "Insert Embed"
}
}

0 comments on commit 2d5f89e

Please sign in to comment.