From 4dea9e676b124ee235e7573c42a9de8c4d81cee5 Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Sun, 10 Aug 2014 22:42:51 -0700 Subject: Adding a note to the readme indicating how to re-flow a table; instructions gleaned from 4422e1fbb74a85fd7167d9506c837cdfd09311ee. --- README.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.rst b/README.rst index 42218ce..0673d79 100644 --- a/README.rst +++ b/README.rst @@ -23,6 +23,10 @@ Installation Usage ----- + +Creating a new table +~~~~~~~~~~~~~~~~~~~~ + 1. Open a reStructuredText file 2. Create some kind of table outline:: @@ -53,3 +57,16 @@ Usage +----------+---------------------------------------------------------+ This is paragraph text *after* the table. + + +Re-flowing an existing table +~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + +Sometimes, you may have a column that contains enough data that your +table is a little hard to work with. To fix that kind of problem, +you can define the column width you would prefer, and re-flow your table. + +1. Change the number of "==" signs in the top row of your table to match + the column widths you would prefer. +2. Put your cursor somewhere in the table. +3. Press ``,,f`` to re-flow the table. -- cgit v1.2.3