diff --git a/.stow-local-ignore b/.stow-local-ignore
new file mode 100644
index 0000000..a738718
--- /dev/null
+++ b/.stow-local-ignore
@@ -0,0 +1,16 @@
+\.*md
+install\.sh
+media
+
+
+
+\.git
+\.gitignore
+
+.+~ # emacs backup files
+\#.*\# # emacs autosave files
+
+^/README.*
+^/LICENSE.*
+^/COPYING
+## install.sh
diff --git a/highlight.css b/highlight.css
new file mode 100644
index 0000000..560b65d
--- /dev/null
+++ b/highlight.css
@@ -0,0 +1,19 @@
+/* Style definition file generated by highlight 3.57, http://www.andre-simon.de/ */
+/* highlight theme: Kwrite Editor */
+body.hl { background-color:#e0eaee; }
+pre.hl { color:#000000; background-color:#e0eaee; font-size:10pt; font-family:'Courier New',monospace;}
+.hl.num { color:#b07e00; }
+.hl.esc { color:#ff00ff; }
+.hl.str { color:#bf0303; }
+.hl.pps { color:#818100; }
+.hl.slc { color:#838183; font-style:italic; }
+.hl.com { color:#838183; font-style:italic; }
+.hl.ppc { color:#008200; }
+.hl.opt { color:#000000; }
+.hl.ipl { color:#0057ae; }
+.hl.lin { color:#555555; }
+.hl.kwa { color:#000000; font-weight:bold; }
+.hl.kwb { color:#0057ae; }
+.hl.kwc { color:#000000; font-weight:bold; }
+.hl.kwd { color:#010181; }
+
diff --git a/media/aaahahahahah b/media/aaahahahahah
new file mode 100644
index 0000000..e69de29
diff --git a/usage.minder b/usage.minder
new file mode 100644
index 0000000..16a2ba3
--- /dev/null
+++ b/usage.minder
@@ -0,0 +1,539 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Cadmus
+
+
+
+
+
+ Tags
+
+
+
+
+
+ Open
+
+
+
+
+
+
+
+
+
+ Start an Interactive Dialog to Find Notes based on Tags using TMSU, ripgrep and fzf.
+
+
+
+
+
+
+
+ Update DB
+
+
+
+
+
+
+
+ Extract All Tags From Notes and pass them to TMSU
+
+
+
+
+
+
+
+
+
+ Convert
+
+
+
+
+
+ From MD (Export)
+
+
+
+
+
+ Org
+
+
+
+
+
+ DocX
+
+
+
+
+
+ LaTeX
+
+
+
+
+
+ HTML
+
+
+
+
+
+
+
+ To MD (Import)
+
+
+
+
+
+ HTML
+
+
+
+
+
+ MD
+
+
+
+
+
+ LaTeX
+
+
+
+
+
+ DocX
+
+
+
+
+
+
+
+
+
+ open
+
+
+
+
+
+ preview
+
+
+
+
+
+ killall Markserv && run markserv && firefox
+
+
+
+
+
+ killall Markserv && run markserv && firefox
+
+
+
+
+
+ Use port 55102
+
+
+
+
+
+
+
+
+
+
+
+ externally
+
+
+
+
+
+ run whatever program
+
+
+
+
+
+ run code
+
+
+
+
+
+
+
+
+
+ View
+
+
+
+
+
+ Print
+
+
+
+
+
+ run `fzf | xargs mdcat`
+
+
+
+
+
+
+
+ Browse
+
+
+
+
+
+ run `ranger`
+
+
+
+
+
+ Press `i` to Inspect, must have mdcat in the scope.sh
+
+
+
+
+
+
+
+
+
+
+
+ Editing Tools
+
+
+
+
+
+ Make Footnote
+
+
+
+
+
+ Generate BackLinks
+
+
+
+
+
+ Repair Links
+
+
+
+
+
+ Import WebPage
+
+
+
+
+
+ curl google.com | pandoc -f html -t gfm+$$Math magic x -o
+
+
+
+
+
+
+
+
+
+ Find
+
+
+
+
+
+ Grep
+
+
+
+
+
+
+
+ Grep Files with a live preview with Skim
+
+
+
+
+
+
+
+ Name
+
+
+
+
+
+
+
+ Find Files based on FileName with fzf
+
+
+
+
+
+
+
+
+
+ Search
+
+
+
+
+
+
+
+ Start a Note Search, Like Google.
+
+
+
+
+
+
+
+ Preview
+
+
+
+
+
+
+
+ Start a Server to Preview the Notes using MarkServ
+
+
+
+
+
+
+
+ Build
+
+
+
+
+
+ MkDocs
+
+
+
+
+
+ gh-pages
+
+
+
+
+
+ Deploy notes as a static site to `gh-pages`
+
+
+
+
+
+
+
+ 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
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Export
+
+
+
+
+
+ Markdown
+
+
+
+
+
+ Export the Markdown into a seperate folder with the images included (Not Attachments)
+
+
+
+
+
+ VNote will Also let you do this
+
+
+
+
+
+
+
+
+
+ HTML
+
+
+
+
+
+ MathJax
+
+
+
+
+
+ Export to a self-contained HTML with a call to MathJax CDN embedded
+
+
+
+
+
+ I'd probably recommend just exporting from VSCode.
+
+
+
+
+
+
+
+
+
+ MathML
+
+
+
+
+
+ Export to a Self-Contained HTML with MathML
+
+
+
+
+
+
+
+ Zip
+
+
+
+
+
+ Export to a Zipped up folder of HTML/Images, Good for Importing to MediaWiki
+
+
+
+
+
+
+
+
+
+ Org-Mode
+
+
+
+
+
+ Convert to Org-Mode
+
+
+
+
+
+
+
+ PDF
+
+
+
+
+
+ Export to a .tex file and a PDF
+
+
+
+
+
+
+
+ DocX
+
+
+
+
+
+ Export to a DocX File
+
+
+
+
+
+
+
+
+
+
diff --git a/usage.svg b/usage.svg
new file mode 100644
index 0000000..316d5e4
--- /dev/null
+++ b/usage.svg
@@ -0,0 +1,1875 @@
+
+