From 9597f6816dc24532c28121fb9cb178a4460b77af Mon Sep 17 00:00:00 2001 From: ryangreenup Date: Fri, 24 Jul 2020 20:43:18 +1000 Subject: [PATCH] Summry of remaining Tools --- docs/tools/Summary.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 docs/tools/Summary.md diff --git a/docs/tools/Summary.md b/docs/tools/Summary.md new file mode 100644 index 0000000..9897a15 --- /dev/null +++ b/docs/tools/Summary.md @@ -0,0 +1,14 @@ +# Summary + +!!! note + I intend to write up more documentation as time permits, University keeps me busy though. + +| Command | Description | +| --- | --- | +| fix | This interactively repairs a relative link, that is broken, from the clipboard | +| link | This provides an dialog to generate links between files. | +| page-import | This replaces a URL in the clipboard with markdown converted from the website | +| random | This opens a random page in the default `.md` app | +| rename | This renames a note and uses `sed` to fix any links | + +