kevins8
12/30/2020, 8:07 PMkevins8
12/30/2020, 8:10 PMbrimwats
12/30/2020, 8:14 PMkevins8
12/30/2020, 8:14 PMOli916
12/30/2020, 9:16 PMfudo
12/31/2020, 12:24 PMkevins8
12/31/2020, 4:38 PMhikchoi
01/01/2021, 4:10 AMhikchoi
01/01/2021, 4:11 AMhikchoi
01/01/2021, 4:12 AMOli916
01/01/2021, 2:44 PMBassmann
01/01/2021, 2:45 PMOli916
01/01/2021, 2:48 PMOli916
01/01/2021, 2:51 PMhikchoi
01/01/2021, 2:51 PMBassmann
01/01/2021, 2:54 PM\$$1^3\$ then the cursor would be at the `$1`for you to add text. Caveat: I'm not at my PC right now so not sure if you need to escape the $ or not.Bassmann
01/01/2021, 2:55 PMhikchoi
01/01/2021, 3:00 PMjson
"test": {
"prefix": "test",
"scope": "markdown,yaml",
"body": "\\$$1^3\\$",
"description": "latex expression"
}hikchoi
01/01/2021, 3:01 PMhikchoi
01/01/2021, 3:06 PMkeybinding.json like this:
json
...
{
"key": "ctrl+shift+cmd+t",
"command": "editor.action.insertSnippet",
"when": "editorTextFocus",
"args": {
"snippet": "\\$$1^3\\$"
}
}
...Bassmann
01/01/2021, 3:07 PMhikchoi
01/01/2021, 3:08 PMhikchoi
01/01/2021, 3:11 PMgrndstt
01/01/2021, 3:17 PMgrndstt
01/01/2021, 3:18 PMgrndstt
01/01/2021, 3:18 PMhikchoi
01/01/2021, 3:19 PMgrndstt
01/01/2021, 3:19 PMgrndstt
01/01/2021, 3:19 PMgrndstt
01/01/2021, 3:20 PM