markdown to whatsapp for Zed
io.github.drsound/markdown-to-whatsapp
Convert Markdown into WhatsApp formatting: tables drawn to fit the phone's monospace width.
client:Zed
transport:stdio
runtime:npm
Install markdown to whatsapp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"markdown-to-whatsapp": {
"command": "npx",
"args": [
"-y",
"markdown-to-whatsapp"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs