- 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
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
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
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.
- 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.
- 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.
Fixed the highlight regexp to work properly with multiple highlights in a paragraph
This update adds support for code syntax highlighting! Also, the regex switch has been removed - regex is now always enabled (you still have to input a custom regex), and you can now have both START END notes and regex notes scanned simultaneously.
Bugfixes:
- Anki icon should look cleaner now, and will change with the css theme
- Fixed issue of adding duplicates
This update adds two new features - the ability to schedule the script, and the ability to convert highlights to clozes for CurlyCloze to process!
Bugfixes:
- Fixed bug with context algorithm
- Default tag is now read properly from settings
- Plugin now auto-converts Obsidian highlights to HTML highlights
This update adds the ability to add 'context' to a note - this is the path of the file the card was generated from, and the position of the note within the heading tree, if any, of the file. Obsidian Plugin only.