https://github.com/ff6347/vscode-open-in-marked-two
This VSCode extension opens files in Marked 2.
https://github.com/ff6347/vscode-open-in-marked-two
markdown vscode vscode-extension
Last synced: 3 months ago
JSON representation
This VSCode extension opens files in Marked 2.
- Host: GitHub
- URL: https://github.com/ff6347/vscode-open-in-marked-two
- Owner: ff6347
- License: mit
- Created: 2018-04-23T12:58:29.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-07-18T19:57:52.000Z (almost 3 years ago)
- Last Synced: 2025-10-09T22:44:42.858Z (8 months ago)
- Topics: markdown, vscode, vscode-extension
- Language: JavaScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=fmoronzirfas.open-in-marked
- Size: 1.76 MB
- Stars: 5
- Watchers: 1
- Forks: 3
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://dependabot.com)
# open-in-marked
This VSCode extension opens files in Marked 2.
## Features
Open the command palette and search for open in marked. (Should only be used on files Marked can open ;-)
## Requirements
[Marked 2 - Smarter tools for smarter writers](http://marked2app.com/)
> Marked is a previewer for Markdown files. Use it with your favorite text editor and it updates every time you save. With robust features for previewing, reviewing and exporting beautiful documents, you can work in plain text while reveling in rich formatting. See what's new!
## Extension Settings
This extension contributes the following settings:
- `openinmarked.apppath`: Set the path to your Marked 2 Application (default is `"/Applications/Marked 2.app"`)
```
// if you are using Setapp the path is: "/Applications/Setapp/Marked.app"
{
"openinmarked.apppath": "/Applications/Marked 2.app"
}
```
## Known Issues