Search...Search plugins and themes...
⌘K
Sign in
  • Get started
  • Download
  • Pricing
  • Enterprise
  • Account
  • Obsidian
  • Overview
  • Sync
  • Publish
  • Canvas
  • Mobile
  • Web Clipper
  • CLI
  • Learn
  • Help
  • Developers
  • Changelog
  • About
  • Roadmap
  • Blog
  • Resources
  • System status
  • License overview
  • Terms of service
  • Privacy policy
  • Security
  • Community
  • Plugins
  • Themes
  • Discord
  • Forum / 中文论坛
  • Merch store
  • Brand guidelines
Follow us
DiscordTwitterBlueskyThreadsMastodonYouTubeGitHub
© 2026 Obsidian

Resume Editor

hellokunzaihellokunzai263 downloads

Form-driven resume editor with live preview, Chinese templates and PDF/HTML/DOCX/LaTeX export, plus a configurable resume directory.

Add to Obsidian
  • Overview
  • Scorecard
  • Updates7

Form-driven resume editor for Obsidian. Edit structured fields on the left, see a live preview on the right, and export to PDF / HTML / DOCX / LaTeX.

中文简历编辑器插件:左侧表单填写、右侧实时预览,内置多套中文向模板,一键导出 PDF / HTML / DOCX / LaTeX。完整中文说明见 README.zh.md。

Features

  • Form-driven editing — no custom Markdown syntax to learn. Fill in name, contact, education, work, projects, skills and more; the editor builds the resume for you.
  • Live preview — updates instantly as you type.
  • 12 templates — Single column, Two columns, Academic, Classic, Timeline, Swiss, Modern, Minimalist, Left & right, Elegant, Creative, Editorial, all styled with A4-friendly typography.
  • Multi-format export — PDF (via html2pdf.js), HTML, DOCX (custom zero-dependency OOXML generator) and LaTeX, all generated fully on-device.
  • Native .resume file format — each resume is a structured JSON file that Obsidian opens directly in the editor. Legacy .md resumes (with the resume frontmatter marker or config block) are still recognized and migrated automatically.
  • Per-resume style — theme color (12-swatch palette), base font size, line height, section spacing, page padding, paragraph spacing, font family and a multi-page A4 boundary-line toggle. Stored inside each resume, so every file keeps its own look.
  • Flexible sections — basic info, education, work experience, projects, skills, self-evaluation, certificates and custom modules; reorder, collapse and toggle visibility per section.
  • Avatar & custom contacts — avatar with size / aspect-ratio / corner-radius options; extra contact fields (icon + label + value).
  • Auto save — toggle in settings; when off, use the Save button.

Install (BRAT)

  1. Install the BRAT plugin, then add this repository as a beta plugin.
  2. Enable Resume Editor in Settings → Community plugins.

Usage

  • Ribbon icon or command Open Resume Editor opens the dual-pane view in the right sidebar.
  • Command New resume creates a .resume file. The default name is 新建简历.resume; if the name already exists, it is automatically incremented to 新建简历 1.resume, 新建简历 2.resume, etc.
  • Command Mark current note as resume converts the active note into a resume.
  • Right-click a folder/file in the file explorer → New resume creates a resume inside that folder.
  • Any .resume file opens directly in the editor when clicked.
  • Edits are saved automatically (toggle Auto save) or via the Save button. If no file is active, the first save creates a new resume note.

Export

Use the export button in the editor, or the commands: Export resume as PDF / HTML / DOCX / LaTeX. Exports are written next to the current note via Obsidian's vault API.

Export runs asynchronously and shows a thin progress bar across the top of the editor, so the rest of the workspace stays usable while a PDF renders. The bar takes no layout space and never intercepts clicks; the export button is dimmed while a job is running so repeated clicks cannot queue up extra work.

Exports run asynchronously and show a non-blocking progress card in the bottom-right corner, so the rest of the workspace stays usable while a PDF is being rendered. The card never intercepts clicks, and the export button is disabled until the run finishes to prevent stacking duplicate jobs.

Templates

The default template (Settings → Resume Editor → Default template) applies to new resumes; each saved resume stores its own templateId, so existing files keep their look.

Template Description
Single column One full-width column, clean and safe.
Two columns Left sidebar (avatar, contacts) + right content.
Academic Top-aligned basic info, formal black typography.
Classic Traditional single-column business look.
Timeline Vertical timeline for dates/experience.
Swiss Grid-based, minimalist with strong type.
Modern Blue-accented, contemporary.
Minimalist Lots of whitespace, top basic info.
Left & right Photo + contacts on the left 30%.
Elegant Warm brown accent, refined.
Creative Pink accent, expressive layout.
Editorial Teal accent, magazine-style.

Global style (per resume)

Open the Global style panel at the top of the editor's left column:

  • Theme color — 12-swatch palette.
  • Font size — 11–16 px.
  • Line height — 1.2–2.0.
  • Section spacing — 8–32 px.
  • Page padding — 16–48 px.
  • Paragraph spacing — 0–16 px.
  • Font family — optional custom font stack.
  • Show A4 page lines — when content exceeds one page, draw dashed A4 page boundaries and show the estimated total page count. Exports paginate naturally (no whole-page scaling).

Settings are stored in the note's config block, so each resume keeps its own appearance; old files fall back to defaults.

Data & privacy

The plugin runs offline by default. It makes no outbound network requests for editing, live preview, PDF/HTML/LaTeX export, or storage — there is no AI/cloud feature, and your resume data never leaves your device. All files are stored in your vault and exported locally.

The one exception: when a DOCX export embeds an image hosted at an https:// URL, the plugin fetches that image via Obsidian's requestUrl to embed it into the .docx file. No other data is sent anywhere, and the request only targets the exact image URL you referenced.

Platform

Desktop and mobile. Requires Obsidian 1.11.4+; the plugin sets isDesktopOnly: false and runs on phones and tablets.

All export formats are pure-frontend and use Obsidian's vault.adapter APIs — no Electron, fs, path, os, or child_process:

  • PDF — html2pdf.js (html2canvas + jsPDF), written with app.vault.adapter.writeBinary.
  • DOCX — custom zero-dependency OOXML generator, written with app.vault.adapter.writeBinary.
  • HTML / LaTeX — written with app.vault.adapter.write.

Mobile UI differences (compared to desktop):

  • Single-pane layout. Edit and preview never show side-by-side. By default the edit pane is shown; a dedicated toggle button in the header switches between edit and preview.
  • A4 preview auto-fit. The preview renders a fixed 794px-wide A4 sheet and scales it down to fit the screen width.
  • ↑↓ sort buttons. Drag handles are hidden on touch; each reorderable list gets up/down buttons instead.
  • PDF export resolution is reduced on mobile (scale: 1.5 instead of 2) to lower memory use.

Development

npm install
npm run dev      # watch build
npm run build    # type-check + production build

License

MIT

HealthExcellent
ReviewCaution
About
Edit resumes with a form-driven, dual-pane editor that updates live as you fill structured fields for contact, education, work, projects, skills and more. Export to PDF, HTML, DOCX or LaTeX, choose from 12 built-in templates and per-resume styles, and save as native .resume files with automatic migration from legacy Markdown.
EditingExportFiles
Details
Current version
0.11.0
Last updated
4 days ago
Created
3 weeks ago
Updates
7 releases
Downloads
263
Compatible with
Obsidian 1.11.4+
Platforms
Desktop, Mobile
License
MIT
Report bugRequest featureReport plugin
Author
hellokunzaihellokunzaihellokunzai
GitHubhellokunzai
  1. Community
  2. Plugins
  3. Editing
  4. Resume Editor

Related plugins

Thino

Quickly capture memos and display them in the sidebar with a heatmap. (Closed source)

Gemini Scribe

Allows you to interact with Gemini and use your notes as context.

Remember cursor position

Remember cursor and scroll position for each note.

Code Space

Professional code file management with visual dashboard, syntax highlighting editor, Markdown embedding, external folder mounts, and terminal integration.

Note Refactor

Extract note content into new notes and split notes.

Mermaid View

Handle Mermaid files as first-class citizens, rendering them fullscreen when opened.

Notebook Navigator

A better file browser and calendar inspired by Apple Notes, Bear, Evernote and Day One.

LanguageTool Integration

Advanced grammar and spell checking, powered by LanguageTool.

Claudian

Embeds Claude Code/Codex and other local Agents as AI collaborators in your vault.

Advanced URI

Control everything with URI.