Added option for using folder as deck, import file tag and custom regex for deletion #429
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request introduces several new features and configuration options to improve note parsing and deck/tag management in the plugin. The most significant changes are the addition of customizable regex patterns for note parsing, support for using folder paths as deck names, and enhanced tag handling.
Advanced Note Parsing and Configuration:
RegexPatternssetting to allow users to fully customize the regular expressions used for note parsing, replacing the previous hardcoded patterns.RegexPatternsto existing configurations, ensuring backward compatibility for current users.Deck and Tag Management Enhancements:
Folder as Deckoption, enabling users to use folder paths as deck names for better organization in large vaults. The settings UI and data flow were updated to support this feature.Add File Tags to Cardoption, allowing tags found within files to be added to the generated Anki cards. The tag handling logic now distinguishes between file tags and folder tags based on this setting.Other Improvements:
I am a previous obsidian-spaced-repetition user but I have recently switched to use this plugin as I like anki's algorithm more.
I used folder and tags as deck in the spaced repetition plugin so I adeded these feature