diff --git a/README.html b/README.html deleted file mode 100644 index 23a192b..0000000 --- a/README.html +++ /dev/null @@ -1,137 +0,0 @@ - - - - - - -README.html - - - - - - - -

cadmus

-

Shell Scripts to Facilitate Effective Note Taking

-

Introduction

-

Essentially I used to have a dozen shell scripts in ~/bin that I use to capture notes, this is an attempt to wrap them into a single script and then have aliases to make them quick to access.

-

-

Philosophy

- -

Installation

-

To install, satisfy the dependencies and do something like this:

-
cd ~/DotFiles
-
-if [[ -d ".git" ]]; then
-    echo "Adding Submodule";
-    git submodule add https://github.com/RyanGreenup/cadmus
-else echo "Cloning Repository";
-    git clone https://github.com/RyanGreenup/cadmus
-fi
-
-stow -t $HOME -S cadmus
- --- - - - - - - - - - - -
:warning: WARNING
Stow is currently broken on Arch If you are using Stow 2.3.1-2 downgrade
-
-

Downgrade with: sudo pacman -U https://archive.archlinux.org/packages/s/stow/stow-2.2.2-5-any.pkg.tar.xz

-
-

Usage

-

It’s all Menu driven so just follow the diagram to do what you need.

-
-
Mindmap of Program Flow
-
-

Assumptions

-

It is assumed that:

-
    -
  1. notes are: -
      -
    1. Markdown files with a .md extension
    2. -
    3. Underneath ~/Notes
    4. -
    5. Recoll updates it’s index on the fly -
        -
      • ~/Notes will need to be indexed by Recoll so the results will show up.
      • -
    6. -
  2. -
  3. You’re going to use Kitty -
  4. -
-

Dependencies

- - -

TODO

- - - - - diff --git a/highlight.css b/highlight.css deleted file mode 100644 index 560b65d..0000000 --- a/highlight.css +++ /dev/null @@ -1,19 +0,0 @@ -/* 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/MainMenu.png b/media/MainMenu.png similarity index 100% rename from MainMenu.png rename to media/MainMenu.png diff --git a/usage.minder b/media/usage.minder similarity index 100% rename from usage.minder rename to media/usage.minder diff --git a/usage.svg b/media/usage.svg similarity index 100% rename from usage.svg rename to media/usage.svg diff --git a/sd b/sd deleted file mode 100644 index e69de29..0000000 diff --git a/sed b/sed deleted file mode 100644 index e69de29..0000000 diff --git a/Styles/0NotableLikeBoost.md b/src/Styles/0NotableLikeBoost.md similarity index 100% rename from Styles/0NotableLikeBoost.md rename to src/Styles/0NotableLikeBoost.md diff --git a/Styles/Boostnote.css b/src/Styles/Boostnote.css similarity index 100% rename from Styles/Boostnote.css rename to src/Styles/Boostnote.css diff --git a/Styles/Dracula-Prism.css b/src/Styles/Dracula-Prism.css similarity index 100% rename from Styles/Dracula-Prism.css rename to src/Styles/Dracula-Prism.css diff --git a/Styles/Dracula_HighlightJS.CSS b/src/Styles/Dracula_HighlightJS.CSS similarity index 100% rename from Styles/Dracula_HighlightJS.CSS rename to src/Styles/Dracula_HighlightJS.CSS diff --git a/Styles/HugoThemes/hugo-theme-basic/.prettierignore b/src/Styles/HugoThemes/hugo-theme-basic/.prettierignore similarity index 100% rename from Styles/HugoThemes/hugo-theme-basic/.prettierignore rename to src/Styles/HugoThemes/hugo-theme-basic/.prettierignore diff --git a/Styles/HugoThemes/hugo-theme-basic/.prettierrc.js b/src/Styles/HugoThemes/hugo-theme-basic/.prettierrc.js similarity index 100% rename from Styles/HugoThemes/hugo-theme-basic/.prettierrc.js rename to src/Styles/HugoThemes/hugo-theme-basic/.prettierrc.js diff --git a/Styles/HugoThemes/hugo-theme-basic/LICENSE b/src/Styles/HugoThemes/hugo-theme-basic/LICENSE similarity index 100% rename from Styles/HugoThemes/hugo-theme-basic/LICENSE rename to src/Styles/HugoThemes/hugo-theme-basic/LICENSE diff --git a/Styles/HugoThemes/hugo-theme-basic/README.md b/src/Styles/HugoThemes/hugo-theme-basic/README.md similarity index 100% rename from Styles/HugoThemes/hugo-theme-basic/README.md rename to src/Styles/HugoThemes/hugo-theme-basic/README.md diff --git a/Styles/HugoThemes/hugo-theme-basic/archetypes/blog.md b/src/Styles/HugoThemes/hugo-theme-basic/archetypes/blog.md similarity index 100% rename from Styles/HugoThemes/hugo-theme-basic/archetypes/blog.md rename to src/Styles/HugoThemes/hugo-theme-basic/archetypes/blog.md diff --git a/Styles/HugoThemes/hugo-theme-basic/archetypes/default.md b/src/Styles/HugoThemes/hugo-theme-basic/archetypes/default.md similarity index 100% rename from Styles/HugoThemes/hugo-theme-basic/archetypes/default.md rename to src/Styles/HugoThemes/hugo-theme-basic/archetypes/default.md diff --git a/Styles/HugoThemes/hugo-theme-basic/archetypes/project.md b/src/Styles/HugoThemes/hugo-theme-basic/archetypes/project.md similarity index 100% rename from Styles/HugoThemes/hugo-theme-basic/archetypes/project.md rename to src/Styles/HugoThemes/hugo-theme-basic/archetypes/project.md diff --git a/Styles/HugoThemes/hugo-theme-basic/exampleSite/config.toml b/src/Styles/HugoThemes/hugo-theme-basic/exampleSite/config.toml similarity index 100% rename from Styles/HugoThemes/hugo-theme-basic/exampleSite/config.toml rename to src/Styles/HugoThemes/hugo-theme-basic/exampleSite/config.toml diff --git a/Styles/HugoThemes/hugo-theme-basic/exampleSite/content/about.md b/src/Styles/HugoThemes/hugo-theme-basic/exampleSite/content/about.md similarity index 100% rename from Styles/HugoThemes/hugo-theme-basic/exampleSite/content/about.md rename to src/Styles/HugoThemes/hugo-theme-basic/exampleSite/content/about.md diff --git a/Styles/HugoThemes/hugo-theme-basic/exampleSite/content/post/creating-a-new-theme.md b/src/Styles/HugoThemes/hugo-theme-basic/exampleSite/content/post/creating-a-new-theme.md similarity index 100% rename from Styles/HugoThemes/hugo-theme-basic/exampleSite/content/post/creating-a-new-theme.md rename to src/Styles/HugoThemes/hugo-theme-basic/exampleSite/content/post/creating-a-new-theme.md diff --git a/Styles/HugoThemes/hugo-theme-basic/exampleSite/content/post/goisforlovers.md b/src/Styles/HugoThemes/hugo-theme-basic/exampleSite/content/post/goisforlovers.md similarity index 100% rename from Styles/HugoThemes/hugo-theme-basic/exampleSite/content/post/goisforlovers.md rename to src/Styles/HugoThemes/hugo-theme-basic/exampleSite/content/post/goisforlovers.md diff --git a/Styles/HugoThemes/hugo-theme-basic/exampleSite/content/post/hugoisforlovers.md b/src/Styles/HugoThemes/hugo-theme-basic/exampleSite/content/post/hugoisforlovers.md similarity index 100% rename from Styles/HugoThemes/hugo-theme-basic/exampleSite/content/post/hugoisforlovers.md rename to src/Styles/HugoThemes/hugo-theme-basic/exampleSite/content/post/hugoisforlovers.md diff --git a/Styles/HugoThemes/hugo-theme-basic/exampleSite/content/post/migrate-from-jekyll.md b/src/Styles/HugoThemes/hugo-theme-basic/exampleSite/content/post/migrate-from-jekyll.md similarity index 100% rename from Styles/HugoThemes/hugo-theme-basic/exampleSite/content/post/migrate-from-jekyll.md rename to src/Styles/HugoThemes/hugo-theme-basic/exampleSite/content/post/migrate-from-jekyll.md diff --git a/Styles/HugoThemes/hugo-theme-basic/exampleSite/content/post/post-with-featured-image.md b/src/Styles/HugoThemes/hugo-theme-basic/exampleSite/content/post/post-with-featured-image.md similarity index 100% rename from Styles/HugoThemes/hugo-theme-basic/exampleSite/content/post/post-with-featured-image.md rename to src/Styles/HugoThemes/hugo-theme-basic/exampleSite/content/post/post-with-featured-image.md diff --git a/Styles/HugoThemes/hugo-theme-basic/exampleSite/content/post/the-figure-shortcode.md b/src/Styles/HugoThemes/hugo-theme-basic/exampleSite/content/post/the-figure-shortcode.md similarity index 100% rename from Styles/HugoThemes/hugo-theme-basic/exampleSite/content/post/the-figure-shortcode.md rename to src/Styles/HugoThemes/hugo-theme-basic/exampleSite/content/post/the-figure-shortcode.md diff --git a/Styles/HugoThemes/hugo-theme-basic/exampleSite/content/post/typography.md b/src/Styles/HugoThemes/hugo-theme-basic/exampleSite/content/post/typography.md similarity index 100% rename from Styles/HugoThemes/hugo-theme-basic/exampleSite/content/post/typography.md rename to src/Styles/HugoThemes/hugo-theme-basic/exampleSite/content/post/typography.md diff --git a/Styles/HugoThemes/hugo-theme-basic/exampleSite/content/project/hugo.md b/src/Styles/HugoThemes/hugo-theme-basic/exampleSite/content/project/hugo.md similarity index 100% rename from Styles/HugoThemes/hugo-theme-basic/exampleSite/content/project/hugo.md rename to src/Styles/HugoThemes/hugo-theme-basic/exampleSite/content/project/hugo.md diff --git a/Styles/HugoThemes/hugo-theme-basic/images/screenshot.png b/src/Styles/HugoThemes/hugo-theme-basic/images/screenshot.png similarity index 100% rename from Styles/HugoThemes/hugo-theme-basic/images/screenshot.png rename to src/Styles/HugoThemes/hugo-theme-basic/images/screenshot.png diff --git a/Styles/HugoThemes/hugo-theme-basic/images/series.png b/src/Styles/HugoThemes/hugo-theme-basic/images/series.png similarity index 100% rename from Styles/HugoThemes/hugo-theme-basic/images/series.png rename to src/Styles/HugoThemes/hugo-theme-basic/images/series.png diff --git a/Styles/HugoThemes/hugo-theme-basic/images/tn.png b/src/Styles/HugoThemes/hugo-theme-basic/images/tn.png similarity index 100% rename from Styles/HugoThemes/hugo-theme-basic/images/tn.png rename to src/Styles/HugoThemes/hugo-theme-basic/images/tn.png diff --git a/Styles/HugoThemes/hugo-theme-basic/layouts/404.html b/src/Styles/HugoThemes/hugo-theme-basic/layouts/404.html similarity index 100% rename from Styles/HugoThemes/hugo-theme-basic/layouts/404.html rename to src/Styles/HugoThemes/hugo-theme-basic/layouts/404.html diff --git a/Styles/HugoThemes/hugo-theme-basic/layouts/_default/baseof.html b/src/Styles/HugoThemes/hugo-theme-basic/layouts/_default/baseof.html similarity index 100% rename from Styles/HugoThemes/hugo-theme-basic/layouts/_default/baseof.html rename to src/Styles/HugoThemes/hugo-theme-basic/layouts/_default/baseof.html diff --git a/Styles/HugoThemes/hugo-theme-basic/layouts/_default/list.html b/src/Styles/HugoThemes/hugo-theme-basic/layouts/_default/list.html similarity index 100% rename from Styles/HugoThemes/hugo-theme-basic/layouts/_default/list.html rename to src/Styles/HugoThemes/hugo-theme-basic/layouts/_default/list.html diff --git a/Styles/HugoThemes/hugo-theme-basic/layouts/_default/single.html b/src/Styles/HugoThemes/hugo-theme-basic/layouts/_default/single.html similarity index 100% rename from Styles/HugoThemes/hugo-theme-basic/layouts/_default/single.html rename to src/Styles/HugoThemes/hugo-theme-basic/layouts/_default/single.html diff --git a/Styles/HugoThemes/hugo-theme-basic/layouts/_default/terms.html b/src/Styles/HugoThemes/hugo-theme-basic/layouts/_default/terms.html similarity index 100% rename from Styles/HugoThemes/hugo-theme-basic/layouts/_default/terms.html rename to src/Styles/HugoThemes/hugo-theme-basic/layouts/_default/terms.html diff --git a/Styles/HugoThemes/hugo-theme-basic/layouts/index.html b/src/Styles/HugoThemes/hugo-theme-basic/layouts/index.html similarity index 100% rename from Styles/HugoThemes/hugo-theme-basic/layouts/index.html rename to src/Styles/HugoThemes/hugo-theme-basic/layouts/index.html diff --git a/Styles/HugoThemes/hugo-theme-basic/layouts/partials/footer.html b/src/Styles/HugoThemes/hugo-theme-basic/layouts/partials/footer.html similarity index 100% rename from Styles/HugoThemes/hugo-theme-basic/layouts/partials/footer.html rename to src/Styles/HugoThemes/hugo-theme-basic/layouts/partials/footer.html diff --git a/Styles/HugoThemes/hugo-theme-basic/layouts/partials/head.html b/src/Styles/HugoThemes/hugo-theme-basic/layouts/partials/head.html similarity index 100% rename from Styles/HugoThemes/hugo-theme-basic/layouts/partials/head.html rename to src/Styles/HugoThemes/hugo-theme-basic/layouts/partials/head.html diff --git a/Styles/HugoThemes/hugo-theme-basic/layouts/partials/head_includes.html b/src/Styles/HugoThemes/hugo-theme-basic/layouts/partials/head_includes.html similarity index 100% rename from Styles/HugoThemes/hugo-theme-basic/layouts/partials/head_includes.html rename to src/Styles/HugoThemes/hugo-theme-basic/layouts/partials/head_includes.html diff --git a/Styles/HugoThemes/hugo-theme-basic/layouts/partials/header.html b/src/Styles/HugoThemes/hugo-theme-basic/layouts/partials/header.html similarity index 100% rename from Styles/HugoThemes/hugo-theme-basic/layouts/partials/header.html rename to src/Styles/HugoThemes/hugo-theme-basic/layouts/partials/header.html diff --git a/Styles/HugoThemes/hugo-theme-basic/layouts/partials/meta.html b/src/Styles/HugoThemes/hugo-theme-basic/layouts/partials/meta.html similarity index 100% rename from Styles/HugoThemes/hugo-theme-basic/layouts/partials/meta.html rename to src/Styles/HugoThemes/hugo-theme-basic/layouts/partials/meta.html diff --git a/Styles/HugoThemes/hugo-theme-basic/layouts/partials/scripts.html b/src/Styles/HugoThemes/hugo-theme-basic/layouts/partials/scripts.html similarity index 100% rename from Styles/HugoThemes/hugo-theme-basic/layouts/partials/scripts.html rename to src/Styles/HugoThemes/hugo-theme-basic/layouts/partials/scripts.html diff --git a/Styles/HugoThemes/hugo-theme-basic/layouts/post/single.html b/src/Styles/HugoThemes/hugo-theme-basic/layouts/post/single.html similarity index 100% rename from Styles/HugoThemes/hugo-theme-basic/layouts/post/single.html rename to src/Styles/HugoThemes/hugo-theme-basic/layouts/post/single.html diff --git a/Styles/HugoThemes/hugo-theme-basic/layouts/project/single.html b/src/Styles/HugoThemes/hugo-theme-basic/layouts/project/single.html similarity index 100% rename from Styles/HugoThemes/hugo-theme-basic/layouts/project/single.html rename to src/Styles/HugoThemes/hugo-theme-basic/layouts/project/single.html diff --git a/Styles/HugoThemes/hugo-theme-basic/layouts/section/project.html b/src/Styles/HugoThemes/hugo-theme-basic/layouts/section/project.html similarity index 100% rename from Styles/HugoThemes/hugo-theme-basic/layouts/section/project.html rename to src/Styles/HugoThemes/hugo-theme-basic/layouts/section/project.html diff --git a/Styles/HugoThemes/hugo-theme-basic/layouts/taxonomy/category.html b/src/Styles/HugoThemes/hugo-theme-basic/layouts/taxonomy/category.html similarity index 100% rename from Styles/HugoThemes/hugo-theme-basic/layouts/taxonomy/category.html rename to src/Styles/HugoThemes/hugo-theme-basic/layouts/taxonomy/category.html diff --git a/Styles/HugoThemes/hugo-theme-basic/layouts/taxonomy/series.html b/src/Styles/HugoThemes/hugo-theme-basic/layouts/taxonomy/series.html similarity index 100% rename from Styles/HugoThemes/hugo-theme-basic/layouts/taxonomy/series.html rename to src/Styles/HugoThemes/hugo-theme-basic/layouts/taxonomy/series.html diff --git a/Styles/HugoThemes/hugo-theme-basic/layouts/taxonomy/tag.html b/src/Styles/HugoThemes/hugo-theme-basic/layouts/taxonomy/tag.html similarity index 100% rename from Styles/HugoThemes/hugo-theme-basic/layouts/taxonomy/tag.html rename to src/Styles/HugoThemes/hugo-theme-basic/layouts/taxonomy/tag.html diff --git a/Styles/HugoThemes/hugo-theme-basic/netlify.toml b/src/Styles/HugoThemes/hugo-theme-basic/netlify.toml similarity index 100% rename from Styles/HugoThemes/hugo-theme-basic/netlify.toml rename to src/Styles/HugoThemes/hugo-theme-basic/netlify.toml diff --git a/Styles/HugoThemes/hugo-theme-basic/static/css/style.css b/src/Styles/HugoThemes/hugo-theme-basic/static/css/style.css similarity index 100% rename from Styles/HugoThemes/hugo-theme-basic/static/css/style.css rename to src/Styles/HugoThemes/hugo-theme-basic/static/css/style.css diff --git a/Styles/HugoThemes/hugo-theme-basic/theme.toml b/src/Styles/HugoThemes/hugo-theme-basic/theme.toml similarity index 100% rename from Styles/HugoThemes/hugo-theme-basic/theme.toml rename to src/Styles/HugoThemes/hugo-theme-basic/theme.toml diff --git a/Styles/NotableCSS/0renderer.css b/src/Styles/NotableCSS/0renderer.css similarity index 100% rename from Styles/NotableCSS/0renderer.css rename to src/Styles/NotableCSS/0renderer.css diff --git a/Styles/NotableCSS/10renderer.css b/src/Styles/NotableCSS/10renderer.css similarity index 100% rename from Styles/NotableCSS/10renderer.css rename to src/Styles/NotableCSS/10renderer.css diff --git a/Styles/NotableCSS/2.renderer.css b/src/Styles/NotableCSS/2.renderer.css similarity index 100% rename from Styles/NotableCSS/2.renderer.css rename to src/Styles/NotableCSS/2.renderer.css diff --git a/Styles/NotableCSS/Tomorrow.css b/src/Styles/NotableCSS/Tomorrow.css similarity index 100% rename from Styles/NotableCSS/Tomorrow.css rename to src/Styles/NotableCSS/Tomorrow.css diff --git a/Styles/NotableCSS/gitorgwrapped.css b/src/Styles/NotableCSS/gitorgwrapped.css similarity index 100% rename from Styles/NotableCSS/gitorgwrapped.css rename to src/Styles/NotableCSS/gitorgwrapped.css diff --git a/Styles/NotableCSS/renderer.css b/src/Styles/NotableCSS/renderer.css similarity index 100% rename from Styles/NotableCSS/renderer.css rename to src/Styles/NotableCSS/renderer.css diff --git a/Styles/Org-CSS/0GitWithOrg.css b/src/Styles/Org-CSS/0GitWithOrg.css similarity index 100% rename from Styles/Org-CSS/0GitWithOrg.css rename to src/Styles/Org-CSS/0GitWithOrg.css diff --git a/Styles/Org-CSS/Air.css b/src/Styles/Org-CSS/Air.css similarity index 100% rename from Styles/Org-CSS/Air.css rename to src/Styles/Org-CSS/Air.css diff --git a/Styles/Org-CSS/Killercup.css b/src/Styles/Org-CSS/Killercup.css similarity index 100% rename from Styles/Org-CSS/Killercup.css rename to src/Styles/Org-CSS/Killercup.css diff --git a/Styles/Org-CSS/Modest.css b/src/Styles/Org-CSS/Modest.css similarity index 100% rename from Styles/Org-CSS/Modest.css rename to src/Styles/Org-CSS/Modest.css diff --git a/Styles/Org-CSS/Splendor.css b/src/Styles/Org-CSS/Splendor.css similarity index 100% rename from Styles/Org-CSS/Splendor.css rename to src/Styles/Org-CSS/Splendor.css diff --git a/Styles/Org-CSS/Tufte.css b/src/Styles/Org-CSS/Tufte.css similarity index 100% rename from Styles/Org-CSS/Tufte.css rename to src/Styles/Org-CSS/Tufte.css diff --git a/Styles/Org-CSS/bigblow.css b/src/Styles/Org-CSS/bigblow.css similarity index 100% rename from Styles/Org-CSS/bigblow.css rename to src/Styles/Org-CSS/bigblow.css diff --git a/Styles/Org-CSS/fniessen/org-html-themes/README.html b/src/Styles/Org-CSS/fniessen/org-html-themes/README.html similarity index 100% rename from Styles/Org-CSS/fniessen/org-html-themes/README.html rename to src/Styles/Org-CSS/fniessen/org-html-themes/README.html diff --git a/Styles/Org-CSS/fniessen/org-html-themes/README.org b/src/Styles/Org-CSS/fniessen/org-html-themes/README.org similarity index 100% rename from Styles/Org-CSS/fniessen/org-html-themes/README.org rename to src/Styles/Org-CSS/fniessen/org-html-themes/README.org diff --git a/Styles/Org-CSS/fniessen/org-html-themes/bigblow.png b/src/Styles/Org-CSS/fniessen/org-html-themes/bigblow.png similarity index 100% rename from Styles/Org-CSS/fniessen/org-html-themes/bigblow.png rename to src/Styles/Org-CSS/fniessen/org-html-themes/bigblow.png diff --git a/Styles/Org-CSS/fniessen/org-html-themes/demo/example.html b/src/Styles/Org-CSS/fniessen/org-html-themes/demo/example.html similarity index 100% rename from Styles/Org-CSS/fniessen/org-html-themes/demo/example.html rename to src/Styles/Org-CSS/fniessen/org-html-themes/demo/example.html diff --git a/Styles/Org-CSS/fniessen/org-html-themes/demo/example.org b/src/Styles/Org-CSS/fniessen/org-html-themes/demo/example.org similarity index 100% rename from Styles/Org-CSS/fniessen/org-html-themes/demo/example.org rename to src/Styles/Org-CSS/fniessen/org-html-themes/demo/example.org diff --git a/Styles/Org-CSS/fniessen/org-html-themes/demo/images/Rplot.png b/src/Styles/Org-CSS/fniessen/org-html-themes/demo/images/Rplot.png similarity index 100% rename from Styles/Org-CSS/fniessen/org-html-themes/demo/images/Rplot.png rename to src/Styles/Org-CSS/fniessen/org-html-themes/demo/images/Rplot.png diff --git a/Styles/Org-CSS/fniessen/org-html-themes/demo/images/digraph.png b/src/Styles/Org-CSS/fniessen/org-html-themes/demo/images/digraph.png similarity index 100% rename from Styles/Org-CSS/fniessen/org-html-themes/demo/images/digraph.png rename to src/Styles/Org-CSS/fniessen/org-html-themes/demo/images/digraph.png diff --git a/Styles/Org-CSS/fniessen/org-html-themes/demo/images/graph.png b/src/Styles/Org-CSS/fniessen/org-html-themes/demo/images/graph.png similarity index 100% rename from Styles/Org-CSS/fniessen/org-html-themes/demo/images/graph.png rename to src/Styles/Org-CSS/fniessen/org-html-themes/demo/images/graph.png diff --git a/Styles/Org-CSS/fniessen/org-html-themes/demo/images/org-mode-unicorn.png b/src/Styles/Org-CSS/fniessen/org-html-themes/demo/images/org-mode-unicorn.png similarity index 100% rename from Styles/Org-CSS/fniessen/org-html-themes/demo/images/org-mode-unicorn.png rename to src/Styles/Org-CSS/fniessen/org-html-themes/demo/images/org-mode-unicorn.png diff --git a/Styles/Org-CSS/fniessen/org-html-themes/readtheorg.png b/src/Styles/Org-CSS/fniessen/org-html-themes/readtheorg.png similarity index 100% rename from Styles/Org-CSS/fniessen/org-html-themes/readtheorg.png rename to src/Styles/Org-CSS/fniessen/org-html-themes/readtheorg.png diff --git a/Styles/Org-CSS/fniessen/org-html-themes/setup/theme-bigblow-local.setup b/src/Styles/Org-CSS/fniessen/org-html-themes/setup/theme-bigblow-local.setup similarity index 100% rename from Styles/Org-CSS/fniessen/org-html-themes/setup/theme-bigblow-local.setup rename to src/Styles/Org-CSS/fniessen/org-html-themes/setup/theme-bigblow-local.setup diff --git a/Styles/Org-CSS/fniessen/org-html-themes/setup/theme-bigblow.setup b/src/Styles/Org-CSS/fniessen/org-html-themes/setup/theme-bigblow.setup similarity index 100% rename from Styles/Org-CSS/fniessen/org-html-themes/setup/theme-bigblow.setup rename to src/Styles/Org-CSS/fniessen/org-html-themes/setup/theme-bigblow.setup diff --git a/Styles/Org-CSS/fniessen/org-html-themes/setup/theme-readtheorg-local.setup b/src/Styles/Org-CSS/fniessen/org-html-themes/setup/theme-readtheorg-local.setup similarity index 100% rename from Styles/Org-CSS/fniessen/org-html-themes/setup/theme-readtheorg-local.setup rename to src/Styles/Org-CSS/fniessen/org-html-themes/setup/theme-readtheorg-local.setup diff --git a/Styles/Org-CSS/fniessen/org-html-themes/setup/theme-readtheorg.setup b/src/Styles/Org-CSS/fniessen/org-html-themes/setup/theme-readtheorg.setup similarity index 100% rename from Styles/Org-CSS/fniessen/org-html-themes/setup/theme-readtheorg.setup rename to src/Styles/Org-CSS/fniessen/org-html-themes/setup/theme-readtheorg.setup diff --git a/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/css/bigblow.css b/src/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/css/bigblow.css similarity index 100% rename from Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/css/bigblow.css rename to src/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/css/bigblow.css diff --git a/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/css/hideshow.css b/src/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/css/hideshow.css similarity index 100% rename from Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/css/hideshow.css rename to src/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/css/hideshow.css diff --git a/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/css/htmlize.css b/src/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/css/htmlize.css similarity index 100% rename from Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/css/htmlize.css rename to src/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/css/htmlize.css diff --git a/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/images/checked.png b/src/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/images/checked.png similarity index 100% rename from Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/images/checked.png rename to src/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/images/checked.png diff --git a/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/images/fixme.png b/src/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/images/fixme.png similarity index 100% rename from Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/images/fixme.png rename to src/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/images/fixme.png diff --git a/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/images/halfchecked.png b/src/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/images/halfchecked.png similarity index 100% rename from Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/images/halfchecked.png rename to src/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/images/halfchecked.png diff --git a/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/images/info.png b/src/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/images/info.png similarity index 100% rename from Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/images/info.png rename to src/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/images/info.png diff --git a/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/images/note.png b/src/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/images/note.png similarity index 100% rename from Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/images/note.png rename to src/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/images/note.png diff --git a/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/images/tip.png b/src/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/images/tip.png similarity index 100% rename from Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/images/tip.png rename to src/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/images/tip.png diff --git a/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/images/unchecked.png b/src/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/images/unchecked.png similarity index 100% rename from Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/images/unchecked.png rename to src/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/images/unchecked.png diff --git a/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/images/warning.png b/src/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/images/warning.png similarity index 100% rename from Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/images/warning.png rename to src/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/images/warning.png diff --git a/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/js/ZeroClipboard.swf b/src/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/js/ZeroClipboard.swf similarity index 100% rename from Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/js/ZeroClipboard.swf rename to src/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/js/ZeroClipboard.swf diff --git a/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/js/bigblow.js b/src/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/js/bigblow.js similarity index 100% rename from Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/js/bigblow.js rename to src/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/js/bigblow.js diff --git a/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/js/hideshow.js b/src/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/js/hideshow.js similarity index 100% rename from Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/js/hideshow.js rename to src/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/js/hideshow.js diff --git a/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/js/jquery-1.11.0.min.js b/src/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/js/jquery-1.11.0.min.js similarity index 100% rename from Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/js/jquery-1.11.0.min.js rename to src/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/js/jquery-1.11.0.min.js diff --git a/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/js/jquery-1.9.1.min.js b/src/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/js/jquery-1.9.1.min.js similarity index 100% rename from Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/js/jquery-1.9.1.min.js rename to src/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/js/jquery-1.9.1.min.js diff --git a/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/js/jquery-ui-1.10.2.min.js b/src/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/js/jquery-ui-1.10.2.min.js similarity index 100% rename from Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/js/jquery-ui-1.10.2.min.js rename to src/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/js/jquery-ui-1.10.2.min.js diff --git a/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/js/jquery.localscroll-min.js b/src/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/js/jquery.localscroll-min.js similarity index 100% rename from Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/js/jquery.localscroll-min.js rename to src/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/js/jquery.localscroll-min.js diff --git a/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/js/jquery.scrollTo-1.4.3.1-min.js b/src/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/js/jquery.scrollTo-1.4.3.1-min.js similarity index 100% rename from Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/js/jquery.scrollTo-1.4.3.1-min.js rename to src/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/js/jquery.scrollTo-1.4.3.1-min.js diff --git a/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/js/jquery.zclip.min.js b/src/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/js/jquery.zclip.min.js similarity index 100% rename from Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/js/jquery.zclip.min.js rename to src/Styles/Org-CSS/fniessen/org-html-themes/styles/bigblow/js/jquery.zclip.min.js diff --git a/Styles/Org-CSS/fniessen/org-html-themes/styles/lib/js/jquery.stickytableheaders.min.js b/src/Styles/Org-CSS/fniessen/org-html-themes/styles/lib/js/jquery.stickytableheaders.min.js similarity index 100% rename from Styles/Org-CSS/fniessen/org-html-themes/styles/lib/js/jquery.stickytableheaders.min.js rename to src/Styles/Org-CSS/fniessen/org-html-themes/styles/lib/js/jquery.stickytableheaders.min.js diff --git a/Styles/Org-CSS/fniessen/org-html-themes/styles/lib/js/stickytableheaders-license.txt b/src/Styles/Org-CSS/fniessen/org-html-themes/styles/lib/js/stickytableheaders-license.txt similarity index 100% rename from Styles/Org-CSS/fniessen/org-html-themes/styles/lib/js/stickytableheaders-license.txt rename to src/Styles/Org-CSS/fniessen/org-html-themes/styles/lib/js/stickytableheaders-license.txt diff --git a/Styles/Org-CSS/fniessen/org-html-themes/styles/readtheorg/css/htmlize.css b/src/Styles/Org-CSS/fniessen/org-html-themes/styles/readtheorg/css/htmlize.css similarity index 100% rename from Styles/Org-CSS/fniessen/org-html-themes/styles/readtheorg/css/htmlize.css rename to src/Styles/Org-CSS/fniessen/org-html-themes/styles/readtheorg/css/htmlize.css diff --git a/Styles/Org-CSS/fniessen/org-html-themes/styles/readtheorg/css/readtheorg.css b/src/Styles/Org-CSS/fniessen/org-html-themes/styles/readtheorg/css/readtheorg.css similarity index 100% rename from Styles/Org-CSS/fniessen/org-html-themes/styles/readtheorg/css/readtheorg.css rename to src/Styles/Org-CSS/fniessen/org-html-themes/styles/readtheorg/css/readtheorg.css diff --git a/Styles/Org-CSS/fniessen/org-html-themes/styles/readtheorg/css/rtd-full.css b/src/Styles/Org-CSS/fniessen/org-html-themes/styles/readtheorg/css/rtd-full.css similarity index 100% rename from Styles/Org-CSS/fniessen/org-html-themes/styles/readtheorg/css/rtd-full.css rename to src/Styles/Org-CSS/fniessen/org-html-themes/styles/readtheorg/css/rtd-full.css diff --git a/Styles/Org-CSS/fniessen/org-html-themes/styles/readtheorg/js/readtheorg.js b/src/Styles/Org-CSS/fniessen/org-html-themes/styles/readtheorg/js/readtheorg.js similarity index 100% rename from Styles/Org-CSS/fniessen/org-html-themes/styles/readtheorg/js/readtheorg.js rename to src/Styles/Org-CSS/fniessen/org-html-themes/styles/readtheorg/js/readtheorg.js diff --git a/Styles/Org-CSS/fniessen/org-html-themes/styles/readtheorg/readtheorg.org b/src/Styles/Org-CSS/fniessen/org-html-themes/styles/readtheorg/readtheorg.org similarity index 100% rename from Styles/Org-CSS/fniessen/org-html-themes/styles/readtheorg/readtheorg.org rename to src/Styles/Org-CSS/fniessen/org-html-themes/styles/readtheorg/readtheorg.org diff --git a/Styles/Org-CSS/github-pandoc.css b/src/Styles/Org-CSS/github-pandoc.css similarity index 100% rename from Styles/Org-CSS/github-pandoc.css rename to src/Styles/Org-CSS/github-pandoc.css diff --git a/Styles/Org-CSS/gong.css b/src/Styles/Org-CSS/gong.css similarity index 100% rename from Styles/Org-CSS/gong.css rename to src/Styles/Org-CSS/gong.css diff --git a/Styles/Org-CSS/readtheorg.css b/src/Styles/Org-CSS/readtheorg.css similarity index 100% rename from Styles/Org-CSS/readtheorg.css rename to src/Styles/Org-CSS/readtheorg.css diff --git a/Styles/Org-CSS/retro.css b/src/Styles/Org-CSS/retro.css similarity index 100% rename from Styles/Org-CSS/retro.css rename to src/Styles/Org-CSS/retro.css diff --git a/Styles/SocialWeb.css b/src/Styles/SocialWeb.css similarity index 100% rename from Styles/SocialWeb.css rename to src/Styles/SocialWeb.css diff --git a/Styles/TomorrowNight_HighlightJS.css b/src/Styles/TomorrowNight_HighlightJS.css similarity index 100% rename from Styles/TomorrowNight_HighlightJS.css rename to src/Styles/TomorrowNight_HighlightJS.css diff --git a/Styles/Vnote_Themes/common.css b/src/Styles/Vnote_Themes/common.css similarity index 100% rename from Styles/Vnote_Themes/common.css rename to src/Styles/Vnote_Themes/common.css diff --git a/Styles/Vnote_Themes/export/outline.css b/src/Styles/Vnote_Themes/export/outline.css similarity index 100% rename from Styles/Vnote_Themes/export/outline.css rename to src/Styles/Vnote_Themes/export/outline.css diff --git a/Styles/Vnote_Themes/v_detorte/arrow_dropdown.svg b/src/Styles/Vnote_Themes/v_detorte/arrow_dropdown.svg similarity index 100% rename from Styles/Vnote_Themes/v_detorte/arrow_dropdown.svg rename to src/Styles/Vnote_Themes/v_detorte/arrow_dropdown.svg diff --git a/Styles/Vnote_Themes/v_detorte/arrow_dropdown_disabled.svg b/src/Styles/Vnote_Themes/v_detorte/arrow_dropdown_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_detorte/arrow_dropdown_disabled.svg rename to src/Styles/Vnote_Themes/v_detorte/arrow_dropdown_disabled.svg diff --git a/Styles/Vnote_Themes/v_detorte/branch_closed.svg b/src/Styles/Vnote_Themes/v_detorte/branch_closed.svg similarity index 100% rename from Styles/Vnote_Themes/v_detorte/branch_closed.svg rename to src/Styles/Vnote_Themes/v_detorte/branch_closed.svg diff --git a/Styles/Vnote_Themes/v_detorte/branch_end.svg b/src/Styles/Vnote_Themes/v_detorte/branch_end.svg similarity index 100% rename from Styles/Vnote_Themes/v_detorte/branch_end.svg rename to src/Styles/Vnote_Themes/v_detorte/branch_end.svg diff --git a/Styles/Vnote_Themes/v_detorte/branch_more.svg b/src/Styles/Vnote_Themes/v_detorte/branch_more.svg similarity index 100% rename from Styles/Vnote_Themes/v_detorte/branch_more.svg rename to src/Styles/Vnote_Themes/v_detorte/branch_more.svg diff --git a/Styles/Vnote_Themes/v_detorte/branch_open.svg b/src/Styles/Vnote_Themes/v_detorte/branch_open.svg similarity index 100% rename from Styles/Vnote_Themes/v_detorte/branch_open.svg rename to src/Styles/Vnote_Themes/v_detorte/branch_open.svg diff --git a/Styles/Vnote_Themes/v_detorte/checkbox_checked.svg b/src/Styles/Vnote_Themes/v_detorte/checkbox_checked.svg similarity index 100% rename from Styles/Vnote_Themes/v_detorte/checkbox_checked.svg rename to src/Styles/Vnote_Themes/v_detorte/checkbox_checked.svg diff --git a/Styles/Vnote_Themes/v_detorte/checkbox_checked_disabled.svg b/src/Styles/Vnote_Themes/v_detorte/checkbox_checked_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_detorte/checkbox_checked_disabled.svg rename to src/Styles/Vnote_Themes/v_detorte/checkbox_checked_disabled.svg diff --git a/Styles/Vnote_Themes/v_detorte/checkbox_unchecked.svg b/src/Styles/Vnote_Themes/v_detorte/checkbox_unchecked.svg similarity index 100% rename from Styles/Vnote_Themes/v_detorte/checkbox_unchecked.svg rename to src/Styles/Vnote_Themes/v_detorte/checkbox_unchecked.svg diff --git a/Styles/Vnote_Themes/v_detorte/checkbox_unchecked_disabled.svg b/src/Styles/Vnote_Themes/v_detorte/checkbox_unchecked_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_detorte/checkbox_unchecked_disabled.svg rename to src/Styles/Vnote_Themes/v_detorte/checkbox_unchecked_disabled.svg diff --git a/Styles/Vnote_Themes/v_detorte/close.svg b/src/Styles/Vnote_Themes/v_detorte/close.svg similarity index 100% rename from Styles/Vnote_Themes/v_detorte/close.svg rename to src/Styles/Vnote_Themes/v_detorte/close.svg diff --git a/Styles/Vnote_Themes/v_detorte/close_grey.svg b/src/Styles/Vnote_Themes/v_detorte/close_grey.svg similarity index 100% rename from Styles/Vnote_Themes/v_detorte/close_grey.svg rename to src/Styles/Vnote_Themes/v_detorte/close_grey.svg diff --git a/Styles/Vnote_Themes/v_detorte/down.svg b/src/Styles/Vnote_Themes/v_detorte/down.svg similarity index 100% rename from Styles/Vnote_Themes/v_detorte/down.svg rename to src/Styles/Vnote_Themes/v_detorte/down.svg diff --git a/Styles/Vnote_Themes/v_detorte/down_disabled.svg b/src/Styles/Vnote_Themes/v_detorte/down_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_detorte/down_disabled.svg rename to src/Styles/Vnote_Themes/v_detorte/down_disabled.svg diff --git a/Styles/Vnote_Themes/v_detorte/float.svg b/src/Styles/Vnote_Themes/v_detorte/float.svg similarity index 100% rename from Styles/Vnote_Themes/v_detorte/float.svg rename to src/Styles/Vnote_Themes/v_detorte/float.svg diff --git a/Styles/Vnote_Themes/v_detorte/left.svg b/src/Styles/Vnote_Themes/v_detorte/left.svg similarity index 100% rename from Styles/Vnote_Themes/v_detorte/left.svg rename to src/Styles/Vnote_Themes/v_detorte/left.svg diff --git a/Styles/Vnote_Themes/v_detorte/left_disabled.svg b/src/Styles/Vnote_Themes/v_detorte/left_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_detorte/left_disabled.svg rename to src/Styles/Vnote_Themes/v_detorte/left_disabled.svg diff --git a/Styles/Vnote_Themes/v_detorte/line.svg b/src/Styles/Vnote_Themes/v_detorte/line.svg similarity index 100% rename from Styles/Vnote_Themes/v_detorte/line.svg rename to src/Styles/Vnote_Themes/v_detorte/line.svg diff --git a/Styles/Vnote_Themes/v_detorte/menu_checkbox.svg b/src/Styles/Vnote_Themes/v_detorte/menu_checkbox.svg similarity index 100% rename from Styles/Vnote_Themes/v_detorte/menu_checkbox.svg rename to src/Styles/Vnote_Themes/v_detorte/menu_checkbox.svg diff --git a/Styles/Vnote_Themes/v_detorte/menu_radiobutton.svg b/src/Styles/Vnote_Themes/v_detorte/menu_radiobutton.svg similarity index 100% rename from Styles/Vnote_Themes/v_detorte/menu_radiobutton.svg rename to src/Styles/Vnote_Themes/v_detorte/menu_radiobutton.svg diff --git a/Styles/Vnote_Themes/v_detorte/radiobutton_checked.svg b/src/Styles/Vnote_Themes/v_detorte/radiobutton_checked.svg similarity index 100% rename from Styles/Vnote_Themes/v_detorte/radiobutton_checked.svg rename to src/Styles/Vnote_Themes/v_detorte/radiobutton_checked.svg diff --git a/Styles/Vnote_Themes/v_detorte/radiobutton_checked_disabled.svg b/src/Styles/Vnote_Themes/v_detorte/radiobutton_checked_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_detorte/radiobutton_checked_disabled.svg rename to src/Styles/Vnote_Themes/v_detorte/radiobutton_checked_disabled.svg diff --git a/Styles/Vnote_Themes/v_detorte/radiobutton_unchecked.svg b/src/Styles/Vnote_Themes/v_detorte/radiobutton_unchecked.svg similarity index 100% rename from Styles/Vnote_Themes/v_detorte/radiobutton_unchecked.svg rename to src/Styles/Vnote_Themes/v_detorte/radiobutton_unchecked.svg diff --git a/Styles/Vnote_Themes/v_detorte/radiobutton_unchecked_disabled.svg b/src/Styles/Vnote_Themes/v_detorte/radiobutton_unchecked_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_detorte/radiobutton_unchecked_disabled.svg rename to src/Styles/Vnote_Themes/v_detorte/radiobutton_unchecked_disabled.svg diff --git a/Styles/Vnote_Themes/v_detorte/right.svg b/src/Styles/Vnote_Themes/v_detorte/right.svg similarity index 100% rename from Styles/Vnote_Themes/v_detorte/right.svg rename to src/Styles/Vnote_Themes/v_detorte/right.svg diff --git a/Styles/Vnote_Themes/v_detorte/right_disabled.svg b/src/Styles/Vnote_Themes/v_detorte/right_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_detorte/right_disabled.svg rename to src/Styles/Vnote_Themes/v_detorte/right_disabled.svg diff --git a/Styles/Vnote_Themes/v_detorte/up.svg b/src/Styles/Vnote_Themes/v_detorte/up.svg similarity index 100% rename from Styles/Vnote_Themes/v_detorte/up.svg rename to src/Styles/Vnote_Themes/v_detorte/up.svg diff --git a/Styles/Vnote_Themes/v_detorte/up_disabled.svg b/src/Styles/Vnote_Themes/v_detorte/up_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_detorte/up_disabled.svg rename to src/Styles/Vnote_Themes/v_detorte/up_disabled.svg diff --git a/Styles/Vnote_Themes/v_detorte/v_detorte.css b/src/Styles/Vnote_Themes/v_detorte/v_detorte.css similarity index 100% rename from Styles/Vnote_Themes/v_detorte/v_detorte.css rename to src/Styles/Vnote_Themes/v_detorte/v_detorte.css diff --git a/Styles/Vnote_Themes/v_detorte/v_detorte.mdhl b/src/Styles/Vnote_Themes/v_detorte/v_detorte.mdhl similarity index 100% rename from Styles/Vnote_Themes/v_detorte/v_detorte.mdhl rename to src/Styles/Vnote_Themes/v_detorte/v_detorte.mdhl diff --git a/Styles/Vnote_Themes/v_detorte/v_detorte.palette b/src/Styles/Vnote_Themes/v_detorte/v_detorte.palette similarity index 100% rename from Styles/Vnote_Themes/v_detorte/v_detorte.palette rename to src/Styles/Vnote_Themes/v_detorte/v_detorte.palette diff --git a/Styles/Vnote_Themes/v_detorte/v_detorte.qss b/src/Styles/Vnote_Themes/v_detorte/v_detorte.qss similarity index 100% rename from Styles/Vnote_Themes/v_detorte/v_detorte.qss rename to src/Styles/Vnote_Themes/v_detorte/v_detorte.qss diff --git a/Styles/Vnote_Themes/v_detorte/v_detorte_codeblock.css b/src/Styles/Vnote_Themes/v_detorte/v_detorte_codeblock.css similarity index 100% rename from Styles/Vnote_Themes/v_detorte/v_detorte_codeblock.css rename to src/Styles/Vnote_Themes/v_detorte/v_detorte_codeblock.css diff --git a/Styles/Vnote_Themes/v_detorte/v_detorte_mermaid.css b/src/Styles/Vnote_Themes/v_detorte/v_detorte_mermaid.css similarity index 100% rename from Styles/Vnote_Themes/v_detorte/v_detorte_mermaid.css rename to src/Styles/Vnote_Themes/v_detorte/v_detorte_mermaid.css diff --git a/Styles/Vnote_Themes/v_moonlight/arrow_dropdown.svg b/src/Styles/Vnote_Themes/v_moonlight/arrow_dropdown.svg similarity index 100% rename from Styles/Vnote_Themes/v_moonlight/arrow_dropdown.svg rename to src/Styles/Vnote_Themes/v_moonlight/arrow_dropdown.svg diff --git a/Styles/Vnote_Themes/v_moonlight/arrow_dropdown_disabled.svg b/src/Styles/Vnote_Themes/v_moonlight/arrow_dropdown_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_moonlight/arrow_dropdown_disabled.svg rename to src/Styles/Vnote_Themes/v_moonlight/arrow_dropdown_disabled.svg diff --git a/Styles/Vnote_Themes/v_moonlight/branch_closed.svg b/src/Styles/Vnote_Themes/v_moonlight/branch_closed.svg similarity index 100% rename from Styles/Vnote_Themes/v_moonlight/branch_closed.svg rename to src/Styles/Vnote_Themes/v_moonlight/branch_closed.svg diff --git a/Styles/Vnote_Themes/v_moonlight/branch_open.svg b/src/Styles/Vnote_Themes/v_moonlight/branch_open.svg similarity index 100% rename from Styles/Vnote_Themes/v_moonlight/branch_open.svg rename to src/Styles/Vnote_Themes/v_moonlight/branch_open.svg diff --git a/Styles/Vnote_Themes/v_moonlight/checkbox_checked.svg b/src/Styles/Vnote_Themes/v_moonlight/checkbox_checked.svg similarity index 100% rename from Styles/Vnote_Themes/v_moonlight/checkbox_checked.svg rename to src/Styles/Vnote_Themes/v_moonlight/checkbox_checked.svg diff --git a/Styles/Vnote_Themes/v_moonlight/checkbox_checked_disabled.svg b/src/Styles/Vnote_Themes/v_moonlight/checkbox_checked_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_moonlight/checkbox_checked_disabled.svg rename to src/Styles/Vnote_Themes/v_moonlight/checkbox_checked_disabled.svg diff --git a/Styles/Vnote_Themes/v_moonlight/checkbox_unchecked.svg b/src/Styles/Vnote_Themes/v_moonlight/checkbox_unchecked.svg similarity index 100% rename from Styles/Vnote_Themes/v_moonlight/checkbox_unchecked.svg rename to src/Styles/Vnote_Themes/v_moonlight/checkbox_unchecked.svg diff --git a/Styles/Vnote_Themes/v_moonlight/checkbox_unchecked_disabled.svg b/src/Styles/Vnote_Themes/v_moonlight/checkbox_unchecked_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_moonlight/checkbox_unchecked_disabled.svg rename to src/Styles/Vnote_Themes/v_moonlight/checkbox_unchecked_disabled.svg diff --git a/Styles/Vnote_Themes/v_moonlight/close.svg b/src/Styles/Vnote_Themes/v_moonlight/close.svg similarity index 100% rename from Styles/Vnote_Themes/v_moonlight/close.svg rename to src/Styles/Vnote_Themes/v_moonlight/close.svg diff --git a/Styles/Vnote_Themes/v_moonlight/close_grey.svg b/src/Styles/Vnote_Themes/v_moonlight/close_grey.svg similarity index 100% rename from Styles/Vnote_Themes/v_moonlight/close_grey.svg rename to src/Styles/Vnote_Themes/v_moonlight/close_grey.svg diff --git a/Styles/Vnote_Themes/v_moonlight/down.svg b/src/Styles/Vnote_Themes/v_moonlight/down.svg similarity index 100% rename from Styles/Vnote_Themes/v_moonlight/down.svg rename to src/Styles/Vnote_Themes/v_moonlight/down.svg diff --git a/Styles/Vnote_Themes/v_moonlight/down_disabled.svg b/src/Styles/Vnote_Themes/v_moonlight/down_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_moonlight/down_disabled.svg rename to src/Styles/Vnote_Themes/v_moonlight/down_disabled.svg diff --git a/Styles/Vnote_Themes/v_moonlight/float.svg b/src/Styles/Vnote_Themes/v_moonlight/float.svg similarity index 100% rename from Styles/Vnote_Themes/v_moonlight/float.svg rename to src/Styles/Vnote_Themes/v_moonlight/float.svg diff --git a/Styles/Vnote_Themes/v_moonlight/left.svg b/src/Styles/Vnote_Themes/v_moonlight/left.svg similarity index 100% rename from Styles/Vnote_Themes/v_moonlight/left.svg rename to src/Styles/Vnote_Themes/v_moonlight/left.svg diff --git a/Styles/Vnote_Themes/v_moonlight/left_disabled.svg b/src/Styles/Vnote_Themes/v_moonlight/left_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_moonlight/left_disabled.svg rename to src/Styles/Vnote_Themes/v_moonlight/left_disabled.svg diff --git a/Styles/Vnote_Themes/v_moonlight/menu_checkbox.svg b/src/Styles/Vnote_Themes/v_moonlight/menu_checkbox.svg similarity index 100% rename from Styles/Vnote_Themes/v_moonlight/menu_checkbox.svg rename to src/Styles/Vnote_Themes/v_moonlight/menu_checkbox.svg diff --git a/Styles/Vnote_Themes/v_moonlight/menu_radiobutton.svg b/src/Styles/Vnote_Themes/v_moonlight/menu_radiobutton.svg similarity index 100% rename from Styles/Vnote_Themes/v_moonlight/menu_radiobutton.svg rename to src/Styles/Vnote_Themes/v_moonlight/menu_radiobutton.svg diff --git a/Styles/Vnote_Themes/v_moonlight/radiobutton_checked.svg b/src/Styles/Vnote_Themes/v_moonlight/radiobutton_checked.svg similarity index 100% rename from Styles/Vnote_Themes/v_moonlight/radiobutton_checked.svg rename to src/Styles/Vnote_Themes/v_moonlight/radiobutton_checked.svg diff --git a/Styles/Vnote_Themes/v_moonlight/radiobutton_checked_disabled.svg b/src/Styles/Vnote_Themes/v_moonlight/radiobutton_checked_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_moonlight/radiobutton_checked_disabled.svg rename to src/Styles/Vnote_Themes/v_moonlight/radiobutton_checked_disabled.svg diff --git a/Styles/Vnote_Themes/v_moonlight/radiobutton_unchecked.svg b/src/Styles/Vnote_Themes/v_moonlight/radiobutton_unchecked.svg similarity index 100% rename from Styles/Vnote_Themes/v_moonlight/radiobutton_unchecked.svg rename to src/Styles/Vnote_Themes/v_moonlight/radiobutton_unchecked.svg diff --git a/Styles/Vnote_Themes/v_moonlight/radiobutton_unchecked_disabled.svg b/src/Styles/Vnote_Themes/v_moonlight/radiobutton_unchecked_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_moonlight/radiobutton_unchecked_disabled.svg rename to src/Styles/Vnote_Themes/v_moonlight/radiobutton_unchecked_disabled.svg diff --git a/Styles/Vnote_Themes/v_moonlight/right.svg b/src/Styles/Vnote_Themes/v_moonlight/right.svg similarity index 100% rename from Styles/Vnote_Themes/v_moonlight/right.svg rename to src/Styles/Vnote_Themes/v_moonlight/right.svg diff --git a/Styles/Vnote_Themes/v_moonlight/right_disabled.svg b/src/Styles/Vnote_Themes/v_moonlight/right_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_moonlight/right_disabled.svg rename to src/Styles/Vnote_Themes/v_moonlight/right_disabled.svg diff --git a/Styles/Vnote_Themes/v_moonlight/up.svg b/src/Styles/Vnote_Themes/v_moonlight/up.svg similarity index 100% rename from Styles/Vnote_Themes/v_moonlight/up.svg rename to src/Styles/Vnote_Themes/v_moonlight/up.svg diff --git a/Styles/Vnote_Themes/v_moonlight/up_disabled.svg b/src/Styles/Vnote_Themes/v_moonlight/up_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_moonlight/up_disabled.svg rename to src/Styles/Vnote_Themes/v_moonlight/up_disabled.svg diff --git a/Styles/Vnote_Themes/v_moonlight/v_moonlight.css b/src/Styles/Vnote_Themes/v_moonlight/v_moonlight.css similarity index 100% rename from Styles/Vnote_Themes/v_moonlight/v_moonlight.css rename to src/Styles/Vnote_Themes/v_moonlight/v_moonlight.css diff --git a/Styles/Vnote_Themes/v_moonlight/v_moonlight.mdhl b/src/Styles/Vnote_Themes/v_moonlight/v_moonlight.mdhl similarity index 100% rename from Styles/Vnote_Themes/v_moonlight/v_moonlight.mdhl rename to src/Styles/Vnote_Themes/v_moonlight/v_moonlight.mdhl diff --git a/Styles/Vnote_Themes/v_moonlight/v_moonlight.palette b/src/Styles/Vnote_Themes/v_moonlight/v_moonlight.palette similarity index 100% rename from Styles/Vnote_Themes/v_moonlight/v_moonlight.palette rename to src/Styles/Vnote_Themes/v_moonlight/v_moonlight.palette diff --git a/Styles/Vnote_Themes/v_moonlight/v_moonlight.qss b/src/Styles/Vnote_Themes/v_moonlight/v_moonlight.qss similarity index 100% rename from Styles/Vnote_Themes/v_moonlight/v_moonlight.qss rename to src/Styles/Vnote_Themes/v_moonlight/v_moonlight.qss diff --git a/Styles/Vnote_Themes/v_moonlight/v_moonlight_codeblock.css b/src/Styles/Vnote_Themes/v_moonlight/v_moonlight_codeblock.css similarity index 100% rename from Styles/Vnote_Themes/v_moonlight/v_moonlight_codeblock.css rename to src/Styles/Vnote_Themes/v_moonlight/v_moonlight_codeblock.css diff --git a/Styles/Vnote_Themes/v_moonlight/v_moonlight_mermaid.css b/src/Styles/Vnote_Themes/v_moonlight/v_moonlight_mermaid.css similarity index 100% rename from Styles/Vnote_Themes/v_moonlight/v_moonlight_mermaid.css rename to src/Styles/Vnote_Themes/v_moonlight/v_moonlight_mermaid.css diff --git a/Styles/Vnote_Themes/v_native/arrow_dropdown.svg b/src/Styles/Vnote_Themes/v_native/arrow_dropdown.svg similarity index 100% rename from Styles/Vnote_Themes/v_native/arrow_dropdown.svg rename to src/Styles/Vnote_Themes/v_native/arrow_dropdown.svg diff --git a/Styles/Vnote_Themes/v_native/arrow_dropdown_disabled.svg b/src/Styles/Vnote_Themes/v_native/arrow_dropdown_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_native/arrow_dropdown_disabled.svg rename to src/Styles/Vnote_Themes/v_native/arrow_dropdown_disabled.svg diff --git a/Styles/Vnote_Themes/v_native/close.svg b/src/Styles/Vnote_Themes/v_native/close.svg similarity index 100% rename from Styles/Vnote_Themes/v_native/close.svg rename to src/Styles/Vnote_Themes/v_native/close.svg diff --git a/Styles/Vnote_Themes/v_native/close_grey.svg b/src/Styles/Vnote_Themes/v_native/close_grey.svg similarity index 100% rename from Styles/Vnote_Themes/v_native/close_grey.svg rename to src/Styles/Vnote_Themes/v_native/close_grey.svg diff --git a/Styles/Vnote_Themes/v_native/float.svg b/src/Styles/Vnote_Themes/v_native/float.svg similarity index 100% rename from Styles/Vnote_Themes/v_native/float.svg rename to src/Styles/Vnote_Themes/v_native/float.svg diff --git a/Styles/Vnote_Themes/v_native/v_native.css b/src/Styles/Vnote_Themes/v_native/v_native.css similarity index 100% rename from Styles/Vnote_Themes/v_native/v_native.css rename to src/Styles/Vnote_Themes/v_native/v_native.css diff --git a/Styles/Vnote_Themes/v_native/v_native.mdhl b/src/Styles/Vnote_Themes/v_native/v_native.mdhl similarity index 100% rename from Styles/Vnote_Themes/v_native/v_native.mdhl rename to src/Styles/Vnote_Themes/v_native/v_native.mdhl diff --git a/Styles/Vnote_Themes/v_native/v_native.palette b/src/Styles/Vnote_Themes/v_native/v_native.palette similarity index 100% rename from Styles/Vnote_Themes/v_native/v_native.palette rename to src/Styles/Vnote_Themes/v_native/v_native.palette diff --git a/Styles/Vnote_Themes/v_native/v_native.qss b/src/Styles/Vnote_Themes/v_native/v_native.qss similarity index 100% rename from Styles/Vnote_Themes/v_native/v_native.qss rename to src/Styles/Vnote_Themes/v_native/v_native.qss diff --git a/Styles/Vnote_Themes/v_native/v_native_codeblock.css b/src/Styles/Vnote_Themes/v_native/v_native_codeblock.css similarity index 100% rename from Styles/Vnote_Themes/v_native/v_native_codeblock.css rename to src/Styles/Vnote_Themes/v_native/v_native_codeblock.css diff --git a/Styles/Vnote_Themes/v_native/v_native_mermaid.css b/src/Styles/Vnote_Themes/v_native/v_native_mermaid.css similarity index 100% rename from Styles/Vnote_Themes/v_native/v_native_mermaid.css rename to src/Styles/Vnote_Themes/v_native/v_native_mermaid.css diff --git a/Styles/Vnote_Themes/v_next/arrow_dropdown.svg b/src/Styles/Vnote_Themes/v_next/arrow_dropdown.svg similarity index 100% rename from Styles/Vnote_Themes/v_next/arrow_dropdown.svg rename to src/Styles/Vnote_Themes/v_next/arrow_dropdown.svg diff --git a/Styles/Vnote_Themes/v_next/arrow_dropdown_disabled.svg b/src/Styles/Vnote_Themes/v_next/arrow_dropdown_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_next/arrow_dropdown_disabled.svg rename to src/Styles/Vnote_Themes/v_next/arrow_dropdown_disabled.svg diff --git a/Styles/Vnote_Themes/v_next/branch_closed.svg b/src/Styles/Vnote_Themes/v_next/branch_closed.svg similarity index 100% rename from Styles/Vnote_Themes/v_next/branch_closed.svg rename to src/Styles/Vnote_Themes/v_next/branch_closed.svg diff --git a/Styles/Vnote_Themes/v_next/branch_end.svg b/src/Styles/Vnote_Themes/v_next/branch_end.svg similarity index 100% rename from Styles/Vnote_Themes/v_next/branch_end.svg rename to src/Styles/Vnote_Themes/v_next/branch_end.svg diff --git a/Styles/Vnote_Themes/v_next/branch_more.svg b/src/Styles/Vnote_Themes/v_next/branch_more.svg similarity index 100% rename from Styles/Vnote_Themes/v_next/branch_more.svg rename to src/Styles/Vnote_Themes/v_next/branch_more.svg diff --git a/Styles/Vnote_Themes/v_next/branch_open.svg b/src/Styles/Vnote_Themes/v_next/branch_open.svg similarity index 100% rename from Styles/Vnote_Themes/v_next/branch_open.svg rename to src/Styles/Vnote_Themes/v_next/branch_open.svg diff --git a/Styles/Vnote_Themes/v_next/checkbox_checked.svg b/src/Styles/Vnote_Themes/v_next/checkbox_checked.svg similarity index 100% rename from Styles/Vnote_Themes/v_next/checkbox_checked.svg rename to src/Styles/Vnote_Themes/v_next/checkbox_checked.svg diff --git a/Styles/Vnote_Themes/v_next/checkbox_checked_disabled.svg b/src/Styles/Vnote_Themes/v_next/checkbox_checked_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_next/checkbox_checked_disabled.svg rename to src/Styles/Vnote_Themes/v_next/checkbox_checked_disabled.svg diff --git a/Styles/Vnote_Themes/v_next/checkbox_unchecked.svg b/src/Styles/Vnote_Themes/v_next/checkbox_unchecked.svg similarity index 100% rename from Styles/Vnote_Themes/v_next/checkbox_unchecked.svg rename to src/Styles/Vnote_Themes/v_next/checkbox_unchecked.svg diff --git a/Styles/Vnote_Themes/v_next/checkbox_unchecked_disabled.svg b/src/Styles/Vnote_Themes/v_next/checkbox_unchecked_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_next/checkbox_unchecked_disabled.svg rename to src/Styles/Vnote_Themes/v_next/checkbox_unchecked_disabled.svg diff --git a/Styles/Vnote_Themes/v_next/close.svg b/src/Styles/Vnote_Themes/v_next/close.svg similarity index 100% rename from Styles/Vnote_Themes/v_next/close.svg rename to src/Styles/Vnote_Themes/v_next/close.svg diff --git a/Styles/Vnote_Themes/v_next/close_grey.svg b/src/Styles/Vnote_Themes/v_next/close_grey.svg similarity index 100% rename from Styles/Vnote_Themes/v_next/close_grey.svg rename to src/Styles/Vnote_Themes/v_next/close_grey.svg diff --git a/Styles/Vnote_Themes/v_next/down.svg b/src/Styles/Vnote_Themes/v_next/down.svg similarity index 100% rename from Styles/Vnote_Themes/v_next/down.svg rename to src/Styles/Vnote_Themes/v_next/down.svg diff --git a/Styles/Vnote_Themes/v_next/down_disabled.svg b/src/Styles/Vnote_Themes/v_next/down_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_next/down_disabled.svg rename to src/Styles/Vnote_Themes/v_next/down_disabled.svg diff --git a/Styles/Vnote_Themes/v_next/float.svg b/src/Styles/Vnote_Themes/v_next/float.svg similarity index 100% rename from Styles/Vnote_Themes/v_next/float.svg rename to src/Styles/Vnote_Themes/v_next/float.svg diff --git a/Styles/Vnote_Themes/v_next/left.svg b/src/Styles/Vnote_Themes/v_next/left.svg similarity index 100% rename from Styles/Vnote_Themes/v_next/left.svg rename to src/Styles/Vnote_Themes/v_next/left.svg diff --git a/Styles/Vnote_Themes/v_next/left_disabled.svg b/src/Styles/Vnote_Themes/v_next/left_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_next/left_disabled.svg rename to src/Styles/Vnote_Themes/v_next/left_disabled.svg diff --git a/Styles/Vnote_Themes/v_next/line.svg b/src/Styles/Vnote_Themes/v_next/line.svg similarity index 100% rename from Styles/Vnote_Themes/v_next/line.svg rename to src/Styles/Vnote_Themes/v_next/line.svg diff --git a/Styles/Vnote_Themes/v_next/menu_checkbox.svg b/src/Styles/Vnote_Themes/v_next/menu_checkbox.svg similarity index 100% rename from Styles/Vnote_Themes/v_next/menu_checkbox.svg rename to src/Styles/Vnote_Themes/v_next/menu_checkbox.svg diff --git a/Styles/Vnote_Themes/v_next/menu_radiobutton.svg b/src/Styles/Vnote_Themes/v_next/menu_radiobutton.svg similarity index 100% rename from Styles/Vnote_Themes/v_next/menu_radiobutton.svg rename to src/Styles/Vnote_Themes/v_next/menu_radiobutton.svg diff --git a/Styles/Vnote_Themes/v_next/radiobutton_checked.svg b/src/Styles/Vnote_Themes/v_next/radiobutton_checked.svg similarity index 100% rename from Styles/Vnote_Themes/v_next/radiobutton_checked.svg rename to src/Styles/Vnote_Themes/v_next/radiobutton_checked.svg diff --git a/Styles/Vnote_Themes/v_next/radiobutton_checked_disabled.svg b/src/Styles/Vnote_Themes/v_next/radiobutton_checked_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_next/radiobutton_checked_disabled.svg rename to src/Styles/Vnote_Themes/v_next/radiobutton_checked_disabled.svg diff --git a/Styles/Vnote_Themes/v_next/radiobutton_unchecked.svg b/src/Styles/Vnote_Themes/v_next/radiobutton_unchecked.svg similarity index 100% rename from Styles/Vnote_Themes/v_next/radiobutton_unchecked.svg rename to src/Styles/Vnote_Themes/v_next/radiobutton_unchecked.svg diff --git a/Styles/Vnote_Themes/v_next/radiobutton_unchecked_disabled.svg b/src/Styles/Vnote_Themes/v_next/radiobutton_unchecked_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_next/radiobutton_unchecked_disabled.svg rename to src/Styles/Vnote_Themes/v_next/radiobutton_unchecked_disabled.svg diff --git a/Styles/Vnote_Themes/v_next/right.svg b/src/Styles/Vnote_Themes/v_next/right.svg similarity index 100% rename from Styles/Vnote_Themes/v_next/right.svg rename to src/Styles/Vnote_Themes/v_next/right.svg diff --git a/Styles/Vnote_Themes/v_next/right_disabled.svg b/src/Styles/Vnote_Themes/v_next/right_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_next/right_disabled.svg rename to src/Styles/Vnote_Themes/v_next/right_disabled.svg diff --git a/Styles/Vnote_Themes/v_next/up.svg b/src/Styles/Vnote_Themes/v_next/up.svg similarity index 100% rename from Styles/Vnote_Themes/v_next/up.svg rename to src/Styles/Vnote_Themes/v_next/up.svg diff --git a/Styles/Vnote_Themes/v_next/up_disabled.svg b/src/Styles/Vnote_Themes/v_next/up_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_next/up_disabled.svg rename to src/Styles/Vnote_Themes/v_next/up_disabled.svg diff --git a/Styles/Vnote_Themes/v_next/v_next.css b/src/Styles/Vnote_Themes/v_next/v_next.css similarity index 100% rename from Styles/Vnote_Themes/v_next/v_next.css rename to src/Styles/Vnote_Themes/v_next/v_next.css diff --git a/Styles/Vnote_Themes/v_next/v_next.mdhl b/src/Styles/Vnote_Themes/v_next/v_next.mdhl similarity index 100% rename from Styles/Vnote_Themes/v_next/v_next.mdhl rename to src/Styles/Vnote_Themes/v_next/v_next.mdhl diff --git a/Styles/Vnote_Themes/v_next/v_next.palette b/src/Styles/Vnote_Themes/v_next/v_next.palette similarity index 100% rename from Styles/Vnote_Themes/v_next/v_next.palette rename to src/Styles/Vnote_Themes/v_next/v_next.palette diff --git a/Styles/Vnote_Themes/v_next/v_next.qss b/src/Styles/Vnote_Themes/v_next/v_next.qss similarity index 100% rename from Styles/Vnote_Themes/v_next/v_next.qss rename to src/Styles/Vnote_Themes/v_next/v_next.qss diff --git a/Styles/Vnote_Themes/v_next/v_next_codeblock.css b/src/Styles/Vnote_Themes/v_next/v_next_codeblock.css similarity index 100% rename from Styles/Vnote_Themes/v_next/v_next_codeblock.css rename to src/Styles/Vnote_Themes/v_next/v_next_codeblock.css diff --git a/Styles/Vnote_Themes/v_next/v_next_mermaid.css b/src/Styles/Vnote_Themes/v_next/v_next_mermaid.css similarity index 100% rename from Styles/Vnote_Themes/v_next/v_next_mermaid.css rename to src/Styles/Vnote_Themes/v_next/v_next_mermaid.css diff --git a/Styles/Vnote_Themes/v_pure/arrow_dropdown.svg b/src/Styles/Vnote_Themes/v_pure/arrow_dropdown.svg similarity index 100% rename from Styles/Vnote_Themes/v_pure/arrow_dropdown.svg rename to src/Styles/Vnote_Themes/v_pure/arrow_dropdown.svg diff --git a/Styles/Vnote_Themes/v_pure/arrow_dropdown_disabled.svg b/src/Styles/Vnote_Themes/v_pure/arrow_dropdown_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_pure/arrow_dropdown_disabled.svg rename to src/Styles/Vnote_Themes/v_pure/arrow_dropdown_disabled.svg diff --git a/Styles/Vnote_Themes/v_pure/branch_closed.svg b/src/Styles/Vnote_Themes/v_pure/branch_closed.svg similarity index 100% rename from Styles/Vnote_Themes/v_pure/branch_closed.svg rename to src/Styles/Vnote_Themes/v_pure/branch_closed.svg diff --git a/Styles/Vnote_Themes/v_pure/branch_end.svg b/src/Styles/Vnote_Themes/v_pure/branch_end.svg similarity index 100% rename from Styles/Vnote_Themes/v_pure/branch_end.svg rename to src/Styles/Vnote_Themes/v_pure/branch_end.svg diff --git a/Styles/Vnote_Themes/v_pure/branch_more.svg b/src/Styles/Vnote_Themes/v_pure/branch_more.svg similarity index 100% rename from Styles/Vnote_Themes/v_pure/branch_more.svg rename to src/Styles/Vnote_Themes/v_pure/branch_more.svg diff --git a/Styles/Vnote_Themes/v_pure/branch_open.svg b/src/Styles/Vnote_Themes/v_pure/branch_open.svg similarity index 100% rename from Styles/Vnote_Themes/v_pure/branch_open.svg rename to src/Styles/Vnote_Themes/v_pure/branch_open.svg diff --git a/Styles/Vnote_Themes/v_pure/checkbox_checked.svg b/src/Styles/Vnote_Themes/v_pure/checkbox_checked.svg similarity index 100% rename from Styles/Vnote_Themes/v_pure/checkbox_checked.svg rename to src/Styles/Vnote_Themes/v_pure/checkbox_checked.svg diff --git a/Styles/Vnote_Themes/v_pure/checkbox_checked_disabled.svg b/src/Styles/Vnote_Themes/v_pure/checkbox_checked_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_pure/checkbox_checked_disabled.svg rename to src/Styles/Vnote_Themes/v_pure/checkbox_checked_disabled.svg diff --git a/Styles/Vnote_Themes/v_pure/checkbox_unchecked.svg b/src/Styles/Vnote_Themes/v_pure/checkbox_unchecked.svg similarity index 100% rename from Styles/Vnote_Themes/v_pure/checkbox_unchecked.svg rename to src/Styles/Vnote_Themes/v_pure/checkbox_unchecked.svg diff --git a/Styles/Vnote_Themes/v_pure/checkbox_unchecked_disabled.svg b/src/Styles/Vnote_Themes/v_pure/checkbox_unchecked_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_pure/checkbox_unchecked_disabled.svg rename to src/Styles/Vnote_Themes/v_pure/checkbox_unchecked_disabled.svg diff --git a/Styles/Vnote_Themes/v_pure/close.svg b/src/Styles/Vnote_Themes/v_pure/close.svg similarity index 100% rename from Styles/Vnote_Themes/v_pure/close.svg rename to src/Styles/Vnote_Themes/v_pure/close.svg diff --git a/Styles/Vnote_Themes/v_pure/close_grey.svg b/src/Styles/Vnote_Themes/v_pure/close_grey.svg similarity index 100% rename from Styles/Vnote_Themes/v_pure/close_grey.svg rename to src/Styles/Vnote_Themes/v_pure/close_grey.svg diff --git a/Styles/Vnote_Themes/v_pure/down.svg b/src/Styles/Vnote_Themes/v_pure/down.svg similarity index 100% rename from Styles/Vnote_Themes/v_pure/down.svg rename to src/Styles/Vnote_Themes/v_pure/down.svg diff --git a/Styles/Vnote_Themes/v_pure/down_disabled.svg b/src/Styles/Vnote_Themes/v_pure/down_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_pure/down_disabled.svg rename to src/Styles/Vnote_Themes/v_pure/down_disabled.svg diff --git a/Styles/Vnote_Themes/v_pure/float.svg b/src/Styles/Vnote_Themes/v_pure/float.svg similarity index 100% rename from Styles/Vnote_Themes/v_pure/float.svg rename to src/Styles/Vnote_Themes/v_pure/float.svg diff --git a/Styles/Vnote_Themes/v_pure/left.svg b/src/Styles/Vnote_Themes/v_pure/left.svg similarity index 100% rename from Styles/Vnote_Themes/v_pure/left.svg rename to src/Styles/Vnote_Themes/v_pure/left.svg diff --git a/Styles/Vnote_Themes/v_pure/left_disabled.svg b/src/Styles/Vnote_Themes/v_pure/left_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_pure/left_disabled.svg rename to src/Styles/Vnote_Themes/v_pure/left_disabled.svg diff --git a/Styles/Vnote_Themes/v_pure/line.svg b/src/Styles/Vnote_Themes/v_pure/line.svg similarity index 100% rename from Styles/Vnote_Themes/v_pure/line.svg rename to src/Styles/Vnote_Themes/v_pure/line.svg diff --git a/Styles/Vnote_Themes/v_pure/menu_checkbox.svg b/src/Styles/Vnote_Themes/v_pure/menu_checkbox.svg similarity index 100% rename from Styles/Vnote_Themes/v_pure/menu_checkbox.svg rename to src/Styles/Vnote_Themes/v_pure/menu_checkbox.svg diff --git a/Styles/Vnote_Themes/v_pure/menu_radiobutton.svg b/src/Styles/Vnote_Themes/v_pure/menu_radiobutton.svg similarity index 100% rename from Styles/Vnote_Themes/v_pure/menu_radiobutton.svg rename to src/Styles/Vnote_Themes/v_pure/menu_radiobutton.svg diff --git a/Styles/Vnote_Themes/v_pure/radiobutton_checked.svg b/src/Styles/Vnote_Themes/v_pure/radiobutton_checked.svg similarity index 100% rename from Styles/Vnote_Themes/v_pure/radiobutton_checked.svg rename to src/Styles/Vnote_Themes/v_pure/radiobutton_checked.svg diff --git a/Styles/Vnote_Themes/v_pure/radiobutton_checked_disabled.svg b/src/Styles/Vnote_Themes/v_pure/radiobutton_checked_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_pure/radiobutton_checked_disabled.svg rename to src/Styles/Vnote_Themes/v_pure/radiobutton_checked_disabled.svg diff --git a/Styles/Vnote_Themes/v_pure/radiobutton_unchecked.svg b/src/Styles/Vnote_Themes/v_pure/radiobutton_unchecked.svg similarity index 100% rename from Styles/Vnote_Themes/v_pure/radiobutton_unchecked.svg rename to src/Styles/Vnote_Themes/v_pure/radiobutton_unchecked.svg diff --git a/Styles/Vnote_Themes/v_pure/radiobutton_unchecked_disabled.svg b/src/Styles/Vnote_Themes/v_pure/radiobutton_unchecked_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_pure/radiobutton_unchecked_disabled.svg rename to src/Styles/Vnote_Themes/v_pure/radiobutton_unchecked_disabled.svg diff --git a/Styles/Vnote_Themes/v_pure/right.svg b/src/Styles/Vnote_Themes/v_pure/right.svg similarity index 100% rename from Styles/Vnote_Themes/v_pure/right.svg rename to src/Styles/Vnote_Themes/v_pure/right.svg diff --git a/Styles/Vnote_Themes/v_pure/right_disabled.svg b/src/Styles/Vnote_Themes/v_pure/right_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_pure/right_disabled.svg rename to src/Styles/Vnote_Themes/v_pure/right_disabled.svg diff --git a/Styles/Vnote_Themes/v_pure/up.svg b/src/Styles/Vnote_Themes/v_pure/up.svg similarity index 100% rename from Styles/Vnote_Themes/v_pure/up.svg rename to src/Styles/Vnote_Themes/v_pure/up.svg diff --git a/Styles/Vnote_Themes/v_pure/up_disabled.svg b/src/Styles/Vnote_Themes/v_pure/up_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_pure/up_disabled.svg rename to src/Styles/Vnote_Themes/v_pure/up_disabled.svg diff --git a/Styles/Vnote_Themes/v_pure/v_pure.css b/src/Styles/Vnote_Themes/v_pure/v_pure.css similarity index 100% rename from Styles/Vnote_Themes/v_pure/v_pure.css rename to src/Styles/Vnote_Themes/v_pure/v_pure.css diff --git a/Styles/Vnote_Themes/v_pure/v_pure.mdhl b/src/Styles/Vnote_Themes/v_pure/v_pure.mdhl similarity index 100% rename from Styles/Vnote_Themes/v_pure/v_pure.mdhl rename to src/Styles/Vnote_Themes/v_pure/v_pure.mdhl diff --git a/Styles/Vnote_Themes/v_pure/v_pure.palette b/src/Styles/Vnote_Themes/v_pure/v_pure.palette similarity index 100% rename from Styles/Vnote_Themes/v_pure/v_pure.palette rename to src/Styles/Vnote_Themes/v_pure/v_pure.palette diff --git a/Styles/Vnote_Themes/v_pure/v_pure.qss b/src/Styles/Vnote_Themes/v_pure/v_pure.qss similarity index 100% rename from Styles/Vnote_Themes/v_pure/v_pure.qss rename to src/Styles/Vnote_Themes/v_pure/v_pure.qss diff --git a/Styles/Vnote_Themes/v_pure/v_pure_codeblock.css b/src/Styles/Vnote_Themes/v_pure/v_pure_codeblock.css similarity index 100% rename from Styles/Vnote_Themes/v_pure/v_pure_codeblock.css rename to src/Styles/Vnote_Themes/v_pure/v_pure_codeblock.css diff --git a/Styles/Vnote_Themes/v_pure/v_pure_mermaid.css b/src/Styles/Vnote_Themes/v_pure/v_pure_mermaid.css similarity index 100% rename from Styles/Vnote_Themes/v_pure/v_pure_mermaid.css rename to src/Styles/Vnote_Themes/v_pure/v_pure_mermaid.css diff --git a/Styles/Vnote_Themes/v_simple/arrow_dropdown.svg b/src/Styles/Vnote_Themes/v_simple/arrow_dropdown.svg similarity index 100% rename from Styles/Vnote_Themes/v_simple/arrow_dropdown.svg rename to src/Styles/Vnote_Themes/v_simple/arrow_dropdown.svg diff --git a/Styles/Vnote_Themes/v_simple/arrow_dropdown_disabled.svg b/src/Styles/Vnote_Themes/v_simple/arrow_dropdown_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_simple/arrow_dropdown_disabled.svg rename to src/Styles/Vnote_Themes/v_simple/arrow_dropdown_disabled.svg diff --git a/Styles/Vnote_Themes/v_simple/branch_closed.svg b/src/Styles/Vnote_Themes/v_simple/branch_closed.svg similarity index 100% rename from Styles/Vnote_Themes/v_simple/branch_closed.svg rename to src/Styles/Vnote_Themes/v_simple/branch_closed.svg diff --git a/Styles/Vnote_Themes/v_simple/branch_end.svg b/src/Styles/Vnote_Themes/v_simple/branch_end.svg similarity index 100% rename from Styles/Vnote_Themes/v_simple/branch_end.svg rename to src/Styles/Vnote_Themes/v_simple/branch_end.svg diff --git a/Styles/Vnote_Themes/v_simple/branch_more.svg b/src/Styles/Vnote_Themes/v_simple/branch_more.svg similarity index 100% rename from Styles/Vnote_Themes/v_simple/branch_more.svg rename to src/Styles/Vnote_Themes/v_simple/branch_more.svg diff --git a/Styles/Vnote_Themes/v_simple/branch_open.svg b/src/Styles/Vnote_Themes/v_simple/branch_open.svg similarity index 100% rename from Styles/Vnote_Themes/v_simple/branch_open.svg rename to src/Styles/Vnote_Themes/v_simple/branch_open.svg diff --git a/Styles/Vnote_Themes/v_simple/checkbox_checked.svg b/src/Styles/Vnote_Themes/v_simple/checkbox_checked.svg similarity index 100% rename from Styles/Vnote_Themes/v_simple/checkbox_checked.svg rename to src/Styles/Vnote_Themes/v_simple/checkbox_checked.svg diff --git a/Styles/Vnote_Themes/v_simple/checkbox_checked_disabled.svg b/src/Styles/Vnote_Themes/v_simple/checkbox_checked_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_simple/checkbox_checked_disabled.svg rename to src/Styles/Vnote_Themes/v_simple/checkbox_checked_disabled.svg diff --git a/Styles/Vnote_Themes/v_simple/checkbox_unchecked.svg b/src/Styles/Vnote_Themes/v_simple/checkbox_unchecked.svg similarity index 100% rename from Styles/Vnote_Themes/v_simple/checkbox_unchecked.svg rename to src/Styles/Vnote_Themes/v_simple/checkbox_unchecked.svg diff --git a/Styles/Vnote_Themes/v_simple/checkbox_unchecked_disabled.svg b/src/Styles/Vnote_Themes/v_simple/checkbox_unchecked_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_simple/checkbox_unchecked_disabled.svg rename to src/Styles/Vnote_Themes/v_simple/checkbox_unchecked_disabled.svg diff --git a/Styles/Vnote_Themes/v_simple/close.svg b/src/Styles/Vnote_Themes/v_simple/close.svg similarity index 100% rename from Styles/Vnote_Themes/v_simple/close.svg rename to src/Styles/Vnote_Themes/v_simple/close.svg diff --git a/Styles/Vnote_Themes/v_simple/close_grey.svg b/src/Styles/Vnote_Themes/v_simple/close_grey.svg similarity index 100% rename from Styles/Vnote_Themes/v_simple/close_grey.svg rename to src/Styles/Vnote_Themes/v_simple/close_grey.svg diff --git a/Styles/Vnote_Themes/v_simple/down.svg b/src/Styles/Vnote_Themes/v_simple/down.svg similarity index 100% rename from Styles/Vnote_Themes/v_simple/down.svg rename to src/Styles/Vnote_Themes/v_simple/down.svg diff --git a/Styles/Vnote_Themes/v_simple/down_disabled.svg b/src/Styles/Vnote_Themes/v_simple/down_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_simple/down_disabled.svg rename to src/Styles/Vnote_Themes/v_simple/down_disabled.svg diff --git a/Styles/Vnote_Themes/v_simple/float.svg b/src/Styles/Vnote_Themes/v_simple/float.svg similarity index 100% rename from Styles/Vnote_Themes/v_simple/float.svg rename to src/Styles/Vnote_Themes/v_simple/float.svg diff --git a/Styles/Vnote_Themes/v_simple/left.svg b/src/Styles/Vnote_Themes/v_simple/left.svg similarity index 100% rename from Styles/Vnote_Themes/v_simple/left.svg rename to src/Styles/Vnote_Themes/v_simple/left.svg diff --git a/Styles/Vnote_Themes/v_simple/left_disabled.svg b/src/Styles/Vnote_Themes/v_simple/left_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_simple/left_disabled.svg rename to src/Styles/Vnote_Themes/v_simple/left_disabled.svg diff --git a/Styles/Vnote_Themes/v_simple/line.svg b/src/Styles/Vnote_Themes/v_simple/line.svg similarity index 100% rename from Styles/Vnote_Themes/v_simple/line.svg rename to src/Styles/Vnote_Themes/v_simple/line.svg diff --git a/Styles/Vnote_Themes/v_simple/menu_checkbox.svg b/src/Styles/Vnote_Themes/v_simple/menu_checkbox.svg similarity index 100% rename from Styles/Vnote_Themes/v_simple/menu_checkbox.svg rename to src/Styles/Vnote_Themes/v_simple/menu_checkbox.svg diff --git a/Styles/Vnote_Themes/v_simple/menu_radiobutton.svg b/src/Styles/Vnote_Themes/v_simple/menu_radiobutton.svg similarity index 100% rename from Styles/Vnote_Themes/v_simple/menu_radiobutton.svg rename to src/Styles/Vnote_Themes/v_simple/menu_radiobutton.svg diff --git a/Styles/Vnote_Themes/v_simple/radiobutton_checked.svg b/src/Styles/Vnote_Themes/v_simple/radiobutton_checked.svg similarity index 100% rename from Styles/Vnote_Themes/v_simple/radiobutton_checked.svg rename to src/Styles/Vnote_Themes/v_simple/radiobutton_checked.svg diff --git a/Styles/Vnote_Themes/v_simple/radiobutton_checked_disabled.svg b/src/Styles/Vnote_Themes/v_simple/radiobutton_checked_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_simple/radiobutton_checked_disabled.svg rename to src/Styles/Vnote_Themes/v_simple/radiobutton_checked_disabled.svg diff --git a/Styles/Vnote_Themes/v_simple/radiobutton_unchecked.svg b/src/Styles/Vnote_Themes/v_simple/radiobutton_unchecked.svg similarity index 100% rename from Styles/Vnote_Themes/v_simple/radiobutton_unchecked.svg rename to src/Styles/Vnote_Themes/v_simple/radiobutton_unchecked.svg diff --git a/Styles/Vnote_Themes/v_simple/radiobutton_unchecked_disabled.svg b/src/Styles/Vnote_Themes/v_simple/radiobutton_unchecked_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_simple/radiobutton_unchecked_disabled.svg rename to src/Styles/Vnote_Themes/v_simple/radiobutton_unchecked_disabled.svg diff --git a/Styles/Vnote_Themes/v_simple/right.svg b/src/Styles/Vnote_Themes/v_simple/right.svg similarity index 100% rename from Styles/Vnote_Themes/v_simple/right.svg rename to src/Styles/Vnote_Themes/v_simple/right.svg diff --git a/Styles/Vnote_Themes/v_simple/right_disabled.svg b/src/Styles/Vnote_Themes/v_simple/right_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_simple/right_disabled.svg rename to src/Styles/Vnote_Themes/v_simple/right_disabled.svg diff --git a/Styles/Vnote_Themes/v_simple/up.svg b/src/Styles/Vnote_Themes/v_simple/up.svg similarity index 100% rename from Styles/Vnote_Themes/v_simple/up.svg rename to src/Styles/Vnote_Themes/v_simple/up.svg diff --git a/Styles/Vnote_Themes/v_simple/up_disabled.svg b/src/Styles/Vnote_Themes/v_simple/up_disabled.svg similarity index 100% rename from Styles/Vnote_Themes/v_simple/up_disabled.svg rename to src/Styles/Vnote_Themes/v_simple/up_disabled.svg diff --git a/Styles/Vnote_Themes/v_simple/v_simple.css b/src/Styles/Vnote_Themes/v_simple/v_simple.css similarity index 100% rename from Styles/Vnote_Themes/v_simple/v_simple.css rename to src/Styles/Vnote_Themes/v_simple/v_simple.css diff --git a/Styles/Vnote_Themes/v_simple/v_simple.mdhl b/src/Styles/Vnote_Themes/v_simple/v_simple.mdhl similarity index 100% rename from Styles/Vnote_Themes/v_simple/v_simple.mdhl rename to src/Styles/Vnote_Themes/v_simple/v_simple.mdhl diff --git a/Styles/Vnote_Themes/v_simple/v_simple.palette b/src/Styles/Vnote_Themes/v_simple/v_simple.palette similarity index 100% rename from Styles/Vnote_Themes/v_simple/v_simple.palette rename to src/Styles/Vnote_Themes/v_simple/v_simple.palette diff --git a/Styles/Vnote_Themes/v_simple/v_simple.qss b/src/Styles/Vnote_Themes/v_simple/v_simple.qss similarity index 100% rename from Styles/Vnote_Themes/v_simple/v_simple.qss rename to src/Styles/Vnote_Themes/v_simple/v_simple.qss diff --git a/Styles/Vnote_Themes/v_simple/v_simple_codeblock.css b/src/Styles/Vnote_Themes/v_simple/v_simple_codeblock.css similarity index 100% rename from Styles/Vnote_Themes/v_simple/v_simple_codeblock.css rename to src/Styles/Vnote_Themes/v_simple/v_simple_codeblock.css diff --git a/Styles/Vnote_Themes/v_simple/v_simple_mermaid.css b/src/Styles/Vnote_Themes/v_simple/v_simple_mermaid.css similarity index 100% rename from Styles/Vnote_Themes/v_simple/v_simple_mermaid.css rename to src/Styles/Vnote_Themes/v_simple/v_simple_mermaid.css diff --git a/Styles/catfish.css b/src/Styles/catfish.css similarity index 100% rename from Styles/catfish.css rename to src/Styles/catfish.css diff --git a/Styles/dracula.css b/src/Styles/dracula.css similarity index 100% rename from Styles/dracula.css rename to src/Styles/dracula.css diff --git a/Styles/gitOrgWrapped.css b/src/Styles/gitOrgWrapped.css similarity index 100% rename from Styles/gitOrgWrapped.css rename to src/Styles/gitOrgWrapped.css diff --git a/Styles/gitOrgWrappedMathJax.css b/src/Styles/gitOrgWrappedMathJax.css similarity index 100% rename from Styles/gitOrgWrappedMathJax.css rename to src/Styles/gitOrgWrappedMathJax.css diff --git a/Styles/github-pandoc.css b/src/Styles/github-pandoc.css similarity index 100% rename from Styles/github-pandoc.css rename to src/Styles/github-pandoc.css diff --git a/Styles/iamccoGithub.css b/src/Styles/iamccoGithub.css similarity index 100% rename from Styles/iamccoGithub.css rename to src/Styles/iamccoGithub.css diff --git a/Styles/iamccoGithubDraculaWrapped.css b/src/Styles/iamccoGithubDraculaWrapped.css similarity index 100% rename from Styles/iamccoGithubDraculaWrapped.css rename to src/Styles/iamccoGithubDraculaWrapped.css diff --git a/Styles/jekyllTypora.css b/src/Styles/jekyllTypora.css similarity index 100% rename from Styles/jekyllTypora.css rename to src/Styles/jekyllTypora.css diff --git a/Styles/pandoc.css b/src/Styles/pandoc.css similarity index 100% rename from Styles/pandoc.css rename to src/Styles/pandoc.css diff --git a/Styles/pandocoffic.css b/src/Styles/pandocoffic.css similarity index 100% rename from Styles/pandocoffic.css rename to src/Styles/pandocoffic.css diff --git a/bin/NoteFind.sh b/src/bin/NoteFind.sh similarity index 100% rename from bin/NoteFind.sh rename to src/bin/NoteFind.sh diff --git a/bin/NoteRecollSearch.sh b/src/bin/NoteRecollSearch.sh similarity index 100% rename from bin/NoteRecollSearch.sh rename to src/bin/NoteRecollSearch.sh diff --git a/bin/cadmus b/src/bin/cadmus similarity index 100% rename from bin/cadmus rename to src/bin/cadmus diff --git a/bin/makeConfig.bash b/src/bin/makeConfig.bash similarity index 100% rename from bin/makeConfig.bash rename to src/bin/makeConfig.bash diff --git a/bin/resources/pandoc.css b/src/bin/resources/pandoc.css similarity index 100% rename from bin/resources/pandoc.css rename to src/bin/resources/pandoc.css diff --git a/bin/tags/FilterNotesByTMSUTag.sh b/src/bin/tags/FilterNotesByTMSUTag.sh similarity index 100% rename from bin/tags/FilterNotesByTMSUTag.sh rename to src/bin/tags/FilterNotesByTMSUTag.sh diff --git a/bin/tags/ListTags.R b/src/bin/tags/ListTags.R similarity index 100% rename from bin/tags/ListTags.R rename to src/bin/tags/ListTags.R diff --git a/bin/tags/README.org b/src/bin/tags/README.org similarity index 100% rename from bin/tags/README.org rename to src/bin/tags/README.org diff --git a/bin/tags/YamltoTMSU.R b/src/bin/tags/YamltoTMSU.R similarity index 100% rename from bin/tags/YamltoTMSU.R rename to src/bin/tags/YamltoTMSU.R diff --git a/bin/tags/hashtags.sh b/src/bin/tags/hashtags.sh similarity index 100% rename from bin/tags/hashtags.sh rename to src/bin/tags/hashtags.sh diff --git a/bin/tags/node_modules/.bin/esparse b/src/bin/tags/node_modules/.bin/esparse similarity index 100% rename from bin/tags/node_modules/.bin/esparse rename to src/bin/tags/node_modules/.bin/esparse diff --git a/bin/tags/node_modules/.bin/esvalidate b/src/bin/tags/node_modules/.bin/esvalidate similarity index 100% rename from bin/tags/node_modules/.bin/esvalidate rename to src/bin/tags/node_modules/.bin/esvalidate diff --git a/bin/tags/node_modules/.bin/js-yaml b/src/bin/tags/node_modules/.bin/js-yaml similarity index 100% rename from bin/tags/node_modules/.bin/js-yaml rename to src/bin/tags/node_modules/.bin/js-yaml diff --git a/bin/tags/node_modules/.bin/yaml-front-matter b/src/bin/tags/node_modules/.bin/yaml-front-matter similarity index 100% rename from bin/tags/node_modules/.bin/yaml-front-matter rename to src/bin/tags/node_modules/.bin/yaml-front-matter diff --git a/bin/tags/node_modules/argparse/CHANGELOG.md b/src/bin/tags/node_modules/argparse/CHANGELOG.md similarity index 100% rename from bin/tags/node_modules/argparse/CHANGELOG.md rename to src/bin/tags/node_modules/argparse/CHANGELOG.md diff --git a/bin/tags/node_modules/argparse/LICENSE b/src/bin/tags/node_modules/argparse/LICENSE similarity index 100% rename from bin/tags/node_modules/argparse/LICENSE rename to src/bin/tags/node_modules/argparse/LICENSE diff --git a/bin/tags/node_modules/argparse/README.md b/src/bin/tags/node_modules/argparse/README.md similarity index 100% rename from bin/tags/node_modules/argparse/README.md rename to src/bin/tags/node_modules/argparse/README.md diff --git a/bin/tags/node_modules/argparse/index.js b/src/bin/tags/node_modules/argparse/index.js similarity index 100% rename from bin/tags/node_modules/argparse/index.js rename to src/bin/tags/node_modules/argparse/index.js diff --git a/bin/tags/node_modules/argparse/lib/action.js b/src/bin/tags/node_modules/argparse/lib/action.js similarity index 100% rename from bin/tags/node_modules/argparse/lib/action.js rename to src/bin/tags/node_modules/argparse/lib/action.js diff --git a/bin/tags/node_modules/argparse/lib/action/append.js b/src/bin/tags/node_modules/argparse/lib/action/append.js similarity index 100% rename from bin/tags/node_modules/argparse/lib/action/append.js rename to src/bin/tags/node_modules/argparse/lib/action/append.js diff --git a/bin/tags/node_modules/argparse/lib/action/append/constant.js b/src/bin/tags/node_modules/argparse/lib/action/append/constant.js similarity index 100% rename from bin/tags/node_modules/argparse/lib/action/append/constant.js rename to src/bin/tags/node_modules/argparse/lib/action/append/constant.js diff --git a/bin/tags/node_modules/argparse/lib/action/count.js b/src/bin/tags/node_modules/argparse/lib/action/count.js similarity index 100% rename from bin/tags/node_modules/argparse/lib/action/count.js rename to src/bin/tags/node_modules/argparse/lib/action/count.js diff --git a/bin/tags/node_modules/argparse/lib/action/help.js b/src/bin/tags/node_modules/argparse/lib/action/help.js similarity index 100% rename from bin/tags/node_modules/argparse/lib/action/help.js rename to src/bin/tags/node_modules/argparse/lib/action/help.js diff --git a/bin/tags/node_modules/argparse/lib/action/store.js b/src/bin/tags/node_modules/argparse/lib/action/store.js similarity index 100% rename from bin/tags/node_modules/argparse/lib/action/store.js rename to src/bin/tags/node_modules/argparse/lib/action/store.js diff --git a/bin/tags/node_modules/argparse/lib/action/store/constant.js b/src/bin/tags/node_modules/argparse/lib/action/store/constant.js similarity index 100% rename from bin/tags/node_modules/argparse/lib/action/store/constant.js rename to src/bin/tags/node_modules/argparse/lib/action/store/constant.js diff --git a/bin/tags/node_modules/argparse/lib/action/store/false.js b/src/bin/tags/node_modules/argparse/lib/action/store/false.js similarity index 100% rename from bin/tags/node_modules/argparse/lib/action/store/false.js rename to src/bin/tags/node_modules/argparse/lib/action/store/false.js diff --git a/bin/tags/node_modules/argparse/lib/action/store/true.js b/src/bin/tags/node_modules/argparse/lib/action/store/true.js similarity index 100% rename from bin/tags/node_modules/argparse/lib/action/store/true.js rename to src/bin/tags/node_modules/argparse/lib/action/store/true.js diff --git a/bin/tags/node_modules/argparse/lib/action/subparsers.js b/src/bin/tags/node_modules/argparse/lib/action/subparsers.js similarity index 100% rename from bin/tags/node_modules/argparse/lib/action/subparsers.js rename to src/bin/tags/node_modules/argparse/lib/action/subparsers.js diff --git a/bin/tags/node_modules/argparse/lib/action/version.js b/src/bin/tags/node_modules/argparse/lib/action/version.js similarity index 100% rename from bin/tags/node_modules/argparse/lib/action/version.js rename to src/bin/tags/node_modules/argparse/lib/action/version.js diff --git a/bin/tags/node_modules/argparse/lib/action_container.js b/src/bin/tags/node_modules/argparse/lib/action_container.js similarity index 100% rename from bin/tags/node_modules/argparse/lib/action_container.js rename to src/bin/tags/node_modules/argparse/lib/action_container.js diff --git a/bin/tags/node_modules/argparse/lib/argparse.js b/src/bin/tags/node_modules/argparse/lib/argparse.js similarity index 100% rename from bin/tags/node_modules/argparse/lib/argparse.js rename to src/bin/tags/node_modules/argparse/lib/argparse.js diff --git a/bin/tags/node_modules/argparse/lib/argument/error.js b/src/bin/tags/node_modules/argparse/lib/argument/error.js similarity index 100% rename from bin/tags/node_modules/argparse/lib/argument/error.js rename to src/bin/tags/node_modules/argparse/lib/argument/error.js diff --git a/bin/tags/node_modules/argparse/lib/argument/exclusive.js b/src/bin/tags/node_modules/argparse/lib/argument/exclusive.js similarity index 100% rename from bin/tags/node_modules/argparse/lib/argument/exclusive.js rename to src/bin/tags/node_modules/argparse/lib/argument/exclusive.js diff --git a/bin/tags/node_modules/argparse/lib/argument/group.js b/src/bin/tags/node_modules/argparse/lib/argument/group.js similarity index 100% rename from bin/tags/node_modules/argparse/lib/argument/group.js rename to src/bin/tags/node_modules/argparse/lib/argument/group.js diff --git a/bin/tags/node_modules/argparse/lib/argument_parser.js b/src/bin/tags/node_modules/argparse/lib/argument_parser.js similarity index 100% rename from bin/tags/node_modules/argparse/lib/argument_parser.js rename to src/bin/tags/node_modules/argparse/lib/argument_parser.js diff --git a/bin/tags/node_modules/argparse/lib/const.js b/src/bin/tags/node_modules/argparse/lib/const.js similarity index 100% rename from bin/tags/node_modules/argparse/lib/const.js rename to src/bin/tags/node_modules/argparse/lib/const.js diff --git a/bin/tags/node_modules/argparse/lib/help/added_formatters.js b/src/bin/tags/node_modules/argparse/lib/help/added_formatters.js similarity index 100% rename from bin/tags/node_modules/argparse/lib/help/added_formatters.js rename to src/bin/tags/node_modules/argparse/lib/help/added_formatters.js diff --git a/bin/tags/node_modules/argparse/lib/help/formatter.js b/src/bin/tags/node_modules/argparse/lib/help/formatter.js similarity index 100% rename from bin/tags/node_modules/argparse/lib/help/formatter.js rename to src/bin/tags/node_modules/argparse/lib/help/formatter.js diff --git a/bin/tags/node_modules/argparse/lib/namespace.js b/src/bin/tags/node_modules/argparse/lib/namespace.js similarity index 100% rename from bin/tags/node_modules/argparse/lib/namespace.js rename to src/bin/tags/node_modules/argparse/lib/namespace.js diff --git a/bin/tags/node_modules/argparse/lib/utils.js b/src/bin/tags/node_modules/argparse/lib/utils.js similarity index 100% rename from bin/tags/node_modules/argparse/lib/utils.js rename to src/bin/tags/node_modules/argparse/lib/utils.js diff --git a/bin/tags/node_modules/argparse/package.json b/src/bin/tags/node_modules/argparse/package.json similarity index 100% rename from bin/tags/node_modules/argparse/package.json rename to src/bin/tags/node_modules/argparse/package.json diff --git a/bin/tags/node_modules/balanced-match/.npmignore b/src/bin/tags/node_modules/balanced-match/.npmignore similarity index 100% rename from bin/tags/node_modules/balanced-match/.npmignore rename to src/bin/tags/node_modules/balanced-match/.npmignore diff --git a/bin/tags/node_modules/balanced-match/LICENSE.md b/src/bin/tags/node_modules/balanced-match/LICENSE.md similarity index 100% rename from bin/tags/node_modules/balanced-match/LICENSE.md rename to src/bin/tags/node_modules/balanced-match/LICENSE.md diff --git a/bin/tags/node_modules/balanced-match/README.md b/src/bin/tags/node_modules/balanced-match/README.md similarity index 100% rename from bin/tags/node_modules/balanced-match/README.md rename to src/bin/tags/node_modules/balanced-match/README.md diff --git a/bin/tags/node_modules/balanced-match/index.js b/src/bin/tags/node_modules/balanced-match/index.js similarity index 100% rename from bin/tags/node_modules/balanced-match/index.js rename to src/bin/tags/node_modules/balanced-match/index.js diff --git a/bin/tags/node_modules/balanced-match/package.json b/src/bin/tags/node_modules/balanced-match/package.json similarity index 100% rename from bin/tags/node_modules/balanced-match/package.json rename to src/bin/tags/node_modules/balanced-match/package.json diff --git a/bin/tags/node_modules/brace-expansion/LICENSE b/src/bin/tags/node_modules/brace-expansion/LICENSE similarity index 100% rename from bin/tags/node_modules/brace-expansion/LICENSE rename to src/bin/tags/node_modules/brace-expansion/LICENSE diff --git a/bin/tags/node_modules/brace-expansion/README.md b/src/bin/tags/node_modules/brace-expansion/README.md similarity index 100% rename from bin/tags/node_modules/brace-expansion/README.md rename to src/bin/tags/node_modules/brace-expansion/README.md diff --git a/bin/tags/node_modules/brace-expansion/index.js b/src/bin/tags/node_modules/brace-expansion/index.js similarity index 100% rename from bin/tags/node_modules/brace-expansion/index.js rename to src/bin/tags/node_modules/brace-expansion/index.js diff --git a/bin/tags/node_modules/brace-expansion/package.json b/src/bin/tags/node_modules/brace-expansion/package.json similarity index 100% rename from bin/tags/node_modules/brace-expansion/package.json rename to src/bin/tags/node_modules/brace-expansion/package.json diff --git a/bin/tags/node_modules/commander/CHANGELOG.md b/src/bin/tags/node_modules/commander/CHANGELOG.md similarity index 100% rename from bin/tags/node_modules/commander/CHANGELOG.md rename to src/bin/tags/node_modules/commander/CHANGELOG.md diff --git a/bin/tags/node_modules/commander/LICENSE b/src/bin/tags/node_modules/commander/LICENSE similarity index 100% rename from bin/tags/node_modules/commander/LICENSE rename to src/bin/tags/node_modules/commander/LICENSE diff --git a/bin/tags/node_modules/commander/Readme.md b/src/bin/tags/node_modules/commander/Readme.md similarity index 100% rename from bin/tags/node_modules/commander/Readme.md rename to src/bin/tags/node_modules/commander/Readme.md diff --git a/bin/tags/node_modules/commander/index.js b/src/bin/tags/node_modules/commander/index.js similarity index 100% rename from bin/tags/node_modules/commander/index.js rename to src/bin/tags/node_modules/commander/index.js diff --git a/bin/tags/node_modules/commander/package.json b/src/bin/tags/node_modules/commander/package.json similarity index 100% rename from bin/tags/node_modules/commander/package.json rename to src/bin/tags/node_modules/commander/package.json diff --git a/bin/tags/node_modules/commander/typings/index.d.ts b/src/bin/tags/node_modules/commander/typings/index.d.ts similarity index 100% rename from bin/tags/node_modules/commander/typings/index.d.ts rename to src/bin/tags/node_modules/commander/typings/index.d.ts diff --git a/bin/tags/node_modules/concat-map/.travis.yml b/src/bin/tags/node_modules/concat-map/.travis.yml similarity index 100% rename from bin/tags/node_modules/concat-map/.travis.yml rename to src/bin/tags/node_modules/concat-map/.travis.yml diff --git a/bin/tags/node_modules/concat-map/LICENSE b/src/bin/tags/node_modules/concat-map/LICENSE similarity index 100% rename from bin/tags/node_modules/concat-map/LICENSE rename to src/bin/tags/node_modules/concat-map/LICENSE diff --git a/bin/tags/node_modules/concat-map/README.markdown b/src/bin/tags/node_modules/concat-map/README.markdown similarity index 100% rename from bin/tags/node_modules/concat-map/README.markdown rename to src/bin/tags/node_modules/concat-map/README.markdown diff --git a/bin/tags/node_modules/concat-map/example/map.js b/src/bin/tags/node_modules/concat-map/example/map.js similarity index 100% rename from bin/tags/node_modules/concat-map/example/map.js rename to src/bin/tags/node_modules/concat-map/example/map.js diff --git a/bin/tags/node_modules/concat-map/index.js b/src/bin/tags/node_modules/concat-map/index.js similarity index 100% rename from bin/tags/node_modules/concat-map/index.js rename to src/bin/tags/node_modules/concat-map/index.js diff --git a/bin/tags/node_modules/concat-map/package.json b/src/bin/tags/node_modules/concat-map/package.json similarity index 100% rename from bin/tags/node_modules/concat-map/package.json rename to src/bin/tags/node_modules/concat-map/package.json diff --git a/bin/tags/node_modules/concat-map/test/map.js b/src/bin/tags/node_modules/concat-map/test/map.js similarity index 100% rename from bin/tags/node_modules/concat-map/test/map.js rename to src/bin/tags/node_modules/concat-map/test/map.js diff --git a/bin/tags/node_modules/esprima/ChangeLog b/src/bin/tags/node_modules/esprima/ChangeLog similarity index 100% rename from bin/tags/node_modules/esprima/ChangeLog rename to src/bin/tags/node_modules/esprima/ChangeLog diff --git a/bin/tags/node_modules/esprima/LICENSE.BSD b/src/bin/tags/node_modules/esprima/LICENSE.BSD similarity index 100% rename from bin/tags/node_modules/esprima/LICENSE.BSD rename to src/bin/tags/node_modules/esprima/LICENSE.BSD diff --git a/bin/tags/node_modules/esprima/README.md b/src/bin/tags/node_modules/esprima/README.md similarity index 100% rename from bin/tags/node_modules/esprima/README.md rename to src/bin/tags/node_modules/esprima/README.md diff --git a/bin/tags/node_modules/esprima/bin/esparse.js b/src/bin/tags/node_modules/esprima/bin/esparse.js similarity index 100% rename from bin/tags/node_modules/esprima/bin/esparse.js rename to src/bin/tags/node_modules/esprima/bin/esparse.js diff --git a/bin/tags/node_modules/esprima/bin/esvalidate.js b/src/bin/tags/node_modules/esprima/bin/esvalidate.js similarity index 100% rename from bin/tags/node_modules/esprima/bin/esvalidate.js rename to src/bin/tags/node_modules/esprima/bin/esvalidate.js diff --git a/bin/tags/node_modules/esprima/dist/esprima.js b/src/bin/tags/node_modules/esprima/dist/esprima.js similarity index 100% rename from bin/tags/node_modules/esprima/dist/esprima.js rename to src/bin/tags/node_modules/esprima/dist/esprima.js diff --git a/bin/tags/node_modules/esprima/package.json b/src/bin/tags/node_modules/esprima/package.json similarity index 100% rename from bin/tags/node_modules/esprima/package.json rename to src/bin/tags/node_modules/esprima/package.json diff --git a/bin/tags/node_modules/fs.realpath/LICENSE b/src/bin/tags/node_modules/fs.realpath/LICENSE similarity index 100% rename from bin/tags/node_modules/fs.realpath/LICENSE rename to src/bin/tags/node_modules/fs.realpath/LICENSE diff --git a/bin/tags/node_modules/fs.realpath/README.md b/src/bin/tags/node_modules/fs.realpath/README.md similarity index 100% rename from bin/tags/node_modules/fs.realpath/README.md rename to src/bin/tags/node_modules/fs.realpath/README.md diff --git a/bin/tags/node_modules/fs.realpath/index.js b/src/bin/tags/node_modules/fs.realpath/index.js similarity index 100% rename from bin/tags/node_modules/fs.realpath/index.js rename to src/bin/tags/node_modules/fs.realpath/index.js diff --git a/bin/tags/node_modules/fs.realpath/old.js b/src/bin/tags/node_modules/fs.realpath/old.js similarity index 100% rename from bin/tags/node_modules/fs.realpath/old.js rename to src/bin/tags/node_modules/fs.realpath/old.js diff --git a/bin/tags/node_modules/fs.realpath/package.json b/src/bin/tags/node_modules/fs.realpath/package.json similarity index 100% rename from bin/tags/node_modules/fs.realpath/package.json rename to src/bin/tags/node_modules/fs.realpath/package.json diff --git a/bin/tags/node_modules/glob/LICENSE b/src/bin/tags/node_modules/glob/LICENSE similarity index 100% rename from bin/tags/node_modules/glob/LICENSE rename to src/bin/tags/node_modules/glob/LICENSE diff --git a/bin/tags/node_modules/glob/README.md b/src/bin/tags/node_modules/glob/README.md similarity index 100% rename from bin/tags/node_modules/glob/README.md rename to src/bin/tags/node_modules/glob/README.md diff --git a/bin/tags/node_modules/glob/changelog.md b/src/bin/tags/node_modules/glob/changelog.md similarity index 100% rename from bin/tags/node_modules/glob/changelog.md rename to src/bin/tags/node_modules/glob/changelog.md diff --git a/bin/tags/node_modules/glob/common.js b/src/bin/tags/node_modules/glob/common.js similarity index 100% rename from bin/tags/node_modules/glob/common.js rename to src/bin/tags/node_modules/glob/common.js diff --git a/bin/tags/node_modules/glob/glob.js b/src/bin/tags/node_modules/glob/glob.js similarity index 100% rename from bin/tags/node_modules/glob/glob.js rename to src/bin/tags/node_modules/glob/glob.js diff --git a/bin/tags/node_modules/glob/package.json b/src/bin/tags/node_modules/glob/package.json similarity index 100% rename from bin/tags/node_modules/glob/package.json rename to src/bin/tags/node_modules/glob/package.json diff --git a/bin/tags/node_modules/glob/sync.js b/src/bin/tags/node_modules/glob/sync.js similarity index 100% rename from bin/tags/node_modules/glob/sync.js rename to src/bin/tags/node_modules/glob/sync.js diff --git a/bin/tags/node_modules/inflight/LICENSE b/src/bin/tags/node_modules/inflight/LICENSE similarity index 100% rename from bin/tags/node_modules/inflight/LICENSE rename to src/bin/tags/node_modules/inflight/LICENSE diff --git a/bin/tags/node_modules/inflight/README.md b/src/bin/tags/node_modules/inflight/README.md similarity index 100% rename from bin/tags/node_modules/inflight/README.md rename to src/bin/tags/node_modules/inflight/README.md diff --git a/bin/tags/node_modules/inflight/inflight.js b/src/bin/tags/node_modules/inflight/inflight.js similarity index 100% rename from bin/tags/node_modules/inflight/inflight.js rename to src/bin/tags/node_modules/inflight/inflight.js diff --git a/bin/tags/node_modules/inflight/package.json b/src/bin/tags/node_modules/inflight/package.json similarity index 100% rename from bin/tags/node_modules/inflight/package.json rename to src/bin/tags/node_modules/inflight/package.json diff --git a/bin/tags/node_modules/inherits/LICENSE b/src/bin/tags/node_modules/inherits/LICENSE similarity index 100% rename from bin/tags/node_modules/inherits/LICENSE rename to src/bin/tags/node_modules/inherits/LICENSE diff --git a/bin/tags/node_modules/inherits/README.md b/src/bin/tags/node_modules/inherits/README.md similarity index 100% rename from bin/tags/node_modules/inherits/README.md rename to src/bin/tags/node_modules/inherits/README.md diff --git a/bin/tags/node_modules/inherits/inherits.js b/src/bin/tags/node_modules/inherits/inherits.js similarity index 100% rename from bin/tags/node_modules/inherits/inherits.js rename to src/bin/tags/node_modules/inherits/inherits.js diff --git a/bin/tags/node_modules/inherits/inherits_browser.js b/src/bin/tags/node_modules/inherits/inherits_browser.js similarity index 100% rename from bin/tags/node_modules/inherits/inherits_browser.js rename to src/bin/tags/node_modules/inherits/inherits_browser.js diff --git a/bin/tags/node_modules/inherits/package.json b/src/bin/tags/node_modules/inherits/package.json similarity index 100% rename from bin/tags/node_modules/inherits/package.json rename to src/bin/tags/node_modules/inherits/package.json diff --git a/bin/tags/node_modules/js-yaml/CHANGELOG.md b/src/bin/tags/node_modules/js-yaml/CHANGELOG.md similarity index 100% rename from bin/tags/node_modules/js-yaml/CHANGELOG.md rename to src/bin/tags/node_modules/js-yaml/CHANGELOG.md diff --git a/bin/tags/node_modules/js-yaml/LICENSE b/src/bin/tags/node_modules/js-yaml/LICENSE similarity index 100% rename from bin/tags/node_modules/js-yaml/LICENSE rename to src/bin/tags/node_modules/js-yaml/LICENSE diff --git a/bin/tags/node_modules/js-yaml/README.md b/src/bin/tags/node_modules/js-yaml/README.md similarity index 100% rename from bin/tags/node_modules/js-yaml/README.md rename to src/bin/tags/node_modules/js-yaml/README.md diff --git a/bin/tags/node_modules/js-yaml/bin/js-yaml.js b/src/bin/tags/node_modules/js-yaml/bin/js-yaml.js similarity index 100% rename from bin/tags/node_modules/js-yaml/bin/js-yaml.js rename to src/bin/tags/node_modules/js-yaml/bin/js-yaml.js diff --git a/bin/tags/node_modules/js-yaml/dist/js-yaml.js b/src/bin/tags/node_modules/js-yaml/dist/js-yaml.js similarity index 100% rename from bin/tags/node_modules/js-yaml/dist/js-yaml.js rename to src/bin/tags/node_modules/js-yaml/dist/js-yaml.js diff --git a/bin/tags/node_modules/js-yaml/dist/js-yaml.min.js b/src/bin/tags/node_modules/js-yaml/dist/js-yaml.min.js similarity index 100% rename from bin/tags/node_modules/js-yaml/dist/js-yaml.min.js rename to src/bin/tags/node_modules/js-yaml/dist/js-yaml.min.js diff --git a/bin/tags/node_modules/js-yaml/index.js b/src/bin/tags/node_modules/js-yaml/index.js similarity index 100% rename from bin/tags/node_modules/js-yaml/index.js rename to src/bin/tags/node_modules/js-yaml/index.js diff --git a/bin/tags/node_modules/js-yaml/lib/js-yaml.js b/src/bin/tags/node_modules/js-yaml/lib/js-yaml.js similarity index 100% rename from bin/tags/node_modules/js-yaml/lib/js-yaml.js rename to src/bin/tags/node_modules/js-yaml/lib/js-yaml.js diff --git a/bin/tags/node_modules/js-yaml/lib/js-yaml/common.js b/src/bin/tags/node_modules/js-yaml/lib/js-yaml/common.js similarity index 100% rename from bin/tags/node_modules/js-yaml/lib/js-yaml/common.js rename to src/bin/tags/node_modules/js-yaml/lib/js-yaml/common.js diff --git a/bin/tags/node_modules/js-yaml/lib/js-yaml/dumper.js b/src/bin/tags/node_modules/js-yaml/lib/js-yaml/dumper.js similarity index 100% rename from bin/tags/node_modules/js-yaml/lib/js-yaml/dumper.js rename to src/bin/tags/node_modules/js-yaml/lib/js-yaml/dumper.js diff --git a/bin/tags/node_modules/js-yaml/lib/js-yaml/exception.js b/src/bin/tags/node_modules/js-yaml/lib/js-yaml/exception.js similarity index 100% rename from bin/tags/node_modules/js-yaml/lib/js-yaml/exception.js rename to src/bin/tags/node_modules/js-yaml/lib/js-yaml/exception.js diff --git a/bin/tags/node_modules/js-yaml/lib/js-yaml/loader.js b/src/bin/tags/node_modules/js-yaml/lib/js-yaml/loader.js similarity index 100% rename from bin/tags/node_modules/js-yaml/lib/js-yaml/loader.js rename to src/bin/tags/node_modules/js-yaml/lib/js-yaml/loader.js diff --git a/bin/tags/node_modules/js-yaml/lib/js-yaml/mark.js b/src/bin/tags/node_modules/js-yaml/lib/js-yaml/mark.js similarity index 100% rename from bin/tags/node_modules/js-yaml/lib/js-yaml/mark.js rename to src/bin/tags/node_modules/js-yaml/lib/js-yaml/mark.js diff --git a/bin/tags/node_modules/js-yaml/lib/js-yaml/schema.js b/src/bin/tags/node_modules/js-yaml/lib/js-yaml/schema.js similarity index 100% rename from bin/tags/node_modules/js-yaml/lib/js-yaml/schema.js rename to src/bin/tags/node_modules/js-yaml/lib/js-yaml/schema.js diff --git a/bin/tags/node_modules/js-yaml/lib/js-yaml/schema/core.js b/src/bin/tags/node_modules/js-yaml/lib/js-yaml/schema/core.js similarity index 100% rename from bin/tags/node_modules/js-yaml/lib/js-yaml/schema/core.js rename to src/bin/tags/node_modules/js-yaml/lib/js-yaml/schema/core.js diff --git a/bin/tags/node_modules/js-yaml/lib/js-yaml/schema/default_full.js b/src/bin/tags/node_modules/js-yaml/lib/js-yaml/schema/default_full.js similarity index 100% rename from bin/tags/node_modules/js-yaml/lib/js-yaml/schema/default_full.js rename to src/bin/tags/node_modules/js-yaml/lib/js-yaml/schema/default_full.js diff --git a/bin/tags/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js b/src/bin/tags/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js similarity index 100% rename from bin/tags/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js rename to src/bin/tags/node_modules/js-yaml/lib/js-yaml/schema/default_safe.js diff --git a/bin/tags/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js b/src/bin/tags/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js similarity index 100% rename from bin/tags/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js rename to src/bin/tags/node_modules/js-yaml/lib/js-yaml/schema/failsafe.js diff --git a/bin/tags/node_modules/js-yaml/lib/js-yaml/schema/json.js b/src/bin/tags/node_modules/js-yaml/lib/js-yaml/schema/json.js similarity index 100% rename from bin/tags/node_modules/js-yaml/lib/js-yaml/schema/json.js rename to src/bin/tags/node_modules/js-yaml/lib/js-yaml/schema/json.js diff --git a/bin/tags/node_modules/js-yaml/lib/js-yaml/type.js b/src/bin/tags/node_modules/js-yaml/lib/js-yaml/type.js similarity index 100% rename from bin/tags/node_modules/js-yaml/lib/js-yaml/type.js rename to src/bin/tags/node_modules/js-yaml/lib/js-yaml/type.js diff --git a/bin/tags/node_modules/js-yaml/lib/js-yaml/type/binary.js b/src/bin/tags/node_modules/js-yaml/lib/js-yaml/type/binary.js similarity index 100% rename from bin/tags/node_modules/js-yaml/lib/js-yaml/type/binary.js rename to src/bin/tags/node_modules/js-yaml/lib/js-yaml/type/binary.js diff --git a/bin/tags/node_modules/js-yaml/lib/js-yaml/type/bool.js b/src/bin/tags/node_modules/js-yaml/lib/js-yaml/type/bool.js similarity index 100% rename from bin/tags/node_modules/js-yaml/lib/js-yaml/type/bool.js rename to src/bin/tags/node_modules/js-yaml/lib/js-yaml/type/bool.js diff --git a/bin/tags/node_modules/js-yaml/lib/js-yaml/type/float.js b/src/bin/tags/node_modules/js-yaml/lib/js-yaml/type/float.js similarity index 100% rename from bin/tags/node_modules/js-yaml/lib/js-yaml/type/float.js rename to src/bin/tags/node_modules/js-yaml/lib/js-yaml/type/float.js diff --git a/bin/tags/node_modules/js-yaml/lib/js-yaml/type/int.js b/src/bin/tags/node_modules/js-yaml/lib/js-yaml/type/int.js similarity index 100% rename from bin/tags/node_modules/js-yaml/lib/js-yaml/type/int.js rename to src/bin/tags/node_modules/js-yaml/lib/js-yaml/type/int.js diff --git a/bin/tags/node_modules/js-yaml/lib/js-yaml/type/js/function.js b/src/bin/tags/node_modules/js-yaml/lib/js-yaml/type/js/function.js similarity index 100% rename from bin/tags/node_modules/js-yaml/lib/js-yaml/type/js/function.js rename to src/bin/tags/node_modules/js-yaml/lib/js-yaml/type/js/function.js diff --git a/bin/tags/node_modules/js-yaml/lib/js-yaml/type/js/regexp.js b/src/bin/tags/node_modules/js-yaml/lib/js-yaml/type/js/regexp.js similarity index 100% rename from bin/tags/node_modules/js-yaml/lib/js-yaml/type/js/regexp.js rename to src/bin/tags/node_modules/js-yaml/lib/js-yaml/type/js/regexp.js diff --git a/bin/tags/node_modules/js-yaml/lib/js-yaml/type/js/undefined.js b/src/bin/tags/node_modules/js-yaml/lib/js-yaml/type/js/undefined.js similarity index 100% rename from bin/tags/node_modules/js-yaml/lib/js-yaml/type/js/undefined.js rename to src/bin/tags/node_modules/js-yaml/lib/js-yaml/type/js/undefined.js diff --git a/bin/tags/node_modules/js-yaml/lib/js-yaml/type/map.js b/src/bin/tags/node_modules/js-yaml/lib/js-yaml/type/map.js similarity index 100% rename from bin/tags/node_modules/js-yaml/lib/js-yaml/type/map.js rename to src/bin/tags/node_modules/js-yaml/lib/js-yaml/type/map.js diff --git a/bin/tags/node_modules/js-yaml/lib/js-yaml/type/merge.js b/src/bin/tags/node_modules/js-yaml/lib/js-yaml/type/merge.js similarity index 100% rename from bin/tags/node_modules/js-yaml/lib/js-yaml/type/merge.js rename to src/bin/tags/node_modules/js-yaml/lib/js-yaml/type/merge.js diff --git a/bin/tags/node_modules/js-yaml/lib/js-yaml/type/null.js b/src/bin/tags/node_modules/js-yaml/lib/js-yaml/type/null.js similarity index 100% rename from bin/tags/node_modules/js-yaml/lib/js-yaml/type/null.js rename to src/bin/tags/node_modules/js-yaml/lib/js-yaml/type/null.js diff --git a/bin/tags/node_modules/js-yaml/lib/js-yaml/type/omap.js b/src/bin/tags/node_modules/js-yaml/lib/js-yaml/type/omap.js similarity index 100% rename from bin/tags/node_modules/js-yaml/lib/js-yaml/type/omap.js rename to src/bin/tags/node_modules/js-yaml/lib/js-yaml/type/omap.js diff --git a/bin/tags/node_modules/js-yaml/lib/js-yaml/type/pairs.js b/src/bin/tags/node_modules/js-yaml/lib/js-yaml/type/pairs.js similarity index 100% rename from bin/tags/node_modules/js-yaml/lib/js-yaml/type/pairs.js rename to src/bin/tags/node_modules/js-yaml/lib/js-yaml/type/pairs.js diff --git a/bin/tags/node_modules/js-yaml/lib/js-yaml/type/seq.js b/src/bin/tags/node_modules/js-yaml/lib/js-yaml/type/seq.js similarity index 100% rename from bin/tags/node_modules/js-yaml/lib/js-yaml/type/seq.js rename to src/bin/tags/node_modules/js-yaml/lib/js-yaml/type/seq.js diff --git a/bin/tags/node_modules/js-yaml/lib/js-yaml/type/set.js b/src/bin/tags/node_modules/js-yaml/lib/js-yaml/type/set.js similarity index 100% rename from bin/tags/node_modules/js-yaml/lib/js-yaml/type/set.js rename to src/bin/tags/node_modules/js-yaml/lib/js-yaml/type/set.js diff --git a/bin/tags/node_modules/js-yaml/lib/js-yaml/type/str.js b/src/bin/tags/node_modules/js-yaml/lib/js-yaml/type/str.js similarity index 100% rename from bin/tags/node_modules/js-yaml/lib/js-yaml/type/str.js rename to src/bin/tags/node_modules/js-yaml/lib/js-yaml/type/str.js diff --git a/bin/tags/node_modules/js-yaml/lib/js-yaml/type/timestamp.js b/src/bin/tags/node_modules/js-yaml/lib/js-yaml/type/timestamp.js similarity index 100% rename from bin/tags/node_modules/js-yaml/lib/js-yaml/type/timestamp.js rename to src/bin/tags/node_modules/js-yaml/lib/js-yaml/type/timestamp.js diff --git a/bin/tags/node_modules/js-yaml/package.json b/src/bin/tags/node_modules/js-yaml/package.json similarity index 100% rename from bin/tags/node_modules/js-yaml/package.json rename to src/bin/tags/node_modules/js-yaml/package.json diff --git a/bin/tags/node_modules/minimatch/LICENSE b/src/bin/tags/node_modules/minimatch/LICENSE similarity index 100% rename from bin/tags/node_modules/minimatch/LICENSE rename to src/bin/tags/node_modules/minimatch/LICENSE diff --git a/bin/tags/node_modules/minimatch/README.md b/src/bin/tags/node_modules/minimatch/README.md similarity index 100% rename from bin/tags/node_modules/minimatch/README.md rename to src/bin/tags/node_modules/minimatch/README.md diff --git a/bin/tags/node_modules/minimatch/minimatch.js b/src/bin/tags/node_modules/minimatch/minimatch.js similarity index 100% rename from bin/tags/node_modules/minimatch/minimatch.js rename to src/bin/tags/node_modules/minimatch/minimatch.js diff --git a/bin/tags/node_modules/minimatch/package.json b/src/bin/tags/node_modules/minimatch/package.json similarity index 100% rename from bin/tags/node_modules/minimatch/package.json rename to src/bin/tags/node_modules/minimatch/package.json diff --git a/bin/tags/node_modules/once/LICENSE b/src/bin/tags/node_modules/once/LICENSE similarity index 100% rename from bin/tags/node_modules/once/LICENSE rename to src/bin/tags/node_modules/once/LICENSE diff --git a/bin/tags/node_modules/once/README.md b/src/bin/tags/node_modules/once/README.md similarity index 100% rename from bin/tags/node_modules/once/README.md rename to src/bin/tags/node_modules/once/README.md diff --git a/bin/tags/node_modules/once/once.js b/src/bin/tags/node_modules/once/once.js similarity index 100% rename from bin/tags/node_modules/once/once.js rename to src/bin/tags/node_modules/once/once.js diff --git a/bin/tags/node_modules/once/package.json b/src/bin/tags/node_modules/once/package.json similarity index 100% rename from bin/tags/node_modules/once/package.json rename to src/bin/tags/node_modules/once/package.json diff --git a/bin/tags/node_modules/path-is-absolute/index.js b/src/bin/tags/node_modules/path-is-absolute/index.js similarity index 100% rename from bin/tags/node_modules/path-is-absolute/index.js rename to src/bin/tags/node_modules/path-is-absolute/index.js diff --git a/bin/tags/node_modules/path-is-absolute/license b/src/bin/tags/node_modules/path-is-absolute/license similarity index 100% rename from bin/tags/node_modules/path-is-absolute/license rename to src/bin/tags/node_modules/path-is-absolute/license diff --git a/bin/tags/node_modules/path-is-absolute/package.json b/src/bin/tags/node_modules/path-is-absolute/package.json similarity index 100% rename from bin/tags/node_modules/path-is-absolute/package.json rename to src/bin/tags/node_modules/path-is-absolute/package.json diff --git a/bin/tags/node_modules/path-is-absolute/readme.md b/src/bin/tags/node_modules/path-is-absolute/readme.md similarity index 100% rename from bin/tags/node_modules/path-is-absolute/readme.md rename to src/bin/tags/node_modules/path-is-absolute/readme.md diff --git a/bin/tags/node_modules/sprintf-js/.npmignore b/src/bin/tags/node_modules/sprintf-js/.npmignore similarity index 100% rename from bin/tags/node_modules/sprintf-js/.npmignore rename to src/bin/tags/node_modules/sprintf-js/.npmignore diff --git a/bin/tags/node_modules/sprintf-js/LICENSE b/src/bin/tags/node_modules/sprintf-js/LICENSE similarity index 100% rename from bin/tags/node_modules/sprintf-js/LICENSE rename to src/bin/tags/node_modules/sprintf-js/LICENSE diff --git a/bin/tags/node_modules/sprintf-js/README.md b/src/bin/tags/node_modules/sprintf-js/README.md similarity index 100% rename from bin/tags/node_modules/sprintf-js/README.md rename to src/bin/tags/node_modules/sprintf-js/README.md diff --git a/bin/tags/node_modules/sprintf-js/bower.json b/src/bin/tags/node_modules/sprintf-js/bower.json similarity index 100% rename from bin/tags/node_modules/sprintf-js/bower.json rename to src/bin/tags/node_modules/sprintf-js/bower.json diff --git a/bin/tags/node_modules/sprintf-js/demo/angular.html b/src/bin/tags/node_modules/sprintf-js/demo/angular.html similarity index 100% rename from bin/tags/node_modules/sprintf-js/demo/angular.html rename to src/bin/tags/node_modules/sprintf-js/demo/angular.html diff --git a/bin/tags/node_modules/sprintf-js/dist/angular-sprintf.min.js b/src/bin/tags/node_modules/sprintf-js/dist/angular-sprintf.min.js similarity index 100% rename from bin/tags/node_modules/sprintf-js/dist/angular-sprintf.min.js rename to src/bin/tags/node_modules/sprintf-js/dist/angular-sprintf.min.js diff --git a/bin/tags/node_modules/sprintf-js/dist/angular-sprintf.min.js.map b/src/bin/tags/node_modules/sprintf-js/dist/angular-sprintf.min.js.map similarity index 100% rename from bin/tags/node_modules/sprintf-js/dist/angular-sprintf.min.js.map rename to src/bin/tags/node_modules/sprintf-js/dist/angular-sprintf.min.js.map diff --git a/bin/tags/node_modules/sprintf-js/dist/angular-sprintf.min.map b/src/bin/tags/node_modules/sprintf-js/dist/angular-sprintf.min.map similarity index 100% rename from bin/tags/node_modules/sprintf-js/dist/angular-sprintf.min.map rename to src/bin/tags/node_modules/sprintf-js/dist/angular-sprintf.min.map diff --git a/bin/tags/node_modules/sprintf-js/dist/sprintf.min.js b/src/bin/tags/node_modules/sprintf-js/dist/sprintf.min.js similarity index 100% rename from bin/tags/node_modules/sprintf-js/dist/sprintf.min.js rename to src/bin/tags/node_modules/sprintf-js/dist/sprintf.min.js diff --git a/bin/tags/node_modules/sprintf-js/dist/sprintf.min.js.map b/src/bin/tags/node_modules/sprintf-js/dist/sprintf.min.js.map similarity index 100% rename from bin/tags/node_modules/sprintf-js/dist/sprintf.min.js.map rename to src/bin/tags/node_modules/sprintf-js/dist/sprintf.min.js.map diff --git a/bin/tags/node_modules/sprintf-js/dist/sprintf.min.map b/src/bin/tags/node_modules/sprintf-js/dist/sprintf.min.map similarity index 100% rename from bin/tags/node_modules/sprintf-js/dist/sprintf.min.map rename to src/bin/tags/node_modules/sprintf-js/dist/sprintf.min.map diff --git a/bin/tags/node_modules/sprintf-js/gruntfile.js b/src/bin/tags/node_modules/sprintf-js/gruntfile.js similarity index 100% rename from bin/tags/node_modules/sprintf-js/gruntfile.js rename to src/bin/tags/node_modules/sprintf-js/gruntfile.js diff --git a/bin/tags/node_modules/sprintf-js/package.json b/src/bin/tags/node_modules/sprintf-js/package.json similarity index 100% rename from bin/tags/node_modules/sprintf-js/package.json rename to src/bin/tags/node_modules/sprintf-js/package.json diff --git a/bin/tags/node_modules/sprintf-js/src/angular-sprintf.js b/src/bin/tags/node_modules/sprintf-js/src/angular-sprintf.js similarity index 100% rename from bin/tags/node_modules/sprintf-js/src/angular-sprintf.js rename to src/bin/tags/node_modules/sprintf-js/src/angular-sprintf.js diff --git a/bin/tags/node_modules/sprintf-js/src/sprintf.js b/src/bin/tags/node_modules/sprintf-js/src/sprintf.js similarity index 100% rename from bin/tags/node_modules/sprintf-js/src/sprintf.js rename to src/bin/tags/node_modules/sprintf-js/src/sprintf.js diff --git a/bin/tags/node_modules/sprintf-js/test/test.js b/src/bin/tags/node_modules/sprintf-js/test/test.js similarity index 100% rename from bin/tags/node_modules/sprintf-js/test/test.js rename to src/bin/tags/node_modules/sprintf-js/test/test.js diff --git a/bin/tags/node_modules/wrappy/LICENSE b/src/bin/tags/node_modules/wrappy/LICENSE similarity index 100% rename from bin/tags/node_modules/wrappy/LICENSE rename to src/bin/tags/node_modules/wrappy/LICENSE diff --git a/bin/tags/node_modules/wrappy/README.md b/src/bin/tags/node_modules/wrappy/README.md similarity index 100% rename from bin/tags/node_modules/wrappy/README.md rename to src/bin/tags/node_modules/wrappy/README.md diff --git a/bin/tags/node_modules/wrappy/package.json b/src/bin/tags/node_modules/wrappy/package.json similarity index 100% rename from bin/tags/node_modules/wrappy/package.json rename to src/bin/tags/node_modules/wrappy/package.json diff --git a/bin/tags/node_modules/wrappy/wrappy.js b/src/bin/tags/node_modules/wrappy/wrappy.js similarity index 100% rename from bin/tags/node_modules/wrappy/wrappy.js rename to src/bin/tags/node_modules/wrappy/wrappy.js diff --git a/bin/tags/node_modules/yaml-front-matter/CHANGELOG.md b/src/bin/tags/node_modules/yaml-front-matter/CHANGELOG.md similarity index 100% rename from bin/tags/node_modules/yaml-front-matter/CHANGELOG.md rename to src/bin/tags/node_modules/yaml-front-matter/CHANGELOG.md diff --git a/bin/tags/node_modules/yaml-front-matter/LICENSE.md b/src/bin/tags/node_modules/yaml-front-matter/LICENSE.md similarity index 100% rename from bin/tags/node_modules/yaml-front-matter/LICENSE.md rename to src/bin/tags/node_modules/yaml-front-matter/LICENSE.md diff --git a/bin/tags/node_modules/yaml-front-matter/README.md b/src/bin/tags/node_modules/yaml-front-matter/README.md similarity index 100% rename from bin/tags/node_modules/yaml-front-matter/README.md rename to src/bin/tags/node_modules/yaml-front-matter/README.md diff --git a/bin/tags/node_modules/yaml-front-matter/bin/js-yaml-front.js b/src/bin/tags/node_modules/yaml-front-matter/bin/js-yaml-front.js similarity index 100% rename from bin/tags/node_modules/yaml-front-matter/bin/js-yaml-front.js rename to src/bin/tags/node_modules/yaml-front-matter/bin/js-yaml-front.js diff --git a/bin/tags/node_modules/yaml-front-matter/dist/yamlFront.js b/src/bin/tags/node_modules/yaml-front-matter/dist/yamlFront.js similarity index 100% rename from bin/tags/node_modules/yaml-front-matter/dist/yamlFront.js rename to src/bin/tags/node_modules/yaml-front-matter/dist/yamlFront.js diff --git a/bin/tags/node_modules/yaml-front-matter/docs/css/base.css b/src/bin/tags/node_modules/yaml-front-matter/docs/css/base.css similarity index 100% rename from bin/tags/node_modules/yaml-front-matter/docs/css/base.css rename to src/bin/tags/node_modules/yaml-front-matter/docs/css/base.css diff --git a/bin/tags/node_modules/yaml-front-matter/docs/css/layout.css b/src/bin/tags/node_modules/yaml-front-matter/docs/css/layout.css similarity index 100% rename from bin/tags/node_modules/yaml-front-matter/docs/css/layout.css rename to src/bin/tags/node_modules/yaml-front-matter/docs/css/layout.css diff --git a/bin/tags/node_modules/yaml-front-matter/docs/css/skeleton.css b/src/bin/tags/node_modules/yaml-front-matter/docs/css/skeleton.css similarity index 100% rename from bin/tags/node_modules/yaml-front-matter/docs/css/skeleton.css rename to src/bin/tags/node_modules/yaml-front-matter/docs/css/skeleton.css diff --git a/bin/tags/node_modules/yaml-front-matter/docs/index.html b/src/bin/tags/node_modules/yaml-front-matter/docs/index.html similarity index 100% rename from bin/tags/node_modules/yaml-front-matter/docs/index.html rename to src/bin/tags/node_modules/yaml-front-matter/docs/index.html diff --git a/bin/tags/node_modules/yaml-front-matter/docs/js/handlebars.js b/src/bin/tags/node_modules/yaml-front-matter/docs/js/handlebars.js similarity index 100% rename from bin/tags/node_modules/yaml-front-matter/docs/js/handlebars.js rename to src/bin/tags/node_modules/yaml-front-matter/docs/js/handlebars.js diff --git a/bin/tags/node_modules/yaml-front-matter/docs/js/yamlFront.js b/src/bin/tags/node_modules/yaml-front-matter/docs/js/yamlFront.js similarity index 100% rename from bin/tags/node_modules/yaml-front-matter/docs/js/yamlFront.js rename to src/bin/tags/node_modules/yaml-front-matter/docs/js/yamlFront.js diff --git a/bin/tags/node_modules/yaml-front-matter/package.json b/src/bin/tags/node_modules/yaml-front-matter/package.json similarity index 100% rename from bin/tags/node_modules/yaml-front-matter/package.json rename to src/bin/tags/node_modules/yaml-front-matter/package.json diff --git a/bin/tags/node_modules/yaml-front-matter/src/index.js b/src/bin/tags/node_modules/yaml-front-matter/src/index.js similarity index 100% rename from bin/tags/node_modules/yaml-front-matter/src/index.js rename to src/bin/tags/node_modules/yaml-front-matter/src/index.js diff --git a/bin/tags/node_modules/yaml-front-matter/test/fixtures/json.txt b/src/bin/tags/node_modules/yaml-front-matter/test/fixtures/json.txt similarity index 100% rename from bin/tags/node_modules/yaml-front-matter/test/fixtures/json.txt rename to src/bin/tags/node_modules/yaml-front-matter/test/fixtures/json.txt diff --git a/bin/tags/node_modules/yaml-front-matter/test/fixtures/safeYaml.txt b/src/bin/tags/node_modules/yaml-front-matter/test/fixtures/safeYaml.txt similarity index 100% rename from bin/tags/node_modules/yaml-front-matter/test/fixtures/safeYaml.txt rename to src/bin/tags/node_modules/yaml-front-matter/test/fixtures/safeYaml.txt diff --git a/bin/tags/node_modules/yaml-front-matter/test/fixtures/yaml.txt b/src/bin/tags/node_modules/yaml-front-matter/test/fixtures/yaml.txt similarity index 100% rename from bin/tags/node_modules/yaml-front-matter/test/fixtures/yaml.txt rename to src/bin/tags/node_modules/yaml-front-matter/test/fixtures/yaml.txt diff --git a/bin/tags/node_modules/yaml-front-matter/test/fixtures/yamlWithExtraDashes.txt b/src/bin/tags/node_modules/yaml-front-matter/test/fixtures/yamlWithExtraDashes.txt similarity index 100% rename from bin/tags/node_modules/yaml-front-matter/test/fixtures/yamlWithExtraDashes.txt rename to src/bin/tags/node_modules/yaml-front-matter/test/fixtures/yamlWithExtraDashes.txt diff --git a/bin/tags/node_modules/yaml-front-matter/test/js-yaml-front.test.js b/src/bin/tags/node_modules/yaml-front-matter/test/js-yaml-front.test.js similarity index 100% rename from bin/tags/node_modules/yaml-front-matter/test/js-yaml-front.test.js rename to src/bin/tags/node_modules/yaml-front-matter/test/js-yaml-front.test.js diff --git a/bin/tags/node_modules/yaml-front-matter/webpack.config.js b/src/bin/tags/node_modules/yaml-front-matter/webpack.config.js similarity index 100% rename from bin/tags/node_modules/yaml-front-matter/webpack.config.js rename to src/bin/tags/node_modules/yaml-front-matter/webpack.config.js diff --git a/bin/tags/node_modules/yaml-front-matter/yaml-front-matter b/src/bin/tags/node_modules/yaml-front-matter/yaml-front-matter similarity index 100% rename from bin/tags/node_modules/yaml-front-matter/yaml-front-matter rename to src/bin/tags/node_modules/yaml-front-matter/yaml-front-matter diff --git a/bin/tags/tags-to-TMSU.sh b/src/bin/tags/tags-to-TMSU.sh similarity index 100% rename from bin/tags/tags-to-TMSU.sh rename to src/bin/tags/tags-to-TMSU.sh diff --git a/bin/tags/yaml-parse.js b/src/bin/tags/yaml-parse.js similarity index 100% rename from bin/tags/yaml-parse.js rename to src/bin/tags/yaml-parse.js diff --git a/bin/tags/yaml-tags-to-TMSU.js b/src/bin/tags/yaml-tags-to-TMSU.js similarity index 100% rename from bin/tags/yaml-tags-to-TMSU.js rename to src/bin/tags/yaml-tags-to-TMSU.js diff --git a/bin/template.sh b/src/bin/template.sh similarity index 100% rename from bin/template.sh rename to src/bin/template.sh diff --git a/bin/template.sh.orig b/src/bin/template.sh.orig similarity index 100% rename from bin/template.sh.orig rename to src/bin/template.sh.orig diff --git a/bin/tools/LinkMarkdownNotes.sh b/src/bin/tools/LinkMarkdownNotes.sh similarity index 100% rename from bin/tools/LinkMarkdownNotes.sh rename to src/bin/tools/LinkMarkdownNotes.sh diff --git a/bin/tools/List-Backlinks.sh b/src/bin/tools/List-Backlinks.sh similarity index 100% rename from bin/tools/List-Backlinks.sh rename to src/bin/tools/List-Backlinks.sh diff --git a/bin/tools/PrintWebTitle.sh b/src/bin/tools/PrintWebTitle.sh similarity index 100% rename from bin/tools/PrintWebTitle.sh rename to src/bin/tools/PrintWebTitle.sh diff --git a/bin/tools/fixLink.sh b/src/bin/tools/fixLink.sh similarity index 100% rename from bin/tools/fixLink.sh rename to src/bin/tools/fixLink.sh