Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

vim-table-mode

VIM Table Mode for instant table creation.
Collective - Host: opensource - https://opencollective.com/vim-table-mode - Code: https://github.com/dhruvasagar/vim-table-mode

Fix #132

Disabling InsertLeave autocmd for realign since it is getting triggered
multiple times during re...

github.com/dhruvasagar/vim-table-mode - e646bee5c45201b52f8f879eddf84b5c2e360e98 authored almost 7 years ago by Dhruva Sagar <[email protected]>
Fix #131. Cleanly disable auto align when table mode is disabled.

github.com/dhruvasagar/vim-table-mode - d0a640518957417ce689411d807dff3bf9eca194 authored almost 7 years ago by Dhruva Sagar <[email protected]>
Remove CursorHoldI for auto-align. Fix #128

Since auto-align in insert mode causes snags, removing it and instead
doing it on InsertLeave in...

github.com/dhruvasagar/vim-table-mode - c35fd9b104fb75017f3866a28a77cf38f61b7801 authored almost 7 years ago by Dhruva Sagar <[email protected]>
AutoAlign only if buffer is already modified. Fix #126

github.com/dhruvasagar/vim-table-mode - bdd96b05cbaef55baf52bf79f765aad94f64941c authored almost 7 years ago by Dhruva Sagar <[email protected]>
Fix #124

Underscores should not create an issue

github.com/dhruvasagar/vim-table-mode - b25fe6f9f0f0b704d05ebd05edbbf0be3038cef9 authored almost 7 years ago by Dhruva Sagar <[email protected]>
Add support for escaping the separator #118

Initial support. Alignment and border creation is fixed and is
consistent in considering the esc...

github.com/dhruvasagar/vim-table-mode - 322503e814c49416f0267f3bbeb87e1b495f0449 authored almost 7 years ago by Dhruva Sagar <[email protected]>
Merge pull request #123 from vbwx/master

Mappings for tableize commands

github.com/dhruvasagar/vim-table-mode - 40fe641708c58476c3a1b9aeafb68dd888d4920b authored about 7 years ago by Dhruva Sagar <[email protected]>
Allow dynamic prefix for all mappings

github.com/dhruvasagar/vim-table-mode - 1d9d512ed1f4a59583dec6de9b04ec9a21d7a03b authored about 7 years ago by Bernhard Waldbrunner <[email protected]>
Play nice with vimwiki. Fix #110

In order to use vim table mode over vimwiki native table formatting
support you need to add the ...

github.com/dhruvasagar/vim-table-mode - 9f383b92beb73b75f8920d9cdebe11cc42c90d93 authored about 7 years ago by Dhruva Sagar <[email protected]>
Fix #122 : Disable auto align properly after disabling Table Mode

github.com/dhruvasagar/vim-table-mode - a646b4033ba86496ee0fff442ce8540551040275 authored over 7 years ago by Dhruva Sagar <[email protected]>
Remove Auto Align in insert mode #115

Since realigning doesn't work well in insert mode, I have removed auto
align feature for it. Aut...

github.com/dhruvasagar/vim-table-mode - 4e41af8e5f0bf53326d1b83c2feb1eff89fe90d4 authored over 7 years ago by Dhruva Sagar <[email protected]>
Merge pull request #113 from lbischof/patch-1

Fix readme formatting

github.com/dhruvasagar/vim-table-mode - 35b41e082212776006fb7c18b406545ed8395ad8 authored over 7 years ago by Dhruva Sagar <[email protected]>
Fix readme formatting

github.com/dhruvasagar/vim-table-mode - f5d4b4e46da13260ae0c51ed9e5985282ed86af9 authored over 7 years ago by Lorenz Bischof <[email protected]>
Fix for option g:table_mode_update_time

github.com/dhruvasagar/vim-table-mode - d4cb68e8e15f10ba20937cca17b268d431507204 authored almost 8 years ago by Dhruva Sagar <[email protected]>
Add configuration option table_mode_update_time #73

This is for better experience with auto align, we override the
updatetime with the value of the ...

github.com/dhruvasagar/vim-table-mode - 79bf3f9bb7c3d3ebbf2ca8022ae9d057077cf90f authored almost 8 years ago by Dhruva Sagar <[email protected]>
Revert "Also auto realign on InsertLeave #73"

This reverts commit 6584cee4a4d29a2e3e972157daff06bc3423ea6f.

github.com/dhruvasagar/vim-table-mode - ef66b3ec2fca8eb750557b905f899be9b3d7043f authored almost 8 years ago by Dhruva Sagar <[email protected]>
Also auto realign on InsertLeave #73

github.com/dhruvasagar/vim-table-mode - 6584cee4a4d29a2e3e972157daff06bc3423ea6f authored almost 8 years ago by Dhruva Sagar <[email protected]>
Add option to auto align table while editing #73

github.com/dhruvasagar/vim-table-mode - 1eef73fc5b362bda60bb75797af6873e2136a97c authored almost 8 years ago by Dhruva Sagar <[email protected]>
Merge pull request #112 from polyzen/patch-1

readme: Fix minor Vint (Vim linter) warnings

github.com/dhruvasagar/vim-table-mode - d3b70df0a63a5ed52a57456e72b0bd3079b2842f authored almost 8 years ago by Dhruva Sagar <[email protected]>
readme: Fix minor Vint (Vim linter) warnings

github.com/dhruvasagar/vim-table-mode - 096165718ef04045b651019f4e4e49d3cc21e0d6 authored almost 8 years ago by Daniel M. Capella <[email protected]>
Fix #103 : Refactored border creation

Border creation should not conflict with the contents of the row

github.com/dhruvasagar/vim-table-mode - 30a3eba81628fdd099adc6dfdec8aa627c4783f7 authored almost 8 years ago by Dhruva Sagar <[email protected]>
Fixed align unicode fixture

The before fixture should not have any unnecessary spaces

github.com/dhruvasagar/vim-table-mode - cc0055f329497c6b444321fce948be67d47e38ac authored almost 8 years ago by Dhruva Sagar <[email protected]>
Minor refactor for table syntax

github.com/dhruvasagar/vim-table-mode - 8d3affcf5fdd7ff9280d4ce57968910283370876 authored almost 8 years ago by Dhruva Sagar <[email protected]>
Add config to disable table mode syntax

Since table mode syntax can hamper performance, it is now possible to
disable it with a global c...

github.com/dhruvasagar/vim-table-mode - 9edd6d7d205ce0179c4399f421b5edaf1c1cf2dc authored almost 8 years ago by Dhruva Sagar <[email protected]>
Merge pull request #98 from harriott/master

enabling toggle notification by default

github.com/dhruvasagar/vim-table-mode - 441c30c35aec9d5c2de1d58a77a7d22aa8d93b06 authored about 8 years ago by Dhruva Sagar <[email protected]>
Merge remote-tracking branch 'gh/master'

github.com/dhruvasagar/vim-table-mode - ebd16eef19ab3a3f1ad30ff341b7e3ff98d9669e authored about 8 years ago by Joseph Harriott <[email protected]>
corrected spurious loaded_table_verbose

github.com/dhruvasagar/vim-table-mode - 141efc3eddcf66c3f4e5ffae29a4324b4214f4e7 authored about 8 years ago by Joseph Harriott <[email protected]>
deleted tags, as requested

github.com/dhruvasagar/vim-table-mode - c82bc292c5632921d619f113a5955a4781138d6c authored about 8 years ago by Joseph Harriott <[email protected]>
Bumped the version

github.com/dhruvasagar/vim-table-mode - 8209b5921519ef74b3ccde70f2b0fccd70238198 authored over 8 years ago by Dhruva Sagar <[email protected]>
Updated the README

Fixed the tip

github.com/dhruvasagar/vim-table-mode - 5b3b2f7c05e1b95794dafc6d91d15c9105aa8b79 authored over 8 years ago by Dhruva Sagar <[email protected]>
doc adjusted for default verbose

github.com/dhruvasagar/vim-table-mode - 47f60d297284a3630da80f96b16f7afcc4459d4a authored over 8 years ago by harriott <[email protected]>
'table_mode_verbose', 1

github.com/dhruvasagar/vim-table-mode - 0f680bfd1b033c7d0772866bbc5fa0271d5362b5 authored over 8 years ago by harriott <[email protected]>
reset gitignore tags

github.com/dhruvasagar/vim-table-mode - 19f2f5c26f2d2aba8adb36046a4bc46f2328ce1a authored over 8 years ago by harriott <[email protected]>
fixed logger.vim and announce g:table_mode_verbose

github.com/dhruvasagar/vim-table-mode - e07c2409403f1064848d99a6a980637929da28ff authored over 8 years ago by harriott <[email protected]>
Bumped ruby version for travis

github.com/dhruvasagar/vim-table-mode - 8bacd0ba660e94e0bf7e1a41e803df58be4c7376 authored over 8 years ago by Dhruva Sagar <[email protected]>
Fix #90

Allow for multiple formula lines

github.com/dhruvasagar/vim-table-mode - 8309a33aa7d6a35bfe39afd75c3de5039f1218eb authored over 8 years ago by Dhruva Sagar <[email protected]>
Bumped ruby version for tests

github.com/dhruvasagar/vim-table-mode - 293c847cdfa39320867254fd90d5f0267c485532 authored over 8 years ago by Dhruva Sagar <[email protected]>
Fix #92

Improved mappings for table mode

github.com/dhruvasagar/vim-table-mode - 96236638a80fe73fa649824c9df25831a0042373 authored over 8 years ago by Dhruva Sagar <[email protected]>
Merge branch 'master' of github.com:dhruvasagar/vim-table-mode

github.com/dhruvasagar/vim-table-mode - 1d14a027a8080d3e0b39a7e0601b8799957219ae authored over 8 years ago by Dhruva Sagar <[email protected]>
Fix #88

Added the iabbrevs to README

github.com/dhruvasagar/vim-table-mode - e490373435ab5c55c818637ff9062366d6bb2027 authored over 8 years ago by Dhruva Sagar <[email protected]>
Fix #88

Added the iabbrevs to README

github.com/dhruvasagar/vim-table-mode - b420dedbf5bf4f30ca71d16cf6a83cd59c05d27d authored over 8 years ago by Dhruva Sagar <[email protected]>
Bumped version

github.com/dhruvasagar/vim-table-mode - 1bf139b30d3de56b474b63cc97cce4d661b6e7cd authored over 8 years ago by Dhruva Sagar <[email protected]>
Fix #89

Unescape special characters () within the commmentstring

github.com/dhruvasagar/vim-table-mode - b613e39bd08ecebdb9b18100dae518050f496048 authored over 8 years ago by Dhruva Sagar <[email protected]>
Updated test for formula validation

github.com/dhruvasagar/vim-table-mode - 7c56d298bb310e37a4a23c65fbbb4b09291c4c17 authored over 8 years ago by Dhruva Sagar <[email protected]>
Fix #86

Fixed issue with table formula addition when there exists one already
and the comment string is ...

github.com/dhruvasagar/vim-table-mode - 4cf1f534307fc2c89b63075bd6b36b3ee352fdbb authored over 8 years ago by Dhruva Sagar <[email protected]>
Merge branch 'master' of github.com:dhruvasagar/vim-table-mode

github.com/dhruvasagar/vim-table-mode - 01289c07524de407d93e3d7bb3a21e9db412783b authored about 9 years ago by Dhruva Sagar <[email protected]>
Merge pull request #75 from hein09/patch-1

Fixed sort in doc

github.com/dhruvasagar/vim-table-mode - 2ab64777a5b81e240810999eb6e7dc65e1de5461 authored about 9 years ago by Dhruva Sagar <[email protected]>
Fixed sort in doc

Fixed sort-parts in documentation breaking the help-tag-indexing of vim

github.com/dhruvasagar/vim-table-mode - 26b21e3454c3358f73ccbc0c43542f12ff8cdb9f authored about 9 years ago by hein09 <[email protected]>
Add tablemode#table#IsTable

github.com/dhruvasagar/vim-table-mode - fdfa4b12c27869b4a556c445c3d3a005bceb2bb5 authored about 9 years ago by Dhruva Sagar <[email protected]>
Merge pull request #71 from arecarn/fix-sort

Fix sort command, and add documentation for the command and mapping.

github.com/dhruvasagar/vim-table-mode - e7373c9083338c15bd7b7fc7674daae21e73af83 authored about 9 years ago by Dhruva Sagar <[email protected]>
add docs for table sorting command and mapping

----
Related Issues: #38

github.com/dhruvasagar/vim-table-mode - 68720248276c581c97c630005f06791e8b290c31 authored about 9 years ago by Ryan Carney <[email protected]>
fix mapping to table sort

Symptom:
when trying to sort a column using <leader>ts the following error would
be displayed:

...

github.com/dhruvasagar/vim-table-mode - 50b3b01a33712be77ef953654fce95f141cc2982 authored about 9 years ago by Ryan Carney <[email protected]>
Merge pull request #65 from axil/master

Updated readme

github.com/dhruvasagar/vim-table-mode - 5395c9f52b91ae6083fd7b26577b8f926da6871e authored over 9 years ago by Dhruva Sagar <[email protected]>
included header_fillchar into the rst example

github.com/dhruvasagar/vim-table-mode - 13d836dbfe7dac61f441364d59117a5f203a08b3 authored over 9 years ago by Lev Maximov <[email protected]>
changed the video to a more recent one

github.com/dhruvasagar/vim-table-mode - b1e4041e43b7b2060db9aafa1d6752e39346eb54 authored over 9 years ago by Lev Maximov <[email protected]>
restructured the headers

github.com/dhruvasagar/vim-table-mode - bba1bf8d6ebb5c81b650e4903b46c651596d83ff authored over 9 years ago by Lev Maximov <[email protected]>
more detailed how-to-start instructions, with pictures

github.com/dhruvasagar/vim-table-mode - 4baf9cfd2eb4e7f3f6084af76850e748a8aff8a9 authored over 9 years ago by Lev Maximov <[email protected]>
Updated youtube video

* Updated the youtube video link to the more recent video.

github.com/dhruvasagar/vim-table-mode - 8d2e013756ab88a4dbd9e601347ddebb382b8ccd authored over 9 years ago by Dhruva Sagar <[email protected]>
Merge pull request #61 from rafaeln/patch-1

fix table in table-mode.txt

github.com/dhruvasagar/vim-table-mode - cc723fe8cdab054f325292c288103229b0193147 authored over 9 years ago by Dhruva Sagar <[email protected]>
fix table in table-mode.txt

immidiately --> immediately

github.com/dhruvasagar/vim-table-mode - 2c06812c3910d20e3c54ef14492172c7b9cd9f44 authored over 9 years ago by rafaeln <[email protected]>
Add support for center alignment. Fix #57

We now have support for center alignment, simply add a header border
with the `g:table_mode_alig...

github.com/dhruvasagar/vim-table-mode - 74d1492f2bd07cd629bcba18ce4c798d7e6cb483 authored over 9 years ago by Dhruva Sagar <[email protected]>
Updated ruby version in travis

github.com/dhruvasagar/vim-table-mode - c0a6d43f2191b841c01cec0638a33a8116f7f920 authored almost 10 years ago by Dhruva Sagar <[email protected]>
Updated README

* Updated documentation with regards to manual installation

github.com/dhruvasagar/vim-table-mode - af182b1387db9d57165df603b64fd20de71b0fd8 authored almost 10 years ago by Dhruva Sagar <[email protected]>
Updated ruby version

github.com/dhruvasagar/vim-table-mode - 757d1f95ebddfa87b8c0a1033500e4cd044e4d13 authored almost 10 years ago by Dhruva Sagar <[email protected]>
Updated READMEs

github.com/dhruvasagar/vim-table-mode - d1908c04f35566db7a02ff0d49a6788127327fa3 authored almost 10 years ago by Dhruva Sagar <[email protected]>
Fix #56

* Fixed tablemode#spreadsheet#cell#SetCell() to accommodate the fact that we
can have borders ...

github.com/dhruvasagar/vim-table-mode - 33c00df509c0b6f6303309d0dfc98c90c36ae711 authored almost 10 years ago by Dhruva Sagar <[email protected]>
Merge pull request #51 from jensbodal/patch-1

File names incorrect for files to copy

github.com/dhruvasagar/vim-table-mode - 3096a26db437bfb6e66798bfbf45e7549ba767d9 authored almost 10 years ago by Dhruva Sagar <[email protected]>
File names incorrect for files to copy

If you're interested I made a script to install this plugin and install pathogen. I've never in...

github.com/dhruvasagar/vim-table-mode - acde7918e87ffe0d153970a87c42465007487405 authored almost 10 years ago by jensbodal <[email protected]>
Merge pull request #46 from grodzik/master

Use table_mode_map_prefix for the tableize mappings

github.com/dhruvasagar/vim-table-mode - 1e94ae39ccc92534ee520c276946a476d91bf5cd authored about 10 years ago by Dhruva Sagar <[email protected]>
Use table_mode_map_prefix for the tableize mappings

github.com/dhruvasagar/vim-table-mode - 84e382123d7a90db79e4b16bbecb1b19fc13d140 authored about 10 years ago by Paweł Tomak <[email protected]>
Fixed s:Map to not throw error for empty a:to

github.com/dhruvasagar/vim-table-mode - e1258702126463b30e32a8a4cd1ba28689a93ef8 authored about 10 years ago by Dhruva Sagar <[email protected]>
Fixed typo #39

github.com/dhruvasagar/vim-table-mode - d5152bde5e54d6ce4bc93be3166d8d88576b2054 authored about 10 years ago by Dhruva Sagar <[email protected]>
Skip empty maps

github.com/dhruvasagar/vim-table-mode - b22c9bf7b15de16b7b48d0d467b7aa97ba86def6 authored about 10 years ago by Dhruva Sagar <[email protected]>
Updated CHANGELOG

github.com/dhruvasagar/vim-table-mode - 5103dae89d65bffa99b1a0d92bbd6872a0fc1918 authored about 10 years ago by Dhruva Sagar <[email protected]>
Fixed #44

Added tablemode#logger#log && g:table_mode_verbose

Use logger wherever needed for logging gener...

github.com/dhruvasagar/vim-table-mode - 29cae13802513300c1b3c27f2535668956c1023f authored about 10 years ago by Dhruva Sagar <[email protected]>
Improved tablemode#table#IsHeader()

Automatically improves header border creation, especially when
overriding g:table_mode_header_fi...

github.com/dhruvasagar/vim-table-mode - af0254e816494e37eb33a2423493b66929733e2b authored about 10 years ago by Dhruva Sagar <[email protected]>
Updated docs & bumped version

github.com/dhruvasagar/vim-table-mode - 8810818e32a8917d38f0986fff371cf8696c6a91 authored about 10 years ago by Dhruva Sagar <[email protected]>
Added g:table_mode_header_fillchar

* Allows configuring a separate character for header border to be used
with pandoc

github.com/dhruvasagar/vim-table-mode - bba22a4f04814841c0b5db18e4eeb2b0665791db authored about 10 years ago by Dhruva Sagar <[email protected]>
Added TableModeEnabled & TableModeDisabled autocmd

* Added custom User autocmds TableModeEnabled & TableModeDisabled for
working with other plugi...

github.com/dhruvasagar/vim-table-mode - ffc734c38df533c756c7c4dade3b87c9df8b26c4 authored about 10 years ago by Dhruva Sagar <[email protected]>
Releasing Table Mode v4.6.1

* Added configurable table mappings.
* Updated docs & README.

github.com/dhruvasagar/vim-table-mode - ea78f6256513b4b853ea01b55b18baf0f9d99f8c authored about 10 years ago by Dhruva Sagar <[email protected]>
Minor formatting

github.com/dhruvasagar/vim-table-mode - 7e06786708017829110622968984d886d01ce8e0 authored about 10 years ago by Dhruva Sagar <[email protected]>
Fixed #38

Added a mapping `<Plug>(table-mode-sort)` which is mapped by default to
`<Leader>ts` that sorts ...

github.com/dhruvasagar/vim-table-mode - ef0eef0f35f2ca172907f6d696dc8859acd8a0da authored over 10 years ago by Dhruva Sagar <[email protected]>
Merge pull request #37 from andrwj/master

show table-mode status

github.com/dhruvasagar/vim-table-mode - c5258f7ae8408cd8da636fc8ede5b3aabcd41fdf authored over 10 years ago by Dhruva Sagar <[email protected]>
show table-mode status

github.com/dhruvasagar/vim-table-mode - a3e3269658f0c5f52b7a12f2ebeeaee9c7721ab5 authored over 10 years ago by A.J <[email protected]>
Bumped the version

github.com/dhruvasagar/vim-table-mode - 8e4a4e7dc4d514daf5f7ff0136d3eb9dd0343797 authored over 10 years ago by Dhruva Sagar <[email protected]>
Fixed #16

Altered table mode behavior such that if there is a header line, i.e.
the first line of the tabl...

github.com/dhruvasagar/vim-table-mode - 761a67b36b6a798c478110fa74a21e7b3cf961de authored over 10 years ago by Dhruva Sagar <[email protected]>
Removed unnecessary code / headers

github.com/dhruvasagar/vim-table-mode - 8683146a5f8c7b19dce2ebdfa04c6fa605181a2a authored over 10 years ago by Dhruva Sagar <[email protected]>
Merge pull request #35 from p0deje/master

Added option to disable all mappings. Fixes #34

github.com/dhruvasagar/vim-table-mode - 82863fa8eb604662f2cc9512a8dba9b8990ec2c2 authored over 10 years ago by Dhruva Sagar <[email protected]>
Set table_mode_disable_mappings to 0 by default

github.com/dhruvasagar/vim-table-mode - 67969ae5cf2ba9fe8ece314f2bb5c6b8f451c859 authored over 10 years ago by Alex Rodionov <[email protected]>
Added option to disable all mappings

github.com/dhruvasagar/vim-table-mode - 135d571e9cc656f9f0ecc10dbb1b0fcac8ba7efe authored over 10 years ago by Alex Rodionov <[email protected]>
Updated tests

github.com/dhruvasagar/vim-table-mode - 4c91a4efa2e62d71fd723d544bf785fb67c2e53f authored over 10 years ago by Dhruva Sagar <[email protected]>
Updated docs

github.com/dhruvasagar/vim-table-mode - 8d9a0082f5a28f40859f9cec58db29b147e658fd authored over 10 years ago by Dhruva Sagar <[email protected]>
Updated table syntax to get toggled with table mode

github.com/dhruvasagar/vim-table-mode - 0f1254e1fe1308c56104d7b41c14b76bfd1df076 authored over 10 years ago by Dhruva Sagar <[email protected]>
Refactored toggleMapping

github.com/dhruvasagar/vim-table-mode - e7e806916f233f806c7d7f5e6df1bcc2af9ce25d authored over 10 years ago by Dhruva Sagar <[email protected]>
Added cell text object for visual mode

github.com/dhruvasagar/vim-table-mode - 93362610630dff19c70f91b58a251444b53d4abf authored over 10 years ago by Dhruva Sagar <[email protected]>
Added modeline to CHANGELOG

github.com/dhruvasagar/vim-table-mode - a5ae0253be6280b70e148c272b9a1af837d0457e authored over 10 years ago by Dhruva Sagar <[email protected]>
Version 4.4.2

* Updated mappings to be buffer local
* Updated mappings to toggle with Table Mode

github.com/dhruvasagar/vim-table-mode - 80ec86e385b0bc00207544111e7a17f41d2060fd authored over 10 years ago by Dhruva Sagar <[email protected]>
Fixed #30

In case there is nothing to align, it was failing with an error, this
ensures it exists graceful...

github.com/dhruvasagar/vim-table-mode - 7eff1e30f18615f73ad0ba554684237d5757dff1 authored over 10 years ago by Dhruva Sagar <[email protected]>