{"id":14550492,"url":"https://github.com/SCJangra/table-nvim","last_synced_at":"2025-09-03T20:31:55.088Z","repository":{"id":252541031,"uuid":"821855961","full_name":"SCJangra/table-nvim","owner":"SCJangra","description":null,"archived":false,"fork":false,"pushed_at":"2024-09-09T19:56:10.000Z","size":62,"stargazers_count":8,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-09-10T00:27:38.785Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Lua","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/SCJangra.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":"2024-06-29T16:24:00.000Z","updated_at":"2024-09-09T19:56:13.000Z","dependencies_parsed_at":"2024-09-09T23:34:27.778Z","dependency_job_id":"35e41382-4844-4654-b282-2270fd834fb3","html_url":"https://github.com/SCJangra/table-nvim","commit_stats":null,"previous_names":["scjangra/table-nvim"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SCJangra%2Ftable-nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SCJangra%2Ftable-nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SCJangra%2Ftable-nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/SCJangra%2Ftable-nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/SCJangra","download_url":"https://codeload.github.com/SCJangra/table-nvim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231916579,"owners_count":18445426,"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":"2024-09-06T13:01:07.212Z","updated_at":"2024-12-30T21:31:16.223Z","avatar_url":"https://github.com/SCJangra.png","language":"Lua","readme":"# A markdown table editor\nA simple (for now?) markdown table editor that formats the table as you type.\n\n# Demo\nhttps://github.com/user-attachments/assets/b026dc0b-4f10-48cc-81cb-3edf0f3e7772\n\n# Dependencies\n- [nvim-treesitter](https://github.com/nvim-treesitter/nvim-treesitter)\n- that's it!\n\n# Install\n\nUsing [lazy.nvim](https://github.com/folke/lazy.nvim)\n```lua\n{\n  'SCJangra/table-nvim',\n  ft = 'markdown',\n  opts = {},\n}\n```\n\n# Default config\n```lua\n{\n  padd_column_separators = true,   -- Insert a space around column separators.\n  mappings = {                     -- next and prev work in Normal and Insert mode. All other mappings work in Normal mode.\n    next = '\u003cTAB\u003e',                -- Go to next cell.\n    prev = '\u003cS-TAB\u003e',              -- Go to previous cell.\n    insert_row_up = '\u003cA-k\u003e',       -- Insert a row above the current row.\n    insert_row_down = '\u003cA-j\u003e',     -- Insert a row below the current row.\n    move_row_up = '\u003cA-S-k\u003e',       -- Move the current row up.\n    move_row_down = '\u003cA-S-j\u003e',     -- Move the current row down.\n    insert_column_left = '\u003cA-h\u003e',  -- Insert a column to the left of current column.\n    insert_column_right = '\u003cA-l\u003e', -- Insert a column to the right of current column.\n    move_column_left = '\u003cA-S-h\u003e',  -- Move the current column to the left.\n    move_column_right = '\u003cA-S-l\u003e', -- Move the current column to the right.\n    insert_table = '\u003cA-t\u003e',        -- Insert a new table.\n    insert_table_alt = '\u003cA-S-t\u003e',  -- Insert a new table that is not surrounded by pipes.\n    delete_column = '\u003cA-d\u003e',       -- Delete the column under cursor.\n  }\n}\n```\n","funding_links":[],"categories":["Programming Languages Support","Recently Updated"],"sub_categories":["Markdown and LaTeX","[Sep 02, 2024](/content/2024/09/02/README.md)"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSCJangra%2Ftable-nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSCJangra%2Ftable-nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSCJangra%2Ftable-nvim/lists"}