A native Jupyter-like experience for Markdown generation.
Writing .pamd files is great, but writing them in Visual Studio Code is magical. This extension registers .pamd files as native Notebooks, giving you a powerful, seamless writing experience.
✨ Features
Two-Cell Notebook UI: Opens your .pamd files beautifully separated into a Python code cell and a Markdown cell.
One-Click Magic: Hit the Run button to instantly compile your document.
Instant Live Preview: The moment your document compiles, the extension automatically opens a rich Markdown preview to the side!
Streamlined Workflow: We've removed the clutter. No "Select Kernel" prompts, and no accidental cell deletions. Just pure, focused writing.
🚀 Getting Started
Install the PyAct CLI: The extension uses the PyAct engine under the hood. Make sure you have it installed on your system:
pip install pyact-cli
Install this Extension: Search for "PAMD" in the VS Code marketplace and install it.
Open a .pamd file: It will automatically open in Notebook mode.
Hit Run: Watch your Python code generate a stunning Markdown document instantly.