{"id":24727075,"url":"https://github.com/vikcch/markdown-table-generator","last_synced_at":"2026-04-15T14:03:27.643Z","repository":{"id":38218776,"uuid":"258296206","full_name":"vikcch/markdown-table-generator","owner":"vikcch","description":"Markdown Table Generator offers you an intuitive and easy to use interface for creating ascii and html data tables.","archived":false,"fork":false,"pushed_at":"2023-01-06T04:22:20.000Z","size":746,"stargazers_count":0,"open_issues_count":26,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-22T15:17:40.459Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vikcch.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-04-23T18:30:43.000Z","updated_at":"2021-07-04T16:20:06.000Z","dependencies_parsed_at":"2023-02-05T07:16:25.504Z","dependency_job_id":null,"html_url":"https://github.com/vikcch/markdown-table-generator","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vikcch/markdown-table-generator","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikcch%2Fmarkdown-table-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikcch%2Fmarkdown-table-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikcch%2Fmarkdown-table-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikcch%2Fmarkdown-table-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vikcch","download_url":"https://codeload.github.com/vikcch/markdown-table-generator/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vikcch%2Fmarkdown-table-generator/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259851695,"owners_count":22921628,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-27T14:57:47.654Z","updated_at":"2025-10-26T08:03:14.978Z","avatar_url":"https://github.com/vikcch.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Markdown Table Generator\n\nMarkdown Table Generator offers an intuitive and easy to use interface for creating ASCII and html data tables.\n\nSee it on action: [Markdown Table Generator](https://vikcch.github.io/markdown-table-generator/)\n\n## Input data on a HTML table style\n\n![IMG](./src/assets/html-table.png)\n\nUse `Ctrl` + `Arrows` to navigate.\n\n## Available options\n\n* Increase and decrease rows and columns\n* Header Alignment\n* Body Alignment\n* Highlight header\n* Spreadsheet\n* Same width columns\n* Minimum column width\n\n## Comment Sytle\n\n* Custom\n* Double slant `//`\n* Slantsplat `/*` ... `*/`\n* XML `\u003c!--` ... `--\u003e`\n\nWith _custom_ comment style, there is an option to type the comment _before_ and/or the _after_ each row.\n\n## Output Table Style\n\n* MySQL\n\n```*\n+--------+--------+--------+\n|     H1 |     H2 |     H3 |\n+--------+--------+--------+\n|      1 |      2 |      3 |\n|      4 |      5 |      6 |\n+--------+--------+--------+\n```\n\n* Markdown\n\n```*\n|     H1 |     H2 |     H3 |\n|--------|--------|--------|\n|      1 |      2 |      3 |\n|      4 |      5 |      6 |\n```\n\n* Unicode\n\n```*\n╔════════╤════════╤════════╗\n║     H1 │     H2 │     H3 ║\n╟────────┼────────┼────────╢\n║      1 │      2 │      3 ║\n║      4 │      5 │      6 ║\n╚════════╧════════╧════════╝\n```\n\n* HTML\n\n```*\n\u003ctable\u003e\n    \u003cthead\u003e\n        \u003ctr\u003e\u003cth\u003eH1\u003c/th\u003e\u003cth\u003eH2\u003c/th\u003e\u003cth\u003eH3\u003c/th\u003e\u003c/tr\u003e\n    \u003c/thead\u003e\n    \u003ctbody\u003e\n        \u003ctr\u003e\u003ctd\u003e1\u003c/td\u003e\u003ctd\u003e2\u003c/td\u003e\u003ctd\u003e3\u003c/td\u003e\u003c/tr\u003e\n        \u003ctr\u003e\u003ctd\u003e4\u003c/td\u003e\u003ctd\u003e5\u003c/td\u003e\u003ctd\u003e6\u003c/td\u003e\u003c/tr\u003e\n    \u003c/tbody\u003e\n\u003c/table\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvikcch%2Fmarkdown-table-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvikcch%2Fmarkdown-table-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvikcch%2Fmarkdown-table-generator/lists"}