# ide-markdown Installation Guide
# 1. Windows Installation Procedure
# 1.1 Download Files
Visit the Github Release Page (opens new window) and download the following two files:
VSCode-ide-markdown-win32-x64.zip
ide-markdown-extensions.zip
# 1.2 Install ide-markdown
- Unzip the downloaded ZIP file.
- Double-click on the
ide-markdown.exe
file to launch. - The icon after launching is shown below:
# 1.3 Install Extensions
# List of Extension Files
After unzipping ide-markdown-extensions.zip
, you will see the following extensions:
├── PKief.material-icon-theme-4.28.0.vsix
├── shd101wyy.markdown-preview-enhanced-0.7.10.vsix
├── yzhang.markdown-all-in-one-3.5.1.vsix
1
2
3
2
3
# Install Extensions
- Launch ide-markdown.
- Navigate to Extensions.
- Select
...
→Install From VSIX
. - Install all extensions related to Markdown (the software will automatically select the appropriate extensions based on your operating system).
- Install other extensions using the same method.
# Set Icon Theme
- Choose
Material Icon Theme
. - Navigate to
Set File Icon Theme
. - Select the corresponding icon.
# 1.4 Use Developer Tools to Check Errors
Open the command palette with Ctrl+Shift+P
and select Developer: Toggle Developer Tools
to check for errors.
# 1.5 Markdown Writing Test
Now, you're ready to write and preview Markdown files.
# 2. MacOS Installation Procedure
Please refer to the above Windows installation procedure.
# 3. ide-markdown Extension Overview
# Markdown Support
Markdown Preview Enhanced
VS Marketplace Link (opens new window)Markdown All in One
VS Marketplace Link (opens new window)
# Theme Support
- Material Icon Theme
VS Marketplace Link (opens new window)