rxliuli / joplin-utils

Joplin-based community tool
https://joplin-utils.rxliuli.com/
MIT License
236 stars 36 forks source link

[Feat]: toggle default to edit/preview mode #20

Closed changsijay closed 3 years ago

changsijay commented 3 years ago

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 and preview

Additional context

No response

rxliuli commented 3 years ago

In fact, opening joplin notes is done through joplin itself, and I can't control the preview of opening notes. . .

changsijay commented 3 years ago

了解, 這問題找到答案了 https://stackoverflow.com/questions/60155443/vscode-preview-markdown-by-default

加上這個之後預設打開就是 preview 了.

  "workbench.editorAssociations": {
    "*.md": "vscode.markdown.preview.editor"
  },