Uukii Markdown Preview is a Visual Studio Code extension that provides real-time preview of Markdown documents.
- Real-time preview of Markdown documents.
- Quickly open the preview with the shortcut
Ctrl+Shift+P
. - Supports common Markdown syntax and extensions.
- Open Visual Studio Code.
- Go to the Extensions Marketplace.
- Search for
Uukii Markdown Preview
. - Click the "Install" button.
- Open a Markdown file (with the
.md
extension). - Use the shortcut
Ctrl+Shift+P
to open the real-time preview. - The preview window will appear beside the editor and update in real-time.
Ctrl+Shift+P
: Open or close the Markdown preview.Ctrl+Shift+L
: Switch to Light Mode.Ctrl+Shift+D
: Switch to Dark Mode.
- Custom styles are not supported yet.
- Large files may cause performance issues.
- Automatic Formatting: Automatically format Markdown documents, including adjusting heading levels, paragraph spacing, and list indentation for a more standardized and aesthetically pleasing document.
- Word Count and Reading Time Estimation: Display the word count and estimated reading time in the real-time preview bar to help authors understand the document's length and the reader's time investment.
- Image Optimization: Automatically adjust the size of inserted images to fit different preview windows and provide simple image editing functions such as cropping and rotating.
- Link Preview: Display a preview of the target page when hovering over links in the document to help authors quickly understand the content the link points to.
- Enhanced Code Block Highlighting: Provide more language support for code blocks in Markdown documents and enhance the highlighting effect to make it easier to read and understand.
- Real-time Collaborative Editing: Allow multiple users to edit the same Markdown document simultaneously and display other users' editing status and changes in the real-time preview bar for easy team collaboration.
- Comments and Annotations: Users can add comments and annotations in the document to facilitate communication and feedback with other authors.
- Custom Shortcuts: Allow users to customize more shortcuts in addition to existing ones to meet different usage habits.
- Theme Customization: Provide more theme options or allow users to customize theme colors, fonts, etc., to make the plugin more personalized.
- Plugin Configuration Saving: Users can save their plugin configurations, including theme selection and shortcut settings, to quickly restore their preferences when using on different devices.
Contributions are welcome! Please follow these steps:
- Fork this repository.
- Create a new branch:
git checkout -b https://github.com/Selteve/vscode-uukii-md.git
. - Commit your changes:
git commit -m 'Add some feature'
. - Push to the branch:
git push origin https://github.com/Selteve/vscode-uukii-md.git
. - Submit a Pull Request.
This project is open-sourced under the MIT License. See the LICENSE file for details.
Enjoy using Uukii Markdown Preview!
console.log("Uukii Markdown Preview is the best!");
{
"uukii": "markdown-preview",
"best": true,
"version": 1.0
}