Markdown Tables Made Easy With Vim Table Mode

preview_player
Показать описание
==========Amazon Links==========

💖 Subscribe and ding the bell for more videos!
👍 Leave a like if you got something out of this video!
✍ Comment some video feedback or what you want to see next time!

When writing markdown in vim one of the really anything things to handle is markdown tables because whenever you change the width of any column it breaks the entire structure, but what if there was an easier way and it turns out that there is and that is with the Vim Table Mode plugin which adds basically a mode to work with tables.

==========Support The Channel==========

► BTC Wallet Address: 1Aokiv3pFQXUEmh2LbzZQAwxMvq6bpT2UN

► ETH Wallet Address: 0x80451867c86bdf08c3888d407c1e3fcb6add61ed

► LBC Wallet Address: bLRN9fm17sCexKfgbYqmMj5xskZF2ogpEh

=========Video Platforms==========

==========Social Media==========

==========Resources==========

==========My Repos==========

==========Credits==========
🎨 Channel Art:
All my art has was created by Supercozman

🎵 Ending music

DISCLOSURE: Wherever possible I use referral links, which means if you click one of the links in this video or description and make a purchase we may receive a small commission or other compensation.

Рекомендации по теме
Комментарии
Автор

Combine this with vim-orgmode and you basically have orgmode in vim. Not every feature is there, like you can't put functions in your table as if it was a spreadsheet, which you can do in emacs orgmode. Well you can do it in vim-tablemode but it isn't structured the same way as orgmode spreadsheets are. But still, it's powerful. Way more powerful than markdown, even though the syntax is almost exactly the same between the two formats.

anastaziuskaejatidarjan
Автор

i enjoy your videos, but i really wish you would link what your talking about as the first link in the description

doingitsidesways
Автор

I'm logging my working hours in a text file. Was searching for a possibility to do simple calculations and didn't find anything. And you release two days later this video. THANK YOU! This helps a lot. And yes therefore simple spreadsheet calculations a perfect.

kobaltauge
Автор

This is such a great plugin. I hated doing tables in vim when writing in Markdown. But this actually has been life saver doing exams at home

manufebie
Автор

Hey, thanks for making this video.

My response on few things / issues you highlighted :

* Regarding overriding of configurations, the correct way to do that would be to override them in an `after/ftplugin/markdown.vim` file within your vim configuration (or nvim, same applies). I believe this is documented, but I will have to recheck.
* Regarding the speed of the plugin when using auto align feature, you can tweak that using the `g:table_mode_update_time` configuration. You can also manually trigger realign using a mapping for `:TableModeRealign`
* All the functionality is built into separate autoloaded files, so if you aren't using specific features, such as spreadsheet capabilities, those would never even be sourced by vim unless you use them.

DhruvaSagar
Автор

Thank you for reviewing this plugin. It seems like it could use a minor refactor, but it's been something that I had been hoping exists for when I start to write more markdown and use pandoc conversion.

Also, note that you can probably change the `b:` variables in (or for vim), and this will take effect after the ftplugin stuff in the plugin.

Cheers

VioletJewel
Автор

I feel like vim is constantly trying to catch up with emacs. This video proves my point

ianpan
Автор

My favourite vimwiki functionality (that isn't part of it's core feature set as a wiki) as an extra plugin and really polished seems perfect. This definitely takes the crown over plugins like easy align or tabularize that is kinda dead but integrates well with markdown plugins. Thanks for showing me this, I wasn't aware of it's existnace.
The spreadsheet functionality could be hit or miss. I think I'd prefer that functionality seperate

AtomToast
Автор

Just one day late
Needed to make markdown tables this morning :(

awabqureshi
Автор

idc what anyone says, this text editor is better than that operating system.

senninscorpion
Автор

does this plugin work on txt files or only markdown?

محمّد.
Автор

I think Emacs does a better job, but having this in vim looks great.

mvargasmoran
Автор

tdd becouse in vim dd also delete whole line = read row...

Bekon
Автор

Hi could You Make a tutorial of your vim config please??? I used ubuntu but i have alot of problema trying to install in Arch Linux My config

diegoflores
Автор

wait why would you do <leader>tdr if you can just do

fuseteam
Автор

Markdown is html going through a mid life crisis

EthanLR
Автор

6:26 proportional font in code blocks with tables 🤮

DennisLeexyz