Skip to content

Instantly share code, notes, and snippets.

@daviddarnes
Created January 28, 2022 14:28
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/e96faa5dcf09e450af56a23dbb48dbaa to your computer and use it in GitHub Desktop.
Save daviddarnes/e96faa5dcf09e450af56a23dbb48dbaa to your computer and use it in GitHub Desktop.
Example clips file for Nova 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