MarkCard Studio is a local-first desktop authoring tool for content creators and knowledge sharers. Write in Markdown, let the studio paginate and typeset the content, choose a visual style and target canvas, then export a complete set of images or a PDF. Documents, local images, settings, and rendered output stay on your computer.
MarkCard Studio is under active development. Interfaces and document behavior may change before a stable release.
- Markdown-to-card workflow: edit source and inspect the rendered cards side by side, with single-card and overview preview modes.
- Automatic pagination: split by
##, by##and###, by a custom delimiter, by character count, or with adaptive smart pagination. - 16 built-in themes: styles range from Swiss Grid and Bauhaus to Apple Notes, newspaper, cyberpunk, Y2K, blueprint, and Riso-inspired layouts.
- Publishing presets: Xiaohongshu (3:4), Douyin (9:16), Weibo (6:7), square (1:1), and fully custom dimensions.
- Rich Markdown rendering: headings, lists, task lists, tables, blockquotes, callouts, images, highlighted code, KaTeX formulas, Mermaid diagrams, footnotes, emoji, and inline emphasis.
- Flexible art direction: solid colors, gradients, patterns, bundled wallpapers, custom background images, transparent output, and editable header/footer metadata.
- Multi-format export: export all pages as PNG or JPG, generate a multipage PDF, or combine the document into one long PNG. Output is grouped into a document-specific folder.
- Local document support: open and save Markdown files through native dialogs, resolve relative local images, persist settings, and recover unsaved drafts.
- Responsive workspace: docked panels on wide screens, drawers on compact screens, zoom controls, dark mode, undo/redo, and page reordering.
- System-aware interface: switch between English and Simplified Chinese, or follow the operating system language and appearance automatically.
The files in imgs/EN are real card exports produced by MarkCard Studio.
PDF demo: View the complete 7-page PDF export
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
| Layer | Technology |
|---|---|
| Desktop shell | Tauri 2, Rust |
| Interface | Vue 3, JavaScript, Vite 6, vue-i18n |
| Styling | Tailwind CSS 4, DaisyUI, theme-specific CSS |
| Editor | CodeMirror 6 |
| Markdown | markdown-it and plugins |
| Rich content | Highlight.js, KaTeX, Mermaid |
| Export | html-to-image, jsPDF |
| Icons | Lucide |
- Node.js 22.12.0 or newer (the release workflow uses 22.12.0)
- pnpm
- For the desktop app: a Rust toolchain and the Tauri 2 system prerequisites for your operating system
git clone <your-fork-or-repository-url>
cd MarkCardStudio
pnpm installpnpm devThe browser build is useful for interface work. Native file dialogs and direct filesystem output require the Tauri app; browser mode uses the available web fallbacks.
pnpm tauri dev# Build the web assets
pnpm build
# Build native application bundles
pnpm tauri buildNative bundle types depend on the host operating system and installed Tauri prerequisites.
- Open an existing Markdown document or start a new one.
- Choose a pagination strategy and adjust the generated pages when needed.
- Select a platform preset, theme, background, and card metadata.
- Review the complete document in the preview canvas.
- Pick PNG, JPG, PDF, or long PNG and select an output folder.
- Export the entire set. MarkCard Studio creates an organized subfolder for the document.
src/
├── components/ Vue workspace, preview, and settings UI
├── composables/ Document state, parsing, pagination, and export
├── config/ Theme metadata and cover sticker mappings
└── styles/themes/ Shared card styles and individual themes
src-tauri/
├── src/files.rs Native Markdown, image, folder, and export commands
└── tauri.conf.json Desktop application and bundle configuration
public/
├── stickers/openmoji/ Bundled OpenMoji sticker assets
└── wallpapers/ Local background images
imgs/ Workspace screenshot and exported result examples
Contributor and coding-agent guidance lives in AGENTS.md.
Issues and pull requests are welcome. Keep changes focused, preserve preview/export visual parity, and run both the frontend build and Rust checks for changes that cross the desktop boundary. See AGENTS.md for the repository's architecture and validation checklist.
The bundled OpenMoji stickers are provided by OpenMoji under CC BY-SA 4.0. Their attribution is retained in public/stickers/openmoji/README.md. Third-party assets remain subject to their own licenses.
MarkCard Studio is free software licensed under the GNU General Public License v3.0. You may use, study, modify, and redistribute it under the terms of that license.
- Friendly community: linux.do








