Closed changsijay closed 3 years ago
In fact, opening joplin notes is done through joplin itself, and I can't control the preview of opening notes. . .
了解, 這問題找到答案了 https://stackoverflow.com/questions/60155443/vscode-preview-markdown-by-default
加上這個之後預設打開就是 preview 了.
"workbench.editorAssociations": {
"*.md": "vscode.markdown.preview.editor"
},
app
joplin-vscode-plugin
Is your feature request related to a problem? Please describe.
no
Describe the solution you'd like
when double clicking a note, I'd like it open markdown preview to read it instead of editing it
Describe alternatives you've considered
a toggle option to set default mode between
edit
andpreview
Additional context
No response