Skip to content

Releases: Pedro-Bronsveld/anki-editor

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.