Skip to content

Commit

Permalink
1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonwilliams committed Jun 10, 2023
1 parent 010e38d commit 7211fe9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how

## [1.3.0]

- **New Feature!** You can now update an Anki note if you've submitted it before. See [Update Cards (Beta)](./README.md#update-cards-beta)
- The title of the card is no longer a H2 element, but just a normal paragraph [#82](https://github.com/jasonwilliams/anki/pull/82)
- You can now use reverse cards, just set `anki.notetype` to `BasicWithHighlightVSCodeRev`
- Support remote images [#99](https://github.com/jasonwilliams/anki/pull/99)
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ Here's an example

![image](./docs/img/sendToAnkiAsDirStru.gif)

### Update cards (Beta)

You can update a card that you've already sent to a deck. To do this make sure you enable by setting `anki.md.updateCards` to `true`.
This feature is currently opt-in but we may turn it on by default in the future.

This feature relies on the NoteID being embedded in the card and searches the Anki Database for that same noteID then updates, this means, if you're using `Send to dirname deck` it [may not](https://github.com/jasonwilliams/anki/pull/106#issuecomment-1483743818) go to the place you were expecting.

### Explorer

Navigate through cards and template CSS.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "anki",
"displayName": "Anki for VSCode",
"description": "Sync notes with your locally running Anki",
"version": "1.2.7",
"version": "1.3.0",
"publisher": "jasew",
"engines": {
"vscode": "^1.66.0"
Expand Down

0 comments on commit 7211fe9

Please sign in to comment.