brain-brew
brain-brew copied to clipboard
Automated Anki flashcard creation and extraction to/from Csv
Note Models have a `req` dictionary that states which fields are required to be filled in to generate each Card Template. See here for a full explanation: https://github.com/ankidroid/Anki-Android/wiki/Database-Structure This is...
Hi there, Is it (or will it) be possible to sync between crowdanki and a yaml source file? Or create a recipie between the tsv/csv file and a yaml file?...
It seems to result in weird errors (at least under some circumstances — see #39 and #42) and in Python3 there is AFAICT no real benefit to using it(?). Ideally™,...
When cloning the [starter project](https://github.com/ohare93/brain-brew-starter), deleting `build/`, and trying to build it, I get ``` Traceback (most recent call last): File "/home/langston/.local/share/virtualenvs/anki-nyc-w_4Oah3X/bin/brainbrew", line 8, in sys.exit(main()) File "/home/langston/.local/share/virtualenvs/anki-nyc-w_4Oah3X/lib/python3.9/site-packages/brain_brew/main.py", line 19,...
Need to be able to generate Note Models with a script, so that replacements can be automated and many models can share the same body, but with different Card Templates...
CrowdAnki exports can contain a `subdeck` key in the top level, which is recursive of all the decks below this deck, etc. Brain Brew does not do anything with this....
Hey there, thanks for the update! Looks like you're making good progress. 🚀 I've been thinking about Brain Brew and what it could bring to _Ultimate Geography_ in the long...
Anki shortens filenames that are too long in the latest versions, but only when a user runs Check Media. If they have already created a repo using Brain Brew then...
Added the ability to override name and crowdanki_uuid for a Deck Header. For https://github.com/anki-geo/ultimate-geography/pull/566
The user should have CSV files which have all columns labeled (i.e. no row has more columns than there are headers in the given file). If this is the case,...