Welcome to MarkViewPro! This document showcases all the amazing new features we just added.
Press Ctrl+\ or click the view mode toggle in the top-right to switch between:
- Preview Mode - View rendered markdown
- Split Mode - Edit and preview side-by-side
- Editor Mode - Focus on writing
Create beautiful diagrams with mermaid syntax:
graph TD
A[Start] --> B{Is it working?}
B -->|Yes| C[Awesome!]
B -->|No| D[Check console]
C --> E[Keep coding]
D --> E
sequenceDiagram
participant User
participant App
participant Backend
User->>App: Open File
App->>Backend: Read File
Backend-->>App: File Content
App-->>User: Display Content
Press Ctrl+Shift+P to open the command palette and quickly access:
- File operations
- View modes
- Export options
- Settings
- And more!
Open entire folders with Ctrl+Shift+O:
- Browse file tree in sidebar
- Click to open files
- Navigate nested folders
- Filter markdown files automatically
Paste or drag images directly into your document:
- Paste: Copy image →
Ctrl+Vin editor - Drag & Drop: Drag image files into the app
- Images auto-saved to
assets/folder - Markdown syntax inserted automatically
| Action | Shortcut |
|---|---|
| Command Palette | Ctrl+Shift+P |
| Toggle Split View | Ctrl+\ |
| Open Folder | Ctrl+Shift+O |
| Open File | Ctrl+O |
| Save | Ctrl+S |
| Search | Ctrl+F |
| New File | Ctrl+N |
Flowchart:
graph LR
A[Markdown] --> B[MarkViewPro]
B --> C[Beautiful Docs]
B --> D[Diagrams]
B --> E[Export PDF/HTML]
Pie Chart:
pie title Features Distribution
"Editor" : 25
"Viewer" : 25
"Export" : 20
"Diagrams" : 15
"File Management" : 15
State Diagram:
stateDiagram-v2
[*] --> Idle
Idle --> Editing: Open File
Editing --> Saving: Ctrl+S
Saving --> Idle: Saved
Editing --> Preview: Toggle View
Preview --> Editing: Toggle View
More features coming soon:
- Git integration
- AI writing assistant
- Collaboration features
- Cloud sync
- And much more!
- Split View: Resize the split pane by dragging the divider
- Command Palette: Type to fuzzy search commands
- File Tree: Expands automatically when you open a folder
- Images: Paste screenshots directly from clipboard
- Mermaid: Supports flowcharts, sequence diagrams, pie charts, and more!
Enjoy MarkViewPro! 🎉