Dhruva Sagar
494d95d2b3
Add config g:table_mode_ignore_align. Fix #145
...
* Disabled by default, if enabled directs table mode to ignore aligning
based on alignment characters on the header and always left aligns
2022-03-01 13:07:33 +05:30
Dhruva Sagar
c547471c0e
Bump version to 4.7.5
2021-12-02 00:30:20 +05:30
Dhruva Sagar
88b9c85af3
Update doc and fixed specs
2021-05-05 22:23:35 +05:30
Dhruva Sagar
7b17c692e9
Update ruby to 3.0.0 for testing
...
Bump version to version 4.7.4
2021-05-05 22:12:44 +05:30
Roland Hieber
04b14c345e
doc: correctly document fillchar and header fillchar
2020-10-07 23:05:51 +02:00
Dhruva Sagar
3476c4e517
Improve Tableize. Fix #109 .
...
This adds a new option `g:table_mode_tableize_auto_border` that allows
to enable automatic border creation when using Tableize to create tables
2020-08-19 21:59:37 +05:30
Dhruva Sagar
88cb2e44b6
Bump version
2020-08-02 23:28:10 +05:30
Dhruva Sagar
5c489b57e8
Improve documentation. Fix #183
...
Update the vim help documentation to match the correct mappings
& behavior
2020-07-27 19:51:11 +05:30
Dhruva Sagar
6404009080
Improve documentation of g:table_mode_disable_tableize_mappings
2020-05-06 20:29:11 +05:30
Dhruva Sagar
c9b13e5d30
Add config to disable tableize mappings. Fix 176
2020-05-06 20:20:53 +05:30
Dhruva Sagar
6a6f3565c3
Releasing version 4.7.0
2020-04-19 22:02:25 +05:30
Eric Davis
5cdf3c2ac1
Added the following formula functions:
...
- Min: get the lowest value
- Max: get the highest value
- CountE: count the number of empty cells
- CountNE: count the number of non-empty cells
- PercentE: percent of empty cells
- PercentNE: percent of non-empty cells
- AverageNE: average over non-empty cells
Also added a subtle tweak that ignores an HTML comment tag ('<!--')
found between the table and the starting formula line. Being able to
wrap all the formula lines with an HTML comment prevents the formulas
from being rendered in Markdown/ReST output.
2020-04-18 18:46:21 -07:00
ibbem
0b58003b68
Add support for inserting columns #130
...
Two mappings are introduced to enable usage of this feature like vim's
pasting with p and P.
2020-04-04 15:27:19 +02:00
Eliran Gonen
b6210c9392
Fix github repo links
...
From 'table-mode' to 'vim-table-mode'
2019-03-22 10:21:19 +02:00
David Briscoe
5c3c30a9cc
Automatically setup table options
...
Readme mentions settings for Markdown and ReST, but we can apply them
automatically for the current filetype. If a user is editing a no
filetype scratch buffer, they'll still need to configure these options
themselves. But this provides better defaults when editing a buffer of
these filetypes.
Adds get_buffer_or_global_option that could be used for any other
buffer-local (filetype-specific) options.
2018-12-19 12:50:47 -08:00
Bernhard Waldbrunner
1d9d512ed1
Allow dynamic prefix for all mappings
2017-10-25 21:19:32 +02:00
Dhruva Sagar
4e41af8e5f
Remove Auto Align in insert mode #115
...
Since realigning doesn't work well in insert mode, I have removed auto
align feature for it. Auto align will now kick in once you have made
changes and get back to normal mode.
2017-04-20 10:08:18 +05:30
Dhruva Sagar
79bf3f9bb7
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 configuration g:table_mode_update_time.
Once table mode is disabled prior defaults are restored.
2017-03-10 06:48:30 +05:30
Dhruva Sagar
1eef73fc5b
Add option to auto align table while editing #73
2017-03-09 11:00:19 +05:30
Dhruva Sagar
9edd6d7d20
Add config to disable table mode syntax
...
Since table mode syntax can hamper performance, it is now possible to
disable it with a global config
2017-01-04 15:49:35 +05:30
Dhruva Sagar
441c30c35a
Merge pull request #98 from harriott/master
...
enabling toggle notification by default
2016-09-28 19:27:31 +05:30
Joseph Harriott
141efc3edd
corrected spurious loaded_table_verbose
2016-09-28 15:29:07 +02:00
Dhruva Sagar
8209b59215
Bumped the version
2016-09-21 14:07:59 +05:30
harriott
47f60d2972
doc adjusted for default verbose
2016-09-09 11:03:00 +02:00
harriott
e07c240940
fixed logger.vim and announce g:table_mode_verbose
2016-09-09 10:39:01 +02:00
Dhruva Sagar
1bf139b30d
Bumped version
2016-05-09 09:07:40 +05:30
hein09
26b21e3454
Fixed sort in doc
...
Fixed sort-parts in documentation breaking the help-tag-indexing of vim
2015-12-03 15:48:18 +01:00
Ryan Carney
6872024827
add docs for table sorting command and mapping
...
----
Related Issues: #38
2015-11-15 14:46:47 -08:00
rafaeln
2c06812c39
fix table in table-mode.txt
...
immidiately --> immediately
2015-04-21 16:13:55 -03:00
Dhruva Sagar
2471a3b1da
Updated docs
2015-04-14 15:57:49 -07:00
Dhruva Sagar
d1908c04f3
Updated READMEs
2015-02-27 08:53:26 +05:30
Dhruva Sagar
8810818e32
Updated docs & bumped version
2014-11-16 13:42:27 +05:30
Dhruva Sagar
ea78f62565
Releasing Table Mode v4.6.1
...
* Added configurable table mappings.
* Updated docs & README.
2014-10-28 13:31:16 +05:30
Dhruva Sagar
8e4a4e7dc4
Bumped the version
2014-08-15 09:43:07 +05:30
Alex Rodionov
135d571e9c
Added option to disable all mappings
2014-07-23 08:59:28 +07:00
Dhruva Sagar
8d9a0082f5
Updated docs
2014-05-30 12:20:38 +05:30
Dhruva Sagar
80ec86e385
Version 4.4.2
...
* Updated mappings to be buffer local
* Updated mappings to toggle with Table Mode
2014-05-13 11:18:42 +05:30
Dhruva Sagar
8d3c4912a2
Added syntax for matching tables
2014-05-03 02:19:19 +05:30
Dhruva Sagar
6007953f0e
Fixed typo in docs
2014-04-28 14:14:26 +05:30
Dhruva Sagar
766066394c
Updated docs
2014-04-28 13:48:17 +05:30
Dhruva Sagar
0c9cd8fb50
Releasing v4.3.0
2014-04-25 15:02:27 +05:30
Dhruva Sagar
652de4d29c
Releasing v4.2.0
...
* Refactored cell & formula logic out into separate files
* Added more tests to test things independently.
2014-04-09 11:20:10 +05:30
Dhruva Sagar
63cb175d57
Releasing v4.1.0
...
* Fixed bad references within plugin.
* Added fixtures for cleaner tests.
* Updated readme, changelog & doc
2014-04-07 19:15:52 +05:30
Dhruva Sagar
95fc4c3c32
Releasing v4.0.0
...
* Refactored complete code to be more modular.
* Fixed long standing unicode alignment issue #8 .
* Testing individual components ensuring better test coverage.
2014-04-07 15:24:45 +05:30
Dhruva Sagar
10ab0425f6
Fixes #17
...
Added a new configuration option g:table_mode_corner_corner to
correspond to the extreme corners of the table border, by default it is
set to '|' to maintain backward compatibility but it can be overriden to
anything else.
2014-01-29 11:32:30 +05:30
Dhruva Sagar
5c42d58d4b
Updated table mode
...
- Bumped version
- Added new mapping \t? to echo current cells representation for
defining formulas.
- Updated docs
2013-12-31 12:30:52 +05:30
Dhruva Sagar
535dd9601a
Fixed doc/table-mode.txt mixed indent
2013-11-13 08:49:40 +05:30
Dhruva Sagar
e94bbcc0b4
Switched to using || mapping for table border generation, more intuitive & create a minimal border on a new line without a table
2013-11-13 08:45:15 +05:30
Dhruva Sagar
aa8817621c
Fixed doc #11
2013-09-25 09:29:37 +05:30
Dhruva Sagar
0799523ffb
Releasing v3.2
...
* Added tests to test various use cases
* Added .travis.yml for travis integration
2013-09-19 12:28:47 +05:30