zed icon indicating copy to clipboard operation
zed copied to clipboard

Configure markdown files to open in preview mode by default

Open cbochs opened this issue 1 year ago • 0 comments

Check for existing issues

  • [X] Completed

Describe the feature

I know you can open a file at a specific line with the zed cli with:

zed README.md:111

It would be great if you could open a markdown file could be opened (by default) in "preview" mode instead of the editable document? In VSCode this can be accomplished with workspace.editorAssociations:

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

If applicable, add mockups / screenshots to help present your vision of the feature

No response

cbochs avatar Apr 25 '24 03:04 cbochs