Inkdown is a beta VS Code extension for editing rendered Markdown without leaving VS Code.
It is built for developers who want Obsidian or Typora style readability while keeping plain .md files, wikilinks, and repo-native workflows inside VS Code.
Current v0.1 capabilities:
custom live editor for .md files
CodeMirror 6 live editor inside the custom editor
inline preview for common Markdown syntax when the cursor is elsewhere
rendered links and wikilinks are clickable
wikilink completion and definition in Live Editor (F12 / Cmd/Ctrl+Click)
outline tree for the current document
backlinks tree for the current document
explicit source-editor fallback command
explicit note creation from unresolved wikilinks
Why Inkdown:
edit Markdown in a live editor instead of bouncing between raw source and preview
keep notes as plain .md files inside your existing workspace
navigate with wikilinks, outline, and backlinks without leaving VS Code
render math and Mermaid inline while preserving Markdown as the source of truth
Live Editor Markdown coverage:
headings and blockquotes
Markdown links, auto links, and wikilinks
unordered/ordered/nested lists
task list checkbox interaction with write-back (- [ ] / - [x])
GFM tables
fenced code blocks (with block rendering when not editing)