Skip to content

Instantly share code, notes, and snippets.

@daviddarnes
Created September 20, 2022 16:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daviddarnes/d9b05b4ed43a8ea7e3ea719c2eb9c71b to your computer and use it in GitHub Desktop.
Save daviddarnes/d9b05b4ed43a8ea7e3ea719c2eb9c71b to your computer and use it in GitHub Desktop.
Example of clips in Nova code editor
{
"clips": [
{
"content": "The content of the $1 clip ${1:placeholder}",
"name": "Example single clip",
"syntax": "html",
"trigger": "example"
},
{
"name": "Clips group example",
"children": [
{
"content": "The content of the ${name:default} clip ${1:placeholder}",
"name": "Example single clip",
"syntax": "css",
"trigger": "example2"
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment