https://github.com/lechien73/autoopenpreviewpanel
Home of the AutoOpenPreviewPanel VS Code extension.
https://github.com/lechien73/autoopenpreviewpanel
markdown markdown-preview vscode vscode-extension
Last synced: 9 months ago
JSON representation
Home of the AutoOpenPreviewPanel VS Code extension.
- Host: GitHub
- URL: https://github.com/lechien73/autoopenpreviewpanel
- Owner: lechien73
- License: mit
- Created: 2021-07-01T09:44:52.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-01-23T14:41:26.000Z (over 2 years ago)
- Last Synced: 2025-09-18T13:31:40.556Z (9 months ago)
- Topics: markdown, markdown-preview, vscode, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 85 KB
- Stars: 5
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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 `restructuredtext`files.
It's published in the [VS Code Marketplace here](https://marketplace.visualstudio.com/items?itemName=matt-rudge.auto-open-preview-panel)
## 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...
-----
Matt Rudge
July, 2021
