introt
81fccbfac6
requestPermission: improve UX & docs ( #312 )
...
* requestPermission: change Ignore button to checkbox
* Update requestPermission documentation
- describe the possible results
- document ignoreOriginList
2022-04-25 20:10:36 -07:00
oakkitten
c53aa86a0d
Ignore option closeAfterAdding
of guiAddCards
...
The functionality was broken, creating a dialog that was not,
in fact, closing after adding a card.
See the deleted comment in `test_graphical.py`
2022-04-11 02:28:25 +01:00
oakkitten
8aa5fdd1de
Add api method guiEditNote
2022-04-11 02:28:25 +01:00
oakkitten
d6061affad
Remove api method updateCompleteDeck
...
This method was broken and there are no issues regarding it on GitHub.
2022-04-07 09:48:37 +01:00
oakkitten
baed642489
Fix api method deleteDecks
...
The method was failing due to Anki API changes.
Also, make it mandatory to call the method with `cardsToo=True`,
since deleting decks on Anki >= 2.1.28 without cards is
no longer supported, and the deprecated `decks.rem()` method
on Anki >= 2.1.45 ignores keyword arguments.
2022-04-07 09:48:37 +01:00
thiswillbeyourgithub
54a7105bf9
implement setSpecificValueOfCard for user @TobiasWehrum ( #303 )
...
Co-authored-by: thiswillbeyourgithub <github@32mail.33mail.comm>
2022-02-22 18:31:43 -08:00
1db646c13e
Update README
2021-12-16 08:51:35 -08:00
ed324caf16
Update README
2021-12-15 18:01:09 -08:00
1d35bdbbc0
Add site metadata
2021-12-14 16:57:05 -08:00
penginsan
064fbef413
Add guiSelectedNotes action ( #292 )
2021-12-06 08:59:10 -08:00
introt
ca60bf6c61
Clean up curl example ( #289 )
2021-09-26 10:41:04 -07:00
Jeff
ea35fe549a
Fix typo in readme ( #285 )
2021-09-06 11:44:07 -07:00
Twinov
b880463f52
Update README.md ( #281 )
...
The searching documentation seems to have moved.
2021-08-24 20:55:45 -07:00
thiswillbeyourgithub
2d08fdd5e5
feat: cardsInfo now also returns the modification time ( #279 )
...
* feat: cardsInfo now also returns the modification time
* minor: wrong indentation
* new method: get modification time of cards
* docs: mentions new method cardsModTime
* docs: readme now mentions that modification time is in the result from cardsInfo
Co-authored-by: thiswillbeyourgithub <github@32mail.33mail.comm>
2021-08-24 20:55:23 -07:00
Andreas
9e4d590aa0
Update README.md ( #274 )
2021-07-15 23:08:39 -07:00
a34c1de0b4
Minor tweaks to readme
2021-07-13 17:58:27 -07:00
NSBum
8404bd782d
Added guiCheckDatabase action and fix #202 in saveDeckConfig ( #271 )
...
* Added guiCheckDatabase action
This action initiates a check database action in Anki but doesn’t wait for the action to complete before returning.
* Fixed #202 no dconf attribute in saveDeckConfig
Anki manages access to deck configuration differently now. This adapts saveDeckConfig to new style of access.
2021-07-13 17:55:22 -07:00
toasted-nutbread
2150940c7e
More create note duplicate options ( #269 )
...
* Simplify access to note['options']
* Add checkAllModels option
* Update documentation
2021-07-12 19:46:22 -07:00
Jason Won
591ac06aa3
allow guiAddCards
to add media ( #266 )
...
* add media to editing note
* update readme
2021-06-20 20:35:09 -07:00
689cbf2d86
Update README
2021-06-08 20:50:53 -07:00
c9f0cc61c3
Update README
2021-06-08 20:42:38 -07:00
DegrangeM
1a08d79454
Fix documentation ( #253 )
2021-05-05 22:31:26 -07:00
a8273d0e38
Fix tests
2021-01-18 21:03:27 -08:00
636af8828d
Update README
2021-01-18 12:36:47 -08:00
Bryan Jenks
b19bd7902d
The button text differs from README ( #192 )
2020-09-05 13:31:50 -07:00
745fd34b83
Update README
2020-05-24 17:50:48 -07:00
bc46fcee67
Update documentation
2020-05-24 17:25:17 -07:00
fd4a32f49d
Update documentation format
2020-05-24 17:23:37 -07:00
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
c4fef2d0b2
Updating README.md
2018-02-21 19:14:50 -08:00
Sudarshan Gaikaiwari
8d1fb1989b
updates README.md
2018-02-21 11:03:52 -06:00
c2f7acf928
Updating README.md
2018-01-26 15:18:44 -08:00
louie
88b375d4a8
Add getTags action
2018-01-14 19:34:22 +08:00
ReneBrals
05b4e9ab8d
Missed a typo
2018-01-09 18:46:23 +01:00
ReneBrals
6d7b525bad
Fixed another typo
2018-01-09 18:44:50 +01:00
ReneBrals
4411c4969f
Fixed Typo
2018-01-09 18:40:44 +01:00
ReneBrals
150c49d273
Updated README to include notesInfo and cardsInfo
2018-01-09 18:40:07 +01:00
Jingtao Xu
7de12f7d4b
add support to modify fields of exist note.
2018-01-01 10:34:38 +08:00
9ddb7eb19a
Updating README.md
2017-10-08 14:34:17 -07:00
6aa40a698f
Updating README.md
2017-10-02 09:31:31 -07:00
1c1cf2ec61
Updating README.md
2017-10-01 18:17:39 -07:00
bd071a3dfe
Updating README.md
2017-09-29 17:03:48 -07:00
d05ba3c4ed
Updating README.md
2017-09-09 22:28:09 -07:00
b45d66a074
Updating README.md
2017-08-30 21:43:15 -07:00
b46dd623f6
Updating README.md
2017-08-30 21:26:28 -07:00
tomasgodoi
0adc2e7844
Updating readme.
2017-08-28 23:27:28 -03:00
tomasgodoi
a35313922d
Creating the guiExitAnki endpoint to allow closing Anki programmatically.
2017-08-28 23:24:08 -03:00
tomasgodoi
b2f4d54ac2
Allowing to bind on other IP Addresses through an environment variable. Writing the corresponding documentation.
2017-08-28 17:15:42 -03:00
David Bailey
04cf33a1d0
Update with requested changes
2017-08-22 20:05:12 +01:00
David Bailey
56e8023d5f
Update with model actions
2017-08-22 09:58:33 +01:00
David Bailey
a95c56a061
Organize README into categories
2017-08-22 09:58:26 +01:00