A Markdown Editor That Wanted to Talk to LLMs
Inkdown merges a GitHub-flavored visual markdown editor and an LLM dialogue tool into one workspace, shipping as both a desktop app and a VS Code extension.

What it does
Inkdown is a WYSIWYG markdown editor built on Slate.js that also functions as an LLM dialogue tool. It claims full compatibility with GitHub Flavored Markdown and ships as both a standalone Electron desktop app and a VS Code extension. You edit documents visually while holding LLM conversations in the same workspace.
The interesting bit
The project attempts to collapse two increasingly common workflows—structured note-taking and LLM prompting—into a single interface. That is a genuinely crowded problem space, but Inkdown at least targeted GFM compliance and offered both desktop and IDE-native forms before development halted.
Key highlights
- Built with Slate.js and TypeScript
- Ships as an Electron app for macOS and Windows, plus a VS Code extension
- Claims full GitHub Flavored Markdown spec compatibility
- Integrates LLM chat/dialogue features alongside document editing
- 1,185 GitHub stars
Caveats
- Development is officially paused and the project is no longer actively maintained
- The README is sparse on technical details, LLM provider support, and feature depth
- It is unclear from the sources whether the LLM integration requires external API keys or supports local inference
Verdict
Worth a look if you want a frozen but functional WYSIWYG Markdown editor with LLM chat baked in; avoid if you need active maintenance, detailed documentation, or a clear roadmap.
Frequently asked
- What is 1943time/inkdown?
- Inkdown merges a GitHub-flavored visual markdown editor and an LLM dialogue tool into one workspace, shipping as both a desktop app and a VS Code extension.
- Is inkdown open source?
- Yes — 1943time/inkdown is open source, released under the AGPL-3.0 license.
- What language is inkdown written in?
- 1943time/inkdown is primarily written in TypeScript.
- How popular is inkdown?
- 1943time/inkdown has 1.2k stars on GitHub.
- Where can I find inkdown?
- 1943time/inkdown is on GitHub at https://github.com/1943time/inkdown.