An Obsidian plugin for CV/Resume generation that's part of the Thecap CV Generator monorepo. This plugin allows you to generate a PDF version of your CV directly within your Obsidian vault.

There are two ways to open the curriculum preview:
Use the following markdown notation to structure your curriculum:
| Notation | Description | Example |
|---|---|---|
# Name |
Your name followed by contact details | # John Doe |
- key: value |
Contact details (under name) | - email: [email protected] |
## Section |
Main section | ## Experience |
## Section \break |
Section with page break after | ## Education \break |
### Primary Title | Right Text |
Item with title and optional right-aligned text | ### Software Engineer | 2020-Present |
### Primary Title \break |
Item with page break after | ### Project Lead \break |
#### Secondary Title | Right Text |
Subtitle with optional right-aligned text | #### Team Lead | New York |
- Detail |
Bullet point details | - Led team of 5 developers |
The CV follows a specific markdown format. For detailed information about the format, please refer to the main repository README.
Quick example:
---
title: My CV
year: 2024
---
# John Doe
- title: Software Engineer
- Email: [email protected]
- Location: New York, NY
## PROFESSIONAL EXPERIENCE
### Company Name | Location
#### Position | 2020 - Present
- Achievement 1
- Achievement 2
This project is licensed under the GNU General Public License v3.0 (GPL-3.0) - see the LICENSE file for details.
What this means: