Skip to content

Commit

Permalink
bump AnkiIn version to v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Clouder0 committed Jul 4, 2021
1 parent 3f68532 commit eccdde9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
3 changes: 2 additions & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ clozeNumberSuffix = "\\]"
[notetype.TableCloze]

[notetype.MQA]
prefix = "!"

[log_config.loggers.main]
level = "DEBUG"
Expand All @@ -46,7 +47,7 @@ class = "logging.StreamHandler"
stream = "ext://sys.stdout"

[log_config.handlers.log_file]
level = "DEBUG"
level = "INFO"
formatter = "standard"
class = "logging.FileHandler"
filename = "log.txt"
Expand Down
2 changes: 1 addition & 1 deletion src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
AnkiIn==0.0.8
AnkiIn==0.1.0
4 changes: 2 additions & 2 deletions test_binary.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
./AnkiLink src/cli.py tests/test1.md tests/test2.md tests/test3.md tests/test4.md tests/test5.md tests/test6.md tests/test7.md
./AnkiLink tests/test1.md tests/test2.md tests/test3.md tests/test4.md tests/test5.md tests/test6.md tests/test7.md -o test.apkg
./AnkiLink src/cli.py tests/test1.md tests/test2.md tests/test3.md tests/test4.md tests/test5.md tests/test6.md tests/test7.md tests/test8.md
./AnkiLink tests/test1.md tests/test2.md tests/test3.md tests/test4.md tests/test5.md tests/test6.md tests/test7.md tests/test8.md -o test.apkg
8 changes: 8 additions & 0 deletions tests/test8.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,11 @@ Answer
!Question3
!Question4
Answer

[inlineconfig]
[notetype.MQA]
prefix = ":"
[/inlineconfig]
:Question
:Question2
Answer

0 comments on commit eccdde9

Please sign in to comment.