A powerful markdown editor extension for Visual Studio Code with advanced editing capabilities.
- Custom markdown editing experience
- Advanced markdown parsing
- Seamless integration with VSCode
-
Create New Markdown File
- Command:
plate.newMarkdownFile - Keyboard Shortcut:
Ctrl+Alt+N(Windows/Linux) orCmd+Option+N(macOS) - Description: Creates a new markdown file and opens it with Plate Editor
- Command:
-
Open Markdown File with Plate Editor
- Command:
plate.openWithPlate - Keyboard Shortcut:
Ctrl+Alt+O(Windows/Linux) orCmd+Option+O(macOS) - Description: Opens an existing markdown file with Plate Editor
- Command:
- Press
Ctrl+Shift+P(Windows/Linux) orCmd+Shift+P(macOS) - Type one of the following:
- "Plate: New Markdown File"
- "Plate: Open Markdown File"
- Right-click on a markdown file in the explorer
- Select "Open with Plate Editor"
- When opening a markdown file, you'll see a prompt to open with Plate Editor
You can customize these shortcuts in VSCode Keyboard Shortcuts settings:
Ctrl+Alt+N/Cmd+Option+N: New Markdown FileCtrl+Alt+O/Cmd+Option+O: Open Markdown File with Plate Editor
- Visual Studio Code version 1.85.0 or higher
- Markdown files (.md)
- Open VSCode
- Go to Extensions (Ctrl+Shift+X)
- Search for "Plate Markdown Editor"
- Click Install
Please report issues and suggestions on our GitHub repository.