From ca3ab8f321370ff527edcf6ddf469f9bfa33bde7 Mon Sep 17 00:00:00 2001 From: John Evans Date: Fri, 21 Dec 2012 15:42:41 -0800 Subject: [PATCH] Create README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..525a535 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +Tabular readme +============== +Sometimes, it's useful to line up text. Naturally, it's nicer to have the +computer do this for you, since aligning things by hand quickly becomes +unpleasant. While there are other plugins for aligning text, the ones I've +tried are either impossibly difficult to understand and use, or too simplistic +to handle complicated tasks. This plugin aims to make the easy things easy +and the hard things possible, without providing an unnecessarily obtuse +interface. It's still a work in progress, and criticisms are welcome.