Markdown Table Polisher
Aligns markdown table columns in selected text for cleaner docs diffs.
Archetype: markdown.assist (markdown-tools)
Usage
Use the Command Palette (Ctrl/Cmd+Shift+P) and run the commands listed below.
Command surface
markdown-table-polisher.formatTable - Format markdown table: Align selected markdown table columns for readability.
markdown-table-polisher.insertToc - Insert markdown TOC: Insert a generated table of contents at cursor position.
Feature profile
- Select table region and run format command.
- Regenerate TOC after section edits.
- Review diff before commit.
Boundaries
No remote markdown rendering or external validation services are used.
Local development
npm install
npm run build
npm test
Use F5 in VS Code to launch an Extension Development Host.
Packaging
npm run package
Module notes
- UI settings are exposed in workspace settings under this extension namespace.
- Local run metadata uses
ExtensionContext.globalState only.
- Analytics is local-only and disabled unless
FOF_ANALYTICS_OPT_IN=true.
Marketplace submission notes
- Set a real
publisher in package.json.
- Replace placeholder assets in
assets/ (icon + screenshots).
- Upload
.vsix or release source archive from dist-submission/.
Support
For support, contact support@example.com.
| |