kevins8
08/25/2021, 6:36 PMFrancobar
08/25/2021, 7:17 PMplazman30
08/25/2021, 8:26 PMjosephholsten
08/26/2021, 3:36 AMkevins8
08/26/2021, 3:55 AMkevins8
08/26/2021, 3:55 AMkevins8
08/26/2021, 3:57 AMPasq
08/26/2021, 10:46 AMPasq
08/26/2021, 10:48 AMPasq
08/26/2021, 10:49 AMplazman30
08/26/2021, 12:43 PMplazman30
08/26/2021, 12:45 PMhikchoi
08/26/2021, 12:48 PMwhen clause with custom keybindings for it to not clash with Dendron (or with other extensions for that matter). Otherwise Markdown AIO has a ton of useful features that can make your life easier π
This might be old information and it could work just fine now. I personally haven't used it after having some troubles with it clashing with other non-vscode tools I use heavily.plazman30
08/26/2021, 12:50 PMhikchoi
08/26/2021, 12:50 PMplazman30
08/26/2021, 12:52 PMhikchoi
08/26/2021, 12:53 PMplazman30
08/26/2021, 12:55 PMPasq
08/26/2021, 2:22 PMkevins8
08/26/2021, 3:54 PMPasq
08/26/2021, 3:57 PMFrancobar
08/26/2021, 5:15 PMTika
08/27/2021, 1:50 AMkevins8
08/27/2021, 1:56 AMTika
08/27/2021, 2:23 AMTika
08/27/2021, 2:23 AMhikchoi
08/27/2021, 2:35 AM...
"selection_to_link": {
"scope": "markdown,yaml",
"body": "[$TM_SELECTED_TEXT]($CLIPBOARD)$0"
}
...
in `keybindings.json`:
...
{
"key": "alt+l",
"command": "editor.action.insertSnippet",
"args" : { "name": "selection_to_link" }
}
...Tika
08/27/2021, 6:07 AMquokka
08/27/2021, 6:35 AM