vim-table-mode icon indicating copy to clipboard operation
vim-table-mode copied to clipboard

VIM Table Mode for instant table creation.

Results 38 vim-table-mode issues
Sort by recently updated
recently updated
newest added

I'm looking at the docs, and I see that there is something about alignment (:let g:table_mode_align_char=':') But, I'm not quite sure how to use it. Any tips? Expected: ``` |...

Very wide columns make viewing tables impossible. I see that org mode tables has an option to set width like before a table cell. Is any such method available?

hacktoberfest
help wanted

Fixes #68 This allows the formula line to be evaluated, even if there is a single empty line after the table. The "empty" line is allowed to contain whitespace, but...

For Markdown there must be an empty line after a table to be detected correclty. With a formula line directly after the table this is not fulfilled. Is it possible...

enhancement

So, I have an interesting use case for VTM. I have a bunch of TAGS on different files/notes. I can generate a list of Tags with the `:VimwikiGenerateTagLinks` with the...

I've just started using formulas, and I really like them! However, I've been having trouble writing custom functions that take a range like `Max`, `Sum`, etc. In https://github.com/dhruvasagar/vim-table-mode/issues/114#issuecomment-1088958500, you provide...

I've found myself using vim table mode as a replacement for a spreadsheets. Sometimes you have a data value that you want to capture, say a real URL, or some...

I've tried vim-notes with vim-table-mode and the table seem to override the syntax of vim-notes. It's this the desired behavior? ![todo](https://user-images.githubusercontent.com/3357792/86487996-f220cc80-bd5f-11ea-9266-277412706358.png)

Different regions and languages use different separators between the integer and decimal parts of a number, most commonly full stop or comma. https://en.wikipedia.org/wiki/Decimal_separator#Usage_worldwide As vim-table-mode bridges the gap between spreadsheet...

hacktoberfest
help wanted

Suppose I make a table with a right alignment marker in the second column: ``` | first thing | second thing | |-------------+-------------:| | 1 | 2 | ``` If...

hacktoberfest
help wanted