AuroraWright
29260d6a00
Add reorderCards property to guiBrowse, add guiSelectNote
2024-01-18 19:59:38 -08:00
Kardia
a17c4e42da
add readme entry for new findModels* apis
2024-01-04 12:33:02 -08:00
PSeitz
820300cc5c
Update README.md
...
add link to Anki docs in overview
2023-10-08 15:57:08 +02:00
Julian Berman
82210ddf87
Make it slightly clearer how to enable authentication.
...
The README previously sort of covered this, but in particular it was not
obvious to me that the request parameter that corresponded to enabling
`apiKey` is called `key`, and not `apiKey`, which ultimately made me
have to look at the source code to figure this out (even though the word
`key` is mentioned elsewhere on the page, it still wasn't very easy to
make the connection).
This section puts all the required information in one spot.
2023-09-24 12:40:41 -04:00
mikkkee
14a8a84150
Fix previous commit with version check for Anki and Qt
2023-07-07 01:03:46 +08:00
mikkkee
cd66410ff3
Update documentation for new method guiImportFile
2023-06-17 17:52:14 +08:00
Alexei Yatskov
eef3be8599
Merge pull request #391 from Aquafina-water-bottle/readme_localhost
...
Updated Python example code to use 127.0.0.1 instead of localhost
2023-06-15 20:13:30 -07:00
ant
3892481cea
change param format for answerCards
2023-06-15 12:49:02 +01:00
Austin Siew
f10abcc331
docs: updated Python README to use 127.0.0.1 instead of localhost
2023-06-14 19:26:00 -06:00
Antistic
0012245c57
add new action: answerCards
2023-06-14 19:38:50 +01:00
YuLong Yao
92eeb8d749
Readme: add guiUndo action
2023-05-18 19:56:48 +08:00
Austin Siew
918d4de72a
fixed accidental change in README
2023-04-13 20:33:18 -06:00
Austin Siew
accbc53e5d
added modelTemplateRename, modelTemplateReposition, modelTemplateAdd, modelTemplateRemove
2023-04-13 19:30:49 -06:00
Austin Siew
ed508babbf
merged with master
2023-03-31 00:54:32 -06:00
Ren Tatsumoto
58283bdeb5
add a new action: getMediaDirPath
2023-03-21 19:47:31 +03:00
david
48650d940f
Update described result from createModel api
...
I have been working on a wrapper for anki-connect in go. It serializes the requests into a typed Go struct. To create these structs I have been using the types present in the provided examples of api results. It looks like the format of the id for createModel result has either changed, or was entered wrong. See f3e9a5b709
for an example of what the current version of anki + anki-connect returns for this api call
2023-02-22 10:07:38 -08:00
kentonself
e13ca6116c
Changed the way to bind to an address other than the default 127.0.0.1
...
The code does not look at ANKICONNECT_BIND_ADDRESS in the environment.
It gets it from the config.json which can be editted from the Tools
menu.
2023-02-18 14:08:11 -06:00
Austin Siew
4b4e07786e
turned all 'Sample Request:' -> 'Sample request:'
2023-01-13 23:11:27 -07:00
Austin Siew
db7f014ac9
fixed dangling </details>
2023-01-13 23:06:06 -07:00
Austin Siew
91fc1d6fde
reformatted readme to hide sample requests/results, and moved actions to h4 divs
2023-01-13 22:39:22 -07:00
introt
2f50c747fb
Add getNoteTags, updateNoteTags and updateNote
...
getNoteTags returns [str ...] of tags for a given note (note: int)
updateNoteTags removes the existing tags and sets new tags
updateNote combines the old updateNoteFields and the new updateNoteTags
Closes #369
2022-12-30 13:13:31 +02:00
Austin Siew
5e527680d9
accidentally removed modelFieldRemove from the README, reverted
2022-12-28 19:34:21 -07:00
Austin Siew
69baea296a
added tests & documentation, removed dead code
2022-12-28 18:37:05 -07:00
Alexei Yatskov
ae8ac9cf18
Merge pull request #365 from Aquafina-water-bottle/master
...
Updated documentation on multi
2022-12-18 19:44:40 -08:00
Austin Siew
aa42480d7a
updated README with multi version 6 examples
2022-12-16 19:14:14 -07:00
Austin Siew
09d22cc507
updated documentation on multi
2022-12-06 02:36:09 -07:00
introt
336dc8bb31
Added modelFieldDescriptions
...
Similar to modelFieldNames, returns a list of
note field decriptions (the text seen in the gui
editor when the field is empty)
2022-11-26 14:56:34 +02:00
Austin Siew
a8905a4c22
getReviewsOfCards: changed inner lists into dictionaries, removed cid within the inner list
2022-09-20 17:46:26 -06:00
Austin Siew
7cf38106b3
changed getReviewsOfCard -> getReviewsOfCards, changed result to be formatted in a dictionary rather than a list
2022-09-13 17:25:14 -06:00
Austin Siew
c0c922d27c
changed getReviewsOfCard -> getReviewsOfCards, changed result to be formatted in a dictionary rather than a list
2022-09-13 17:12:20 -06:00
Alexei Yatskov
9f76e5fff2
Merge pull request #348 from Aquafina-water-bottle/issue_82_documentation
...
README changes: Issue 82 documentation
2022-09-11 10:59:18 -07:00
Austin Siew
6e4bbfa0d6
Added getReviewsOfCard
2022-09-05 00:29:03 -06:00
Austin Siew
d9c01327a4
fixed warning message
2022-08-22 00:06:50 -06:00
Austin Siew
127a34c2d0
added warning
2022-08-22 00:05:19 -06:00
Austin Siew
3b10dbc27f
typos
2022-08-22 00:00:15 -06:00
Austin Siew
db2e7f2e95
added documentation
2022-08-17 12:50:22 -06:00
Austin Siew
8ec078393a
removed the bulk action in favor of the already existing 'multi' action
2022-08-16 19:35:32 -06:00
Austin Siew
cb52e14497
Added sample requests to field name actions
2022-08-16 19:30:36 -06:00
Austin Siew
ebdca1db6b
Added model field name api points and skeleton documentation to README
2022-08-16 19:23:09 -06:00
Steven T. Cramer
4010293efa
Add PowerShell example to Readme.
...
Now that PowerShell is cross platform it is my go to shell. Thought I would add an example to the readme.
2022-07-25 11:49:55 +07:00
07ddcead5e
Remove metadata from README
2022-07-14 13:17:33 -07:00
toasted-nutbread
0d0962319a
Add documentation
2022-05-20 17:08:35 -04:00
郑佩茹
137554f522
Add getDeckStats action
2022-05-03 15:59:33 -06:00
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