Getting started

Open a Markdown file and preview it beside your editor.

MarkStudio Pro is a local Windows Markdown editor. The normal workflow is write on the left, review the rendered document on the right, and export when the structure is ready.

Open and save

Use Open or Ctrl+O to load a Markdown file. Use Save or Ctrl+S to write changes back to disk. Use Ctrl+Shift+D to set the working directory when relative links and image paths need a known base folder.

Autosave and recovery data are kept locally so work can be restored after an unexpected shutdown.

View modes

Use the View menu or shortcuts to switch between editor-only, preview-only, and split view.

ModeShortcutUse it for
Editor OnlyCtrl+1Focused writing.
Preview OnlyCtrl+2Reading and checking layout.
Split ViewCtrl+3Editing while checking output.
Full ScreenF11Temporary distraction-free review.

Themes and palettes

The app separates palette family from light/dark mode. Normal is the clean professional palette. Paperback is the book-like palette with a narrower preview measure and serif reading style.

Paperback Light preview showing narrower reading width and serif typography

Writing tools

The toolbar covers common Markdown actions: bold, italic, strikethrough, subscript, superscript, headings, lists, blockquotes, inline code, fenced code, links, images, tables, math, symbols, and Mermaid starter diagrams.

Variables use @define name = value and can be referenced as ${name}. Variables are not substituted inside code spans and fenced code blocks.

Diagrams and math

Use the Math toolbar for inline/display math, Greek letters, operators, structures, calculus, matrices, sets, and logic. Use the Mermaid starters for flowcharts, sequence diagrams, class diagrams, state diagrams, and other diagram families.

See the math guide and Mermaid guide for syntax and export behavior.

Export

Use HTML for live-theme fidelity, Word for editable handoff, and PDF for review or archive output. The export dialogs include format-specific controls for typography, spacing, margins, and Mermaid behavior.

Safe local editing

MarkStudio Pro validates opened Markdown and sanitizes rendered HTML. Preview rendering uses restricted local behavior and local asset handling.

Next steps