If you use both Visual Studio Code / Cursor and Typora, you can now switch between them seamlessly with the Open in Typora extension for VS Code.
This extension adds an “Open in Typora” action to the right-click context menu in VS Code, allowing you to quickly open any Markdown file in Typora with a single click.
Ctrl+Shift+X / Cmd+Shift+X).Or install it directly from the VS Code Marketplace.
The following file extensions are supported by default:
.md, .markdown, .mdown, .mmd, .text, .txt, .rmarkdown, .mkd, .mdwn, .mdtxt, .rmd, .qmd, .mdtext, .mdx
You can customize which file types are available for the “Open in Typora” action by modifying the typora.supportedExtensions setting in VS Code:
Ctrl+, / Cmd+,).typora.supportedExtensions."typora.supportedExtensions": ["md", "markdown", "txt", "qmd"]
typora should be available in your system PATH.The extension is open source. Visit the GitHub repository for source code and issue reporting.