{"id":25435870,"url":"https://github.com/zerowave022/mdtables","last_synced_at":"2025-07-09T15:36:15.320Z","repository":{"id":202619524,"uuid":"707742466","full_name":"ZeroWave022/mdtables","owner":"ZeroWave022","description":"A simple website for markdown table generation","archived":false,"fork":false,"pushed_at":"2023-11-03T18:18:54.000Z","size":1244,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-29T00:06:55.355Z","etag":null,"topics":["markdown","markdown-table","markdown-tables","md","table","tables"],"latest_commit_sha":null,"homepage":"https://mdtables.pages.dev","language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ZeroWave022.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-20T14:56:03.000Z","updated_at":"2023-12-04T18:23:15.000Z","dependencies_parsed_at":"2023-10-20T16:40:04.965Z","dependency_job_id":"6cdd9664-bec2-499d-aea0-eb353e1c6675","html_url":"https://github.com/ZeroWave022/mdtables","commit_stats":null,"previous_names":["zerowave022/mdtables"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ZeroWave022/mdtables","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroWave022%2Fmdtables","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroWave022%2Fmdtables/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroWave022%2Fmdtables/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroWave022%2Fmdtables/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZeroWave022","download_url":"https://codeload.github.com/ZeroWave022/mdtables/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZeroWave022%2Fmdtables/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264486433,"owners_count":23616047,"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":["markdown","markdown-table","markdown-tables","md","table","tables"],"created_at":"2025-02-17T07:34:02.608Z","updated_at":"2025-07-09T15:36:15.279Z","avatar_url":"https://github.com/ZeroWave022.png","language":"Vue","readme":"# .mdTables\n\nA simple website for markdown table generation. Check out [.mdTables](https://mdtables.pages.dev/) now!\n\n# Generating markdown tables from files\n\nThe website also supports generating tables from files instead of filling out the data manually. You can do this [here](https://mdtables.pages.dev/from-file).\n\nCurrently, `.json` and `.csv` files are supported. Supported data structures are shown on the website, but you can find a copy of the examples below.\n\n### JSON: 2D Array format\n\n```json\n[\n    [\n        \"Product\",\n        \"Price\",\n        \"Next delivery\"\n    ],\n    [\n        \"Bread\",\n        10,\n        \"Today\"\n    ],\n    [\n        \"Butter\",\n        \"25\",\n        \"Tomorrow\"\n    ],\n    [\n        \"Milk\",\n        \"25\",\n        \"Tomorrow\"\n    ],\n    [\n        \"Ice cream\",\n        \"40\",\n        \"In 5 days\"\n    ]\n]\n```\n\n### JSON: Array of objects format\n\n```json\n[\n    {\n        \"Product\": \"Bread\",\n        \"Price\": 10,\n        \"Next delivery\": \"Today\"\n    },\n    {\n        \"Product\": \"Butter\",\n        \"Price\": \"25\",\n        \"Next delivery\": \"Tomorrow\"\n    },\n    {\n        \"Product\": \"Milk\",\n        \"Price\": \"25\",\n        \"Next delivery\": \"Tomorrow\"\n    },\n    {\n        \"Product\": \"Ice cream\",\n        \"Price\": \"40\",\n        \"Next delivery\": \"In 5 days\"\n    }\n]\n```\n\n### CSV\n\n```csv\nProduct,Price,Next delivery\nBread,10,Today\nButter,25,Tomorrow\nMilk,25,Tomorrow\nIce cream,40,In 5 days\n```\n\n# Contributing: Getting started\n\nIf you find any bugs when using .mdTables, please [open an issue](https://github.com/ZeroWave022/mdtables/issues/new).\n\nFeel free to contribute to the project by forking and opening pull requests!\n\nAfter forking the project, simply install the packages needed with [yarn](https://yarnpkg.com/): `yarn install`\n\n# License\n\nThis project is licensed under the [Apache License 2.0](https://github.com/ZeroWave022/mdtables/blob/main/LICENSE).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerowave022%2Fmdtables","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzerowave022%2Fmdtables","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerowave022%2Fmdtables/lists"}