Read this in other languages: English | 日本語
Tabmark is a suite of tools for handling hierarchical Markdown tables. It allows you to convert between CSV and Markdown, and edit Markdown tables as spreadsheets in VS Code.
This monorepo contains the following packages:
- tabmark-core: The core logic for parsing and stringifying hierarchical Markdown tables.
- tabmark-cli: A command-line interface for converting files.
- tabmark-vscode: A VS Code extension for editing
*.table.mdfiles.
- Node.js
- npm
npm install
npm run buildnpm testMIT