You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
}
The text was updated successfully, but these errors were encountered: