GEML — a plain-text document format built to be edited in place, one section at a time for Zed
io.github.geml-spec/geml
One section in, one section out — on Markdown/GEML files, bad writes refused.
client:Zed
transport:stdio
runtime:npm
Install GEML — a plain-text document format built to be edited in place, one section at a time in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"geml": {
"command": "npx",
"args": [
"-y",
"@geml/geml"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs