diff --git a/docs/favicon.ico b/docs/favicon.ico new file mode 100644 index 0000000..404c974 Binary files /dev/null and b/docs/favicon.ico differ diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..aaa4f47 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,327 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Anki Image Occlusion + + + + + +
+
+
menu
+
Normal Cloze
+ +
get_app
+ +
done
+ + + + + + + +
+
+ + +
+
+ + +
+ +
+ crop_free +
+
+ + + + + +
+ palette +
+ +
+
zoom_in
+
zoom_out
+
zoom_out_map +
+
+
+ + + + + + + +
+ + close + + +
Anki Image Occlusion
+ +
+ Normal Cloze + + Combine Cloze + + View Notes + Settings + Help +
+ +
+
Version 3.0.0
+
+ + +
+ + + + + + +
+ +
+ + + + + + + + + + +
+ +
+ +
+ +
+
+
+ +
+ + +
+
+ Enter Deck Name +
+
+ +
+
+ +
+ +
+
+ Enter valid hex color +
+
+ +
+
+ +
+ +
+ +
+
+ +
+
+
Note: Question mask color only applied to Normal Cloze and Group Cloze
+
+
View this for color's hex values +
+ Material Palette +
+ +
+ +
+ Text Box Settings +
+
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+
+ Reset Settings +
+
Reset
+
+ + + + + + \ No newline at end of file diff --git a/docs/v3/js/index.js b/docs/v3/js/index.js index b411719..d4329e2 100644 --- a/docs/v3/js/index.js +++ b/docs/v3/js/index.js @@ -881,7 +881,7 @@ function get_local_file(path) { html = xhr.response; document.getElementById("side-nav-container").innerHTML = html; } else { - showSnackbar("Failed to load side navigation data."); + // showSnackbar("Failed to load side navigation data."); } } xhr.send();