An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

[![Dependabot Status](https://api.dependabot.com/badges/status?host=github&repo=fabianmoronzirfas/vscode-open-in-marked-two)](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