commit 97963b162fb0796d6f45bebbe833c682d82c9228 Author: caandt Date: Wed Jan 1 20:56:29 2025 -0500 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ac4b61e --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.ki/backups diff --git a/.ki/config b/.ki/config new file mode 100644 index 0000000..c5a63f8 --- /dev/null +++ b/.ki/config @@ -0,0 +1,3 @@ +[remote] +path = /home/ahnwuoa/.local/share/Anki2/ahnwuoa/collection.anki2 + diff --git a/.ki/hashes b/.ki/hashes new file mode 100644 index 0000000..85b20ea --- /dev/null +++ b/.ki/hashes @@ -0,0 +1 @@ +fd0b7b6210f38285ca65af531befe35d collection.anki2 diff --git a/mining/models.json b/mining/models.json new file mode 100644 index 0000000..9e26dfe --- /dev/null +++ b/mining/models.json @@ -0,0 +1 @@ +{} \ No newline at end of file diff --git a/models.json b/models.json new file mode 100644 index 0000000..5e86be7 --- /dev/null +++ b/models.json @@ -0,0 +1,177 @@ +{ + "1735758371523": { + "css": ".card {\n font-family: arial;\n font-size: 20px;\n text-align: center;\n color: black;\n background-color: white;\n}\n", + "did": null, + "flds": [ + { + "collapsed": false, + "description": "", + "excludeFromSearch": false, + "font": "Liberation Sans", + "id": 8185409498336692725, + "name": "sent", + "ord": 0, + "plainText": false, + "preventDeletion": false, + "rtl": false, + "size": 20, + "sticky": false, + "tag": null + }, + { + "collapsed": false, + "description": "", + "excludeFromSearch": false, + "font": "Arial", + "id": 7221464266234306783, + "name": "sent_r", + "ord": 1, + "plainText": false, + "preventDeletion": false, + "rtl": false, + "size": 20, + "sticky": false, + "tag": null + }, + { + "collapsed": false, + "description": "", + "excludeFromSearch": false, + "font": "Arial", + "id": 6694273886434024831, + "name": "sent_a", + "ord": 2, + "plainText": false, + "preventDeletion": false, + "rtl": false, + "size": 20, + "sticky": false, + "tag": null + }, + { + "collapsed": false, + "description": "", + "excludeFromSearch": false, + "font": "Arial", + "id": 6743839103002511960, + "name": "vocab", + "ord": 3, + "plainText": false, + "preventDeletion": false, + "rtl": false, + "size": 20, + "sticky": false, + "tag": null + }, + { + "collapsed": false, + "description": "", + "excludeFromSearch": false, + "font": "Arial", + "id": 1268232019399739183, + "name": "vocab_r", + "ord": 4, + "plainText": false, + "preventDeletion": false, + "rtl": false, + "size": 20, + "sticky": false, + "tag": null + }, + { + "collapsed": false, + "description": "", + "excludeFromSearch": false, + "font": "Arial", + "id": -458889094835152623, + "name": "vocab_a", + "ord": 5, + "plainText": false, + "preventDeletion": false, + "rtl": false, + "size": 20, + "sticky": false, + "tag": null + }, + { + "collapsed": false, + "description": "", + "excludeFromSearch": false, + "font": "Arial", + "id": 8725432274090436645, + "name": "eng", + "ord": 6, + "plainText": false, + "preventDeletion": false, + "rtl": false, + "size": 20, + "sticky": false, + "tag": null + }, + { + "collapsed": false, + "description": "", + "excludeFromSearch": false, + "font": "Arial", + "id": -1647547415865001595, + "name": "def", + "ord": 7, + "plainText": false, + "preventDeletion": false, + "rtl": false, + "size": 20, + "sticky": false, + "tag": null + }, + { + "collapsed": false, + "description": "", + "excludeFromSearch": false, + "font": "Arial", + "id": 3316751371555658063, + "name": "img", + "ord": 8, + "plainText": false, + "preventDeletion": false, + "rtl": false, + "size": 20, + "sticky": false, + "tag": null + } + ], + "id": 1735758371523, + "latexPost": "\\end{document}", + "latexPre": "\\documentclass[12pt]{article}\n\\special{papersize=3in,5in}\n\\usepackage[utf8]{inputenc}\n\\usepackage{amssymb,amsmath}\n\\pagestyle{empty}\n\\setlength{\\parindent}{0in}\n\\begin{document}\n", + "latexsvg": false, + "mod": 1735768016, + "name": "jp", + "originalStockKind": 1, + "req": [ + [ + 0, + "any", + [ + 0, + 3 + ] + ] + ], + "sortf": 3, + "tmpls": [ + { + "afmt": "{{sent_r}} {{sent_a}}\n
\n{{vocab_r}} {{vocab_a}}\n\n
\n\n{{def}}\n\n{{img}}", + "bafmt": "", + "bfont": "", + "bqfmt": "{{sent}}", + "bsize": 0, + "did": null, + "id": 7013656661265509464, + "name": "sentence", + "ord": 0, + "qfmt": "{{sent}}\n
\n{{vocab}}" + } + ], + "type": 0, + "usn": -1 + } +} \ No newline at end of file