From 7211fe9faaae6b7b434b9886756a2c1339fd09ac Mon Sep 17 00:00:00 2001 From: jasonwilliams Date: Sat, 10 Jun 2023 09:50:44 +0100 Subject: [PATCH] 1.3.0 --- CHANGELOG.md | 1 + README.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64416a9..1d1a777 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index a834dd2..8a75384 100644 --- a/README.md +++ b/README.md @@ -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. diff --git a/package.json b/package.json index f126564..7d496df 100644 --- a/package.json +++ b/package.json @@ -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"