Bassmann
12/10/2020, 6:43 AMuser
12/10/2020, 7:15 AMBuxel
12/10/2020, 9:54 AMianjones
12/10/2020, 12:53 PMianjones
12/10/2020, 12:54 PMBuxel
12/10/2020, 1:34 PMkevins8
12/10/2020, 2:24 PMkevins8
12/10/2020, 2:24 PMrrobinson
12/10/2020, 10:38 PMrrobinson
12/10/2020, 10:39 PMkevins8
12/10/2020, 10:40 PMrrobinson
12/10/2020, 10:40 PMuser
12/11/2020, 12:26 AMkevins8
12/11/2020, 1:05 AMuser
12/11/2020, 7:22 AMuser
12/11/2020, 7:22 AMuser
12/11/2020, 11:27 AMthm
12/11/2020, 1:35 PM- . The default one does not seem to do this, and I tried "Markdown All in One" and that one works but often it just hangs up for several seconds (!) whenever I press backspace or enter, which is almost unusableianjones
12/11/2020, 2:04 PMBritt 2
12/11/2020, 2:05 PMianjones
12/11/2020, 2:52 PMuser
12/11/2020, 3:00 PMStigs
12/11/2020, 3:09 PMkeybindings.json file. Add list-item below current position. Using -
json
{
"key": "shift+enter",
"command": "type",
"args": {
"text": "\r\n- "
},
"when": "editorTextFocus && !editorReadOnly && editorLangId == 'markdown'"
}
Add list-item below current position. Using *
json
{
"key": "shift+enter",
"command": "type",
"args": {
"text": "\r\n* "
},
"when": "editorTextFocus && !editorReadOnly && editorLangId == 'markdown'"
}kevins8
12/11/2020, 3:15 PM@horticulturalist ๐kevins8
12/11/2020, 3:20 PMmarkdown-preview-enhanced.previewTheme vscode setting.
you can customize the css, instructions here: https://shd101wyy.github.io/markdown-preview-enhanced/#/customize-css.kevins8
12/11/2020, 3:22 PM_config.yml to force all absolute urls to be https url: "https://www.dendron.sokevins8
12/11/2020, 3:23 PMkevins8
12/11/2020, 3:24 PMStigs
12/11/2020, 3:34 PMuser
12/11/2020, 3:36 PM