Convert .resolved Markdown files into beautifully styled PDFs with a single click.
Download Python 3.10+ from python.org. Make sure to check "Add Python to PATH" during install.
pip install reportlabpython plugin_gui.py- Click Browse and select your
.resolvedfile - Optionally choose an output folder (default: same folder as the input file)
- Click ⚡ Convert to PDF
- The PDF opens automatically when done
| Feature | Free | Premium |
|---|---|---|
| Conversions per day | 3 | Unlimited |
| PDF export | ✅ | ✅ |
| Priority support | ❌ | ✅ |
Free plan: 3 conversions per day, tracked locally.
Premium: Enter your license key in the Upgrade dialog.
You can also run conversions without the GUI:
# Convert to PDF in the same directory
python convert_resolved.py myfile.resolved
# Convert with custom output path
python convert_resolved.py myfile.resolved C:\Users\You\Documents\output.pdfExternal Files Context Menu: If you open a .resolved file that is outside your currently open folder/workspace, the code editor occasionally restricts the script trigger from appearing.
- Workaround: Simply click to another open tab and click back to the
.resolvedfile (or close and re-open the file). This refreshes the context menu and the "Convert to PDF" button will appear.
| File | Purpose |
|---|---|
plugin_gui.py |
Main GUI application — run this |
convert_resolved.py |
Core converter engine |
usage_tracker.py |
Free/premium usage tracking |
requirements.txt |
Python dependencies |
- Click ⭐ Upgrade to Premium in the top right of the app
- Enter your license key
- Click Activate License
Built with Python · ReportLab · Tkinter