diff --git a/usage.minder b/usage.minder
index b2c6d27..5bf749f 100644
--- a/usage.minder
+++ b/usage.minder
@@ -14,22 +14,22 @@
-
+
-
+
Cadmus
-
+
Preview
-
+
@@ -37,7 +37,7 @@
Start a Server to Preview the Notes using MarkServ
-
+
Use port 55102
@@ -47,25 +47,25 @@
-
+
Publish
-
+
MkDocs
-
+
gh-pages
-
+
Deploy notes as a static site to `gh-pages`
@@ -73,19 +73,19 @@
-
+
Custom "/path/to/srv"
-
+
Deploy notes as a static site to custom server
-
+
This is what you would use if you wanted to self-host as opposed to using GitHub
@@ -99,19 +99,19 @@
-
+
Find
-
+
Grep
-
+
@@ -121,13 +121,13 @@
-
+
Name
-
+
@@ -139,13 +139,13 @@
-
+
Search
-
+
@@ -155,19 +155,19 @@
-
+
Tags
-
+
Open
-
+
@@ -179,13 +179,13 @@
-
+
Update DB
-
+
@@ -197,37 +197,37 @@
-
+
Editing Tools
-
+
Make Footnote
-
+
Generate BackLinks
-
+
Repair Links
-
+
Import WebPage
-
+
curl google.com | pandoc -f html -t gfm+$$Math magic x -o
@@ -237,25 +237,25 @@
-
+
Export
-
+
Markdown
-
+
Export the Markdown into a seperate folder with the images included (Not Attachments)
-
+
VNote will Also let you do this
@@ -265,25 +265,25 @@
-
+
HTML
-
+
MathJax
-
+
Export to a self-contained HTML with a call to MathJax CDN embedded
-
+
I'd probably recommend just exporting from VSCode.
@@ -293,13 +293,13 @@
-
+
MathML
-
+
Export to a Self-Contained HTML with MathML
@@ -307,13 +307,13 @@
-
+
Zip
-
+
Export to a Zipped up folder of HTML/Images (with embedded mathjax CDN), Good for Importing to MediaWiki
@@ -323,13 +323,13 @@
-
+
Org-Mode
-
+
Convert to Org-Mode
@@ -337,13 +337,13 @@
-
+
PDF
-
+
Export to a .tex file and a PDF
@@ -351,13 +351,13 @@
-
+
DocX
-
+
Export to a DocX File
@@ -367,37 +367,37 @@
-
+
Convert
-
+
From MD (Export)
-
+
Org
-
+
DocX
-
+
LaTeX
-
+
HTML
@@ -405,31 +405,31 @@
-
+
To MD (Import)
-
+
HTML
-
+
MD
-
+
LaTeX
-
+
DocX
@@ -439,37 +439,37 @@
-
+
Misc
-
+
Focus Windows
-
+
open notes in code
-
+
open notes in ranger
-
+
Print a note to the terminal
-
+
cd ~/Notes/; fzf -q '.md' --preview 'mdcat {}' | xargs mdcat
@@ -477,13 +477,13 @@
-
+
Synchronise
-
+
git add -A; git commit; git push