lechien73 / AutoOpenPreviewPanel

Home of the AutoOpenPreviewPanel VS Code extension.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto Open Preview Panel

What?

A VSCode Extension to automatically open a preview panel when a markdown document is opened. The extension supports opening the preview in a new editor or to the side.

It can be configured to work with markdown, asciidoc and restructuredtextfiles.

It's published in the VS Code Marketplace here

Extension Settings

This extension contributes the following settings:

  • autoOpenPreviewPanel.openPreviewToTheSide: Enables or disables side opening
  • autoOpenPreviewPanel.languages: Comma-separated list of languages. Allowed options are markdown, asciidoc or restructuredtext

Release Notes

0.0.1

Initial release

0.0.2

Added configuration features

0.0.3

Added icon, further code housekeeping

0.0.4

Added license

0.0.5

Added further configuration options

0.0.6

Prevent losing control of preview panel

0.0.7

Added support for reStructuredText language

Contributing

Feel free to fork the repo and make a PR if you'd like to suggest changes. Failing that, you could always...

Buy Matt A Coffee


Matt Rudge
July, 2021

About

Home of the AutoOpenPreviewPanel VS Code extension.

License:MIT License


Languages

Language:TypeScript 100.0%