Pull Request Description: Cloze Conversion for Curly Brackets
This pull request introduces a new feature that automatically converts text enclosed in single curly brackets ({}) to the cloze style format. This functionality aligns with the current approach of using normal brackets for internal linking within Obsidian.
Motivation:
This feature caters to users who primarily utilize Anki, where clozes are defined by single brackets.
Enhances plugin compatibility with Anki workflows, improving the user experience.
Implementation Details:
The code adds a new regular expression to identify and convert text enclosed in single curly brackets.
This regex ensures compatibility with existing functionality and avoids conflicts with double bracket usage for internal linking.
Users can configure the plugin to enable or disable this feature as needed.
Benefits:
Seamless integration with Anki-style clozes, streamlining user experience.
Additional Notes:
This pull request addresses the feature request I mentioned here #8.
Future improvements could include support for double bracket conversion.
Open to feedback and suggestions for further refinement.
Pull Request Description: Cloze Conversion for Curly Brackets
This pull request introduces a new feature that automatically converts text enclosed in single curly brackets ({}) to the cloze style format. This functionality aligns with the current approach of using normal brackets for internal linking within Obsidian.
Motivation:
Implementation Details:
Benefits:
Additional Notes: