This commit is contained in:
Oscar Plaisant
2024-05-14 10:51:40 +02:00
parent f71d6b0503
commit 66c143b7b3
164 changed files with 25026 additions and 13829 deletions

17
.obsidian/plugins/cloze/data.json vendored Normal file
View File

@@ -0,0 +1,17 @@
{
"defaultHide": true,
"selectorTag": "#",
"includeHighlighted": true,
"includeUnderlined": false,
"includeBolded": false,
"includeItalics": false,
"includeBracketed": false,
"includeCurlyBrackets": false,
"fixedClozeWidth": false,
"editorMenuAddCloze": true,
"editorMenuAddClozeWithHint": true,
"editorMenuRemoveCloze": true,
"hintStrategy": 0,
"hintCount": 2,
"hintPercentage": 0.2
}