Skip to content

Releases: ObsidianToAnki/Obsidian_to_Anki

3.6.0

24 Jan 03:10
Compare
Choose a tag to compare

What's Changed

  • ⭐ New feature: Added the option to ignore files and folders via settings by @niposch in #289 (closes 12+ issues)
  • fix: out of mem after Requesting tags-to-be-replaced by @MisterPresident in #438
  • Update README.md with new Anki-Connect repo by @radarsymphony in #491

New Contributors

Full Changelog: 3.5.0...3.6.0

3.5.0

07 Jan 18:55
Compare
Choose a tag to compare

What's Changed

Other Internal Updates

New Contributors

Full Changelog: 3.4.2...3.5.0

Minor patch

24 Mar 17:06
Compare
Choose a tag to compare

Whoops forgot to push a commit before..

Anyway, this should fix the syncing issue (which I guess is a pretty major bug...)

Big thanks to @ShootingKing-AM for help with this.

More error handling

17 Dec 09:26
Compare
Choose a tag to compare
  • Added error handling for unlocated media files
  • Added error handling for unrecognised note types
  • Fixed issue with adding new folders and then not opening settings to generate folder table before next run of plugin

Tag integration and folder settings

14 Dec 22:29
6d1c009
Compare
Choose a tag to compare

New features:

  • Option for script to recognise #tags as Anki tags in note fields
  • Settings for folder deck and tag

Bugfixes:

  • Fixed issue with remnote inline syntax conflicting with hierarchical tags in file tags

Settings visual improvement and command

14 Dec 18:20
b22931e
Compare
Choose a tag to compare

Note type table is now collapsible, should make navigating settings easier.

Added a command to scan the vault, so that a hotkey can be assigned.

Bugfixes:

  • Fixed code being rendered with HTML escape characters

Proper error handling

14 Dec 15:25
Compare
Choose a tag to compare

The plugin no longer stops execution when an error is thrown, which was leading to problems such as IDs for added cards not being written. Errors are logged to the console instead.

More regex bugfixes

13 Dec 21:57
Compare
Choose a tag to compare
  • Fixed a bug of a note incorrectly being identified as having no cloze deletions because of stupid javascript global regex rules

Reminder to update AnkiConnect to latest version in order for plugin to function correctly.

Regex bugfixes and media performance improvement

13 Dec 20:03
Compare
Choose a tag to compare
  • Fixed bug with regex notes not updating properly
  • Media is now added by path instead of reading the media file data directly - should be much faster!
  • Removed some accidental log messages

Note that AnkiConnect needs to be updated to the latest version for the plugin to work properly.

Hotfix for highlights to clozes

13 Dec 11:39
Compare
Choose a tag to compare

Fixed the highlight regexp to work properly with multiple highlights in a paragraph