summaryrefslogtreecommitdiffstats
path: root/src/doc
diff options
context:
space:
mode:
authorPim Snel <pim@lingewoud.nl>2020-02-04 21:43:48 +0100
committerPim Snel <pim@lingewoud.nl>2020-02-04 21:43:48 +0100
commitb286ec8fea07b60741a188094c6efaec2c7e7b12 (patch)
tree5dc2ddf42f452fceaf7a60d6ddd687f058f421be /src/doc
parent40ab3c92d641e06b94510d352f3c1921d595e8c9 (diff)
add export to markdown documentation
Diffstat (limited to 'src/doc')
-rwxr-xr-xsrc/doc13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/doc b/src/doc
index 654c405..a484520 100755
--- a/src/doc
+++ b/src/doc
@@ -392,6 +392,19 @@ Commands for handling cell content:
:e! txt {file}
Like ":e txt", but overwrite {file} if it exists.
+
+ :e mkd Export the current spreadsheet to a markdown file solely
+ containing a single markdown table.
+ The column alignments come from the cells on the row. All
+ other alignments are ignored as markdown tables do do not
+ support cell level alignment.
+
+ :e mkd {file}
+ Export the current spreadsheet to markdown file {file}.
+
+ :e! mkd {file}
+ Like ":e mkd", but overwrite {file} if it exists.
+
:e xlsx {file}
Export the current spreadsheet to xlsx file {file}.
If 'xlsx_readformulas' is set, SC-IM tries to export