Skip to content

Commit

Permalink
Init Repo Function (#24)
Browse files Browse the repository at this point in the history
* Restructuring and new command

* Remove GlobalConfig 🎉

* Note Model Outside of Recipe

* Fix

* Personal Fields Optional

* Ongoing Init Work

* Saving Note Models as separate files

* Note Models writing to files

* Media and Csvs Generated

* Top Level Tasks

* Recipes Build for Anki->Source

* Recipe builder working in both directions

* New Anki Template Fields

* Bugfixes

* Test fixes

* Note Model Mappings now optional; Bugfixes

* Sub-deck partial support (Only read)

* Minor error code fix

* Version number in help text

* Help text fix

* Deck name is import name

* Test fix

* Remove PyYaml from requirements.txt

* Ongoing

* Update documentation for Init

* Remove useless comment

* Release v0.3.4
  • Loading branch information
ohare93 authored Apr 5, 2021
1 parent 2a3bc51 commit 9409f54
Show file tree
Hide file tree
Showing 73 changed files with 1,413 additions and 816 deletions.
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ clint = "==0.5.1"
coverage = "==4.5.4"
"ruamel.yaml" = "==0.16.10"
yamale = "==3.0.4"
PyYaml = "*"

[requires]
python_version = "3.7"
93 changes: 53 additions & 40 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9409f54

Please sign in to comment.