Skip to content

Releases: Pedro-Bronsveld/anki-editor

1.0.8

22 Dec 23:04
Compare
Choose a tag to compare

Improved compatibility with html formatting extensions.

1.0.7

07 Dec 18:16
Compare
Choose a tag to compare

Added support for type:nc filter added in Anki 24.11.

1.0.6

10 Sep 19:22
Compare
Choose a tag to compare

Fix Anki Connect url and api key from extension settings not being passed to all invoke calls.

1.0.5

09 Sep 22:35
6538946
Compare
Choose a tag to compare

Fix socket connection error after updating VSCode to version 1.93.0.

1.0.4

29 Sep 20:32
Compare
Choose a tag to compare

Updated uri parsing.

  • Fixed an issue where templates files could not be opened if their note or card name contained a special character.

1.0.3

21 Jun 21:58
Compare
Choose a tag to compare

Updated extension settings for custom filters and field diagnostics.

  • Custom filters can now be defined as both strings and objects in the extension settings. When adding a custom filter as an object, the boolean property fieldRequired can be set to specify if the replacement must contain a field name when this filter is used.
  • Added a setting to toggle diagnostics for missing field names in replacements globally.

1.0.2

06 May 12:13
Compare
Choose a tag to compare

Small bug fix.

  • Fixed an issue where the field name in a field replacement did not receive syntax highlighting when the replacement was followed by a : character on the same line.

1.0.1

29 Apr 01:50
Compare
Choose a tag to compare

Small Javascript type checking level fix and readme updates.

  • Changed the default type checking level of embedded Javascript in card templates to be similar to regular Javascript files opened in VSCode.
    Before, this was set to check Javascript as if it were Typescript. Which is not necessary in card templates.
  • Added a setting to change Javascript type checking level back to strict, or turn it off completely.
  • Fixed issue where incorrect diagnostics for field names would sometimes display if fields were renamed in Anki while a card template was opened in VSCode.
  • Updated links to extension in readme.

1.0.0

22 Apr 19:39
Compare
Choose a tag to compare

Initial release.