Release
The Visual Studio Code edition is published in Marketplace
On August 4, 2026 the product got its third edition - an extension for Visual Studio Code. It is published in Visual Studio Marketplace under the display name Markdown Table Editor Plus and runs on the same table parsing and formatting core as the JetBrains IDEs and Notepad++ editions.
Publication
The extension is published in Visual Studio Marketplace under the identifier krotname.markdown-table-editor-plus. Compatibility is declared for Visual Studio Code 1.96 and later. The edition keeps its own version numbering.
Display name
Marketplace requires a globally unique display name, and the plain Markdown Table Editor name is taken by an unrelated extension. The edition is therefore called Markdown Table Editor Plus; the publisher identifier and the repository are unchanged.
What it does
Tab alignment, cell navigation, inserting, deleting, and moving rows and columns, sorting, width fitting with long-cell wrapping, CSV/TSV conversion, inserting a new table, and the Light Auto Align and Power Auto Fit modes.
Release checks
TypeScript core behavior is verified against the shared golden fixture markdown-table-core-golden.json. The VSIX and SHA256SUMS.txt are published in GitHub Releases, and build provenance is covered by GitHub attestations. The extension runs locally: no telemetry, no network calls, with untrusted and virtual workspaces supported.
Release
Release package 11.0.0 published for both platforms
MarkdownTableEditor 11.0.0 was released on June 13, 2026 for Notepad++ and JetBrains IDEs. The release adds Narrow Column and Widen Column commands, keeps Java/C++ core parity for long-cell wrapping, and locks in responsive fit-width checks for wide tables.
Notepad++ 11.0.0
x86, x64, and ARM64 ZIP archives are published in GitHub Releases. Plugin Admin ZIP files were checked against published SHA-256 hashes, and the update was submitted through Plugin List PR #1116.
What changed
Narrow Column and Widen Column were added with Ctrl+Alt+Shift+, and Ctrl+Alt+Shift+.. The shared core handles hard wrap, protected Markdown links, code spans, line continuations, and repeated fit-width alignment.
Release checks
Java core coverage 91.33%, C++ core coverage 93.15%, Gradle clean check buildPlugin verifyPlugin, MSBuild CoreSmoke PluginShortcutSmoke Coverage Package, GitHub Actions Release/CI, and Plugin List validators for x86/x64/arm64/all_md passed.
Release
Release package 10.0.0 published for both platforms
MarkdownTableEditor 10.0.0 was released on June 9, 2026 for Notepad++ and JetBrains IDEs. It added UI localization for 20 popular languages, faster large-table operations, and performance benchmarks as release gates for the Java/C++ core.
Notepad++ 10.0.0
x86, x64, and ARM64 ZIP archives are published in GitHub Releases. Plugin Admin ZIP files and SHA-256 hashes were prepared for Plugin List PR #1115.
What changed
Menus, commands, dialogs, and messages were localized for popular IDE and Notepad++ languages. The core handles large tables, Unicode/CJK width, sorting, CSV/TSV conversion, and row/column edits faster while preserving Java/C++ behavior parity.
Release checks
Java core coverage 91.60%, C++ core coverage 93.33%, Gradle and MSBuild release checks, GitHub Actions Release/CI, and Plugin List validators passed.