markdown-preview-zoom is a Visual Studio Code extension that allows you to dynamically adjust the font size of the Markdown preview using simple keyboard shortcuts.
Features
Increase Font Size: Use Alt + to increase the font size of the Markdown preview.
Decrease Font Size: Use Alt - to decrease the font size of the Markdown preview.
Real-Time Adjustment: Changes are applied instantly to the Markdown preview.
Requirements
This extension works out of the box with Visual Studio Code. No additional dependencies are required.
Usage
Open a Markdown file in Visual Studio Code.
Open the Markdown preview (Ctrl+Shift+V or Cmd+Shift+V on macOS).
Use the following shortcuts to adjust the font size:
Alt +: Increase the font size.
Alt -: Decrease the font size.
Extension Settings
This extension modifies the following setting dynamically:
markdown.preview.fontSize: Adjusts the font size of the Markdown preview.
Release Notes
1.0.0
Initial release of markdown-preview-zoom.
Added support for increasing and decreasing font size in Markdown preview.
Contributing
Contributions are welcome! Feel free to open issues or submit pull requests on the GitHub repository.