Releases: ObsidianToAnki/Obsidian_to_Anki
3.6.0
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
- @radarsymphony made their first contribution in #491
- @MisterPresident made their first contribution in #438
- @niposch made their first contribution in #289
Full Changelog: 3.5.0...3.6.0
3.5.0
What's Changed
- Implement end to end plugins tests and fixes by @ShootingKing-AM in #419
- ⭐ New Feature: Custom scan directory - Settings - Only scan specified directory for cards in vault by @serpro69 in ShootingKing-AM#154
- fix: Bug obsidian tags not being added for regex notes by @st3v3nmw in #230
- fix: Bug dosnet add cards if deck dosent exist in ShootingKing-AM#9
Other Internal Updates
- Bump actions/checkout from 3 to 4 by @dependabot in #476
- Bump rollup from 2.32.1 to 2.79.1 by @dependabot in #478
- Bump github/codeql-action from 2 to 3 by @dependabot in #475
- Bump actions/setup-node from 3 to 4 by @dependabot in #474
- Other internal dependency updates and development updates
New Contributors
- @dependabot made their first contribution in #476
- @serpro69 made their first contribution in #419 (ShootingKing-AM#154)
Full Changelog: 3.4.2...3.5.0
Minor patch
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
- 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
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
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
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
- 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
- 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
Fixed the highlight regexp to work properly with multiple highlights in a paragraph