{"id":25395757,"url":"https://github.com/rpeshkov/vscode-text-tables","last_synced_at":"2025-08-01T20:03:19.575Z","repository":{"id":30449304,"uuid":"124965339","full_name":"rpeshkov/vscode-text-tables","owner":"rpeshkov","description":"VSCode extension that brings the power of Emacs table editing","archived":false,"fork":false,"pushed_at":"2022-12-30T20:27:16.000Z","size":470,"stargazers_count":42,"open_issues_count":25,"forks_count":16,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-07-06T23:39:38.997Z","etag":null,"topics":["markdown","org-mode","tables","vscode-extension"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rpeshkov.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-03-12T23:43:27.000Z","updated_at":"2025-07-01T14:48:50.000Z","dependencies_parsed_at":"2023-01-14T16:59:04.824Z","dependency_job_id":null,"html_url":"https://github.com/rpeshkov/vscode-text-tables","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"purl":"pkg:github/rpeshkov/vscode-text-tables","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpeshkov%2Fvscode-text-tables","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpeshkov%2Fvscode-text-tables/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpeshkov%2Fvscode-text-tables/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpeshkov%2Fvscode-text-tables/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rpeshkov","download_url":"https://codeload.github.com/rpeshkov/vscode-text-tables/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rpeshkov%2Fvscode-text-tables/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268290464,"owners_count":24226640,"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","status":"online","status_checked_at":"2025-08-01T02:00:08.611Z","response_time":67,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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","org-mode","tables","vscode-extension"],"created_at":"2025-02-15T20:38:06.721Z","updated_at":"2025-08-01T20:03:19.505Z","avatar_url":"https://github.com/rpeshkov.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Text Tables\n\n[![version][version-badge]][CHANGELOG]\n[![license][license-badge]][LICENSE]\n[![Build Status](https://travis-ci.org/rpeshkov/vscode-text-tables.svg?branch=master)](https://travis-ci.org/rpeshkov/vscode-text-tables)\n\n![Text tables](icons/icon.png)\n\nVSCode extension that brings the power of Emacs table editing.\n\n![Sample](doc/sample.gif)\n\n## Features\n\n- Tables reformat\n- Easy table cells navigation\n- Support for [org](https://orgmode.org/manual/Built_002din-table-editor.html#Built_002din-table-editor) and [markdown](https://help.github.com/articles/organizing-information-with-tables/) tables\n\n## Activation\n\nExtension is automatically activated when you open markdown or org file. If you want to use this extension in any other file, just trigger `Text Tables: Enable` command in command pallete.\n\n## Commands\n\nExtension provides several commands that are available in the Command Palette:\n\n- `Text Tables: Enable` - enable extension.\n- `Text Tables: Create table` - create new table in cursor position.\n- `Text Tables: Format under cursor` - reformat the table under cursor.\n- `Text Tables: Enter table mode` - enter [table mode](#table-mode).\n- `Text Tables: Exit table mode` - exit [table mode](#table-mode).\n- `Text Tables: Go to next cell` - switch to next cell in current table.\n- `Text Tables: Go to previous cell` - switch to previous cell in current table.\n- `Text Tables: Clear cell` - clear cell under cursor.\n\nYou can access all of the above commands from the command pallete (\u003ckbd\u003eCtrl\u003c/kbd\u003e+\u003ckbd\u003eShift\u003c/kbd\u003e+\u003ckbd\u003ep\u003c/kbd\u003e or \u003ckbd\u003eCmd\u003c/kbd\u003e+\u003ckbd\u003eShift\u003c/kbd\u003e+\u003ckbd\u003ep\u003c/kbd\u003e)\n\n## Table mode\n\nTable mode is the mode where some of the default keybindings have another action assigned.\n\nTo enter table mode you may execute command `Text Tables: Enter table mode` from command palette or press \u003ckbd\u003eCtrl\u003c/kbd\u003e+\u003ckbd\u003eq\u003c/kbd\u003e \u003ckbd\u003eCtrl\u003c/kbd\u003e+\u003ckbd\u003eq\u003c/kbd\u003e shortcut to toggle mode. To control whether you're in table mode or not, see the icon in the status bar of Visual Studio Code:\n\n![Table mode status](doc/table-mode-status.png)\n\nWhen in table mode, \u003ckbd\u003eTab\u003c/kbd\u003e and \u003ckbd\u003eShift\u003c/kbd\u003e+\u003ckbd\u003eTab\u003c/kbd\u003e keybindings will navigate next/previous cell accordingly.\n\n![Navigation](doc/navigation.gif)\n\n## Keybindings\n\n- \u003ckbd\u003eCtrl\u003c/kbd\u003e+\u003ckbd\u003eq\u003c/kbd\u003e \u003ckbd\u003ef\u003c/kbd\u003e - format table under cursor.\n- \u003ckbd\u003eCtrl\u003c/kbd\u003e+\u003ckbd\u003eq\u003c/kbd\u003e \u003ckbd\u003espace\u003c/kbd\u003e - clear cell under cursor.\n- \u003ckbd\u003eCtrl\u003c/kbd\u003e+\u003ckbd\u003eq\u003c/kbd\u003e \u003ckbd\u003eCtrl\u003c/kbd\u003e+\u003ckbd\u003eq\u003c/kbd\u003e - toggle table mode.\n\n### In table mode\n\n- \u003ckbd\u003eTab\u003c/kbd\u003e - navigate to the next cell in table.\n- \u003ckbd\u003eShift\u003c/kbd\u003e+\u003ckbd\u003eTab\u003c/kbd\u003e - navigate to the previous cell in table.\n\n### Custom keybindings\n\nExtension introduces additional `tableMode` when-clause that you may use to define your own keybindings when in table mode.\n\nSample keybinding:\n\n```json\n{\n    \"key\": \"tab\",\n    \"command\": \"text-tables.gotoNextCell\",\n    \"when\": \"tableMode\"\n}\n```\n\n## Settings\n\nThis extension introduces some settings that you may setup in your user settings or workspace settings.\n\nAvailable settings:\n\n- `text-tables.mode` - sets the type of tables. Valid values are: `org` and `markdown`.\n- `text-tables.showStatus` - controls whether to show or not status item for table mode.\n\n## Contribution\n\nAll contributions are welcome.\n\nIf you found a bug or want to propose new feature for the extension, feel free to create an issue.\n\n[CHANGELOG]: ./CHANGELOG.md\n[LICENSE]: ./LICENSE\n[version-badge]: https://img.shields.io/badge/version-0.1.5-blue.svg\n[license-badge]: https://img.shields.io/badge/license-MIT-blue.svg\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frpeshkov%2Fvscode-text-tables","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frpeshkov%2Fvscode-text-tables","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frpeshkov%2Fvscode-text-tables/lists"}