vscode-text-tables
vscode-text-tables copied to clipboard
VSCode extension that brings the power of Emacs table editing
This is a feature request. It would be awsome if the extension supported Asciidoc tables as well as the existing ORG and MD tables.
Hi, This PR adds the ability to toggle the table mode from the status item: fixes https://github.com/rpeshkov/vscode-text-tables/issues/46 I've implemented some more features for the table editor on https://github.com/philipparndt/vscode-text-tables in case...
It would be nice to keep table indentation level unchanged during formatting. I'm using the extension in the context of a language which uses tables which are nested inside other...
For this table, the ⟺ character is double width, but the extension treats it as a single-width character, which results in an unaligned table. How it looks: ``` | ¬(A...
When editing a table in org mode, the table headline is converted to markdown format before ~~~ | Incident | Desc | Vendor ticket | Vendor Case | Status |...
Is there a way to escape pipes in the cell contents. For example when adding the below in the cell, the formatting is not correct. awk 1 RS=" |\n"
Sometimes I need to use word suggestions provided by vscode. But I have to commit the suggested word with `tab` or `enter`. Problem is: when I'm in table mode, both...
Hello! I use VSCodeVim and recently installed your ext. Find it very useful - thank you :) However, I can't get it work with Vim extension. My status always shows...
If you write colons ':' in the divider line to indicate the column must be centered, the colons will be removed after a reformatting.
It appears that table mode only works for tables that have a leading pipe, but that's not required in github-flavoured markdown