- fork repo
- go to https://github.com/YOUR_USERNAME/md_pdf_convert/settings/actions -> workflow permissions -> click read and write permissions -> save
- put your .md files in md dir
- commit and push changes
- .pdf and .typ files will appear on releases page
- clone repo:
git clone https://github.com/gmankab/md_pdf_convert
- put your .md files in md dir
- install distrobox
- create arch distrobox:
distrobox create -i docker.io/archlinux:latest -n arch
- install dependencies:
distrobox enter arch -- sudo pacman -Syu --noconfirm pandoc typst
- run converter:
distrobox enter arch -- python convert.py
a: use wsl or use github actions
a: see line 11 in convert.py