Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: Curly Brackets Not Creating Close #1165

Open
cgonealtx opened this issue Nov 10, 2024 · 1 comment
Open

[Bug]: Curly Brackets Not Creating Close #1165

cgonealtx opened this issue Nov 10, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@cgonealtx
Copy link

Describe the bug

I wanted to use the curly brackets instead of the two == marks but when doing so it's not recognizing it as a Cloze.
Please advise. Thanks

To Reproduce

Settings
Activate "Convert {{curly brackets}} to closes
Restart
Enter note using {{
Cloze not recognized

Expected behavior

Cloze should be recognized

Screenshots

N/A

OS of your device

Mac Sequoia

Obsidian version

1.75

Plugin version

latest update

Installer version

latest update

Additional context

N/A

Config file

{
"settings": {
"flashcardTags": [
"#flashcards",
"#roles"
],
"convertFoldersToDecks": false,
"burySiblingCards": false,
"randomizeCardOrder": null,
"flashcardCardOrder": "DueFirstRandom",
"flashcardDeckOrder": "PrevDeckComplete_Sequential",
"convertHighlightsToClozes": false,
"convertBoldTextToClozes": false,
"convertCurlyBracketsToClozes": true,
"clozePatterns": [
"{{[123;;]answer[;;hint]}}"
],
"singleLineCardSeparator": "::",
"singleLineReversedCardSeparator": ":::",
"multilineCardSeparator": "?",
"multilineReversedCardSeparator": "??",
"multilineCardEndMarker": "",
"editLaterTag": "#edit-later",
"enableNoteReviewPaneOnStartup": true,
"tagsToReview": [
"#review"
],
"noteFoldersToIgnore": [
"**/*.excalidraw.md"
],
"openRandomNote": false,
"autoNextNote": false,
"disableFileMenuReviewOptions": false,
"maxNDaysNotesReviewQueue": 365,
"showRibbonIcon": true,
"showStatusBar": true,
"initiallyExpandAllSubdecksInTree": false,
"showContextInCards": true,
"showIntervalInReviewButtons": true,
"flashcardHeightPercentage": 80,
"flashcardWidthPercentage": 40,
"flashcardEasyText": "Easy",
"flashcardGoodText": "Good",
"flashcardHardText": "Hard",
"reviewButtonDelay": 0,
"algorithm": "SM-2-OSR",
"baseEase": 250,
"lapsesIntervalChange": 0.5,
"easyBonus": 1.3,
"loadBalance": true,
"maximumInterval": 36525,
"maxLinkFactor": 1,
"dataStore": "NOTES",
"cardCommentOnSameLine": false,
"showSchedulingDebugMessages": false,
"showParserDebugMessages": false
},
"buryDate": "",
"buryList": [],
"historyDeck": null
}

@cgonealtx cgonealtx added the bug Something isn't working label Nov 10, 2024
@cgonealtx
Copy link
Author

Also, if you use the highlight text then you either lose the Cloze or you lose the highlight :(
Simple solution would be to make the {{ work instead of ==
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant