Closed LutzDev closed 2 years ago
Got it.
"customInkSnippets":[
{
"name":"Category name",
"submenu":[
{
"name":"Snippet name",
"ink": "first line of snippet \n second line of snippet \n third line of snippet"
},
]
}
]
Hello, Is it possible to define multiline custom ink snippets?
Example (setting.json):
Expected output when the snippet is used