This commit is contained in:
oscar.plaisant@icloud.com
2024-01-10 02:18:57 +01:00
parent 00dc433995
commit 217c1820f7
74 changed files with 25710 additions and 52680 deletions

View File

@@ -12,7 +12,9 @@
"showContextInCards": true,
"flashcardHeightPercentage": 100,
"flashcardWidthPercentage": 100,
"randomizeCardOrder": true,
"randomizeCardOrder": null,
"flashcardCardOrder": "DueFirstRandom",
"flashcardDeckOrder": "PrevDeckComplete_Sequential",
"convertHighlightsToClozes": true,
"convertBoldTextToClozes": false,
"convertCurlyBracketsToClozes": false,
@@ -41,7 +43,7 @@
"singlelineCardSeparator": "::",
"singlelineReversedCardSeparator": ":::"
},
"buryDate": "2024-01-06",
"buryDate": "2024-01-10",
"buryList": [],
"historyDeck": ""
}

File diff suppressed because one or more lines are too long

View File

@@ -1,11 +1,12 @@
{
"id": "obsidian-spaced-repetition",
"name": "Spaced Repetition",
"version": "1.10.5",
"version": "1.11.0",
"minAppVersion": "0.15.4",
"description": "Fight the forgetting curve by reviewing flashcards & entire notes.",
"author": "Stephen Mwangi",
"authorUrl": "https://github.com/st3v3nmw",
"helpUrl": "https://www.stephenmwangi.com/obsidian-spaced-repetition/",
"isDesktopOnly": false,
"fundingUrl": "https://ko-fi.com/M4M44DEN6"
}