Commit Graph

135 Commits

Author SHA1 Message Date
Scott Noyes
2ca35712f3
collection stats - whole collection (#169)
* Add endpoint to retrieve collection stats report

* Create separate test for statistics

* Add test for collectionStats

* Fixed typo

* Change endpoint name to use a verb

* Change name to getCollectionStatsHTML

* Allow stats for whole collection

* Allow stats for whole collection
2020-05-07 18:49:48 -07:00
Scott Noyes
ad0e41d950
Remove Export from TOC (#168)
Fix #167
2020-05-04 13:20:56 -07:00
Scott Noyes
faba701251
Collection stats (#166)
* Add endpoint to retrieve collection stats report

* Create separate test for statistics

* Add test for collectionStats

* Fixed typo

* Change endpoint name to use a verb

* Change name to getCollectionStatsHTML
2020-05-03 12:06:43 -07:00
47e54bce91 Update anchors 2020-05-01 21:28:14 -07:00
Alex Yatskov
a779fa673f
Merge pull request #159 from snoyes/getProfiles
Add getProfiles action
2020-05-01 12:44:25 -07:00
Scott Noyes
6b6b8b689b Update README for importPackage action 2020-05-01 11:21:55 -05:00
Scott Noyes
fdae44f1d3 Add getProfiles action 2020-05-01 09:24:51 -05:00
fb3513c721 Cleanup 2020-04-24 16:54:04 -07:00
toasted-nutbread
bda22a20a3 Add duplicateScope option for addNote 2020-04-23 19:39:11 -04:00
0f8b402d73 Update move export to misc, fix return 2020-04-21 18:22:10 -07:00
yakrider
f280a2b8f9 add api to get number of cards reviewed in the current day
partly addresses issue raised in #117
2020-04-19 01:38:03 -04:00
Markus Reil
9ba5c08c96
Support apkg export (#143)
Support apkg export
2020-03-16 22:29:49 -07:00
Alex Yatskov
955b749aac
Merge pull request #141 from mauamy/add-card-name-option-in-model-template
Add card name option in model template
2020-03-13 17:31:23 -07:00
Yannick Mau
5911710163 Add url download option to storeMediaFile 2020-03-14 00:36:17 +01:00
Yannick Mau
3a1cbef4e5 Add name field to the documentation 2020-03-13 23:46:19 +01:00
Alex Yatskov
7b6e80cd34
Merge pull request #138 from andreaskienle/multiple-audio-files
Accept multiple audio files in note creation and update
2020-03-01 16:52:24 -08:00
Andreas Kienle
d40a905f20 changes from review
single quotes
updated readme
2020-02-25 11:22:34 +01:00
Henrik Giesel
ed06e5c276 Add documentation for return value of guiAddCards 2020-02-18 15:09:44 +01:00
0b66f6a4b5 update readme 2020-01-05 19:01:11 -08:00
Zakariyya Mughal
25b800747b Fix a couple issues with spelling/capitalization 2019-11-26 16:15:02 -06:00
Ben Kogan
be0247ae2f Add get and update endpoints for model templates and styling 2019-10-27 16:55:26 -04:00
Leonard Lausen
34049299e6
Update Python example for Python 3 2019-09-22 10:28:25 +00:00
Albert
410cd83b57 Add documentation on new data 2019-05-25 21:16:32 +02:00
dragonman225
b090da5b59 Fix README.md 2019-05-05 21:33:48 +08:00
Alex Yatskov
5d90bbf1e0
Merge pull request #103 from hgiesel/master
Extend guiAddCards so that it's possible to preset notes
2019-05-03 20:30:27 -07:00
91f09347c2 Updating README.md 2019-04-28 16:02:02 -07:00
a98e0b59c0 Updating README.md 2019-04-28 12:33:24 -07:00
035ebeb927 Updating README.md 2019-03-07 11:18:51 -08:00
ee7b158cc9 minor cleanup 2019-03-07 10:19:35 -08:00
Alex Yatskov
0db93be681
Merge pull request #108 from c-okelly/master
Add new createModel Api end point without documentation
2019-03-01 15:12:55 -08:00
c-okelly
bbcb29ea43 Update changes from PR and add documentation 2019-03-01 17:44:33 +00:00
Mikhail Pontus
47f9db35bd Introduce note deletion functionality 2019-02-26 20:28:36 +03:00
1786110939 Updating README.md 2019-02-03 08:48:57 -08:00
24e70fac57 Updating README.md 2019-02-02 11:13:36 -08:00
ebd569ee23 Updating README.md 2019-02-02 09:06:47 -08:00
e9d0675b82 Updating README.md 2019-02-01 19:56:51 -08:00
Henrik Giesel
0a2069742c Update README 2019-01-24 08:44:28 +01:00
Henrik Giesel
d08d2510e7 Rename addAndClose to closeAfterAdding 2019-01-18 03:56:02 +01:00
Henrik Giesel
4987ea34d5 Extend guiAddCards to enable presetting cards
- Made changes to `guiAddCards` to enable presetting the model, deck,
  etc., very much in the same way that `addNote` does
- Changed the README to represent the new changes
2019-01-17 23:08:52 +01:00
1448c8d43f Updating README.md 2019-01-05 19:51:38 -08:00
4a57c7aabe Updating README.md 2019-01-05 19:43:44 -08:00
rsanek
e54e95eb7e update readme 2018-12-01 19:48:06 -08:00
aa7b277927 update formatting in readme 2018-11-07 12:52:30 -08:00
Anže Bertoncelj
36a55adf0a Add option to allow adding duplicate notes 2018-11-07 21:05:02 +01:00
7bb03108be Updating README.md 2018-09-15 20:21:03 -07:00
Anže Bertoncelj
847c2b252a
Change addNote auto fields parameter to array
The "fields" parameter should be array instead of a string.
2018-07-03 15:50:50 +02:00
Charles Henry
e38f92b159 Merge branch 'master' of https://github.com/FooSoft/anki-connect 2018-05-25 13:32:06 +01:00
Charles Henry
5768a28446 Update documentation and unit tests to use version 6 + include new template field in example output of guiCurrentCard 2018-05-25 13:31:32 +01:00
c95947e6f4 Updating README.md 2018-05-19 21:23:24 -07:00
c-okelly
64a0a9d6a6 Add createDeck action 2018-02-22 18:36:21 +00:00