From 8bbb0dde92df2b3587e40a133be67987a4f86588 Mon Sep 17 00:00:00 2001 From: ryangreenup Date: Fri, 24 Jul 2020 20:49:54 +1000 Subject: [PATCH] How to Export --- docs/Export.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 docs/Export.md diff --git a/docs/Export.md b/docs/Export.md new file mode 100644 index 0000000..ed90eb6 --- /dev/null +++ b/docs/Export.md @@ -0,0 +1,30 @@ +--- +title: Export +--- + +# Search +!!! note + Start this with `cadmus export` + +## What does it do + +This provides options for exporting notes using $\LaTeX$ and `pandoc` + +## How Do I use it + +!!! warning + This requires [LaTeX](https://www.lesbonscomptes.com/recoll/) or Tectonic, as well as a recent version of pandoc. + +Just run `cadmus export pdf/html/docs` and skim will pop up and offer notes to choose from. + +## When Would This Be Used + +Grat for sharing notes with somebody who doesn't want Markdown. + +### Example + + #TODO + +## How does it Work + +This simply uses pandoc, just search for `pandoc` inside `bin/cadmus`