Export and Import
Click to open the export/import panel.
Export
You can export snippets as json/txt/csv files.
The exported content looks like this:
json / txt
{
  "snippets": [
    {
      "id": "string",
      "prefix": "string",
      "content": "string",
      "tags": "string,string"
    }
  ]
}csv
id,prefix,content,tags
xx,xxxxxx,xxxxxxx,xxxxImport
You can import any json/txt/csv files in one button, and select what you want to import.
