Convert a single-card Trello JSON export to Markdown.
Download this Gist, install the $PYTHON_VERSION
seen in setup.ps1
, and run setup.ps1
if you have cross-platform PowerShell installed, or equivalently in a terminal of your choice:
- If, for example,
$PYTHON_VERSION
is3.11
, runpy -3.11 -m venv .venv
in Windows or on UNIX-like/MacOS systems with the Python Launcher installed. - Activate the virtual environment with
.venv/scripts/activate
on Windows or.venv/bin/activate
on UNIX-like/MacOS systems.