Hi, I am Valery.
I just released a first alpha version of SublimeTableEditor.
The code available on https://github.com/vkocubinsky/SublimeTableEditor.
SublimeTableEditor is a package for everyone who uses Sublime Editor for edit simple text tables in text mode, markdown mode, textile mode etc. SublimeTableEditor allow on easy way edit text table, it allow:
* add/delete row
* add/delete column
* navigate with tab/shift tab
* auto align number and text
* specify alignment
* move column left/right
SublimeTableEditor is very similar to emacs org-mode table editor with the same key binding.
You can install SublimeTableEditor through Package Control http://wbond.net/sublime_packages/package_control
* Open Package Control
* Select 'Install Package'
* Find and select 'Table Editor'
I will happy get feeback from you as reply to this post.
Screenshot:
Thanks!