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
I've checked this on iOS (18.0.1) and Mac OS (15.0.1) with most up to date Obsidian (1.7.5)
When I go to view the cards, I can only see the upper half and have no way to recenter the "sub" window that shows the cards within the obsidian window.
To Reproduce
Simply choose any option that involves reviewing cards.
Expected behavior
I believe that the card review should be centered in the obsidian window
Screenshots
OS of your device
iOS (18.0.1) and Mac OS (15.0.1)
Obsidian version
1.7.5
Plugin version
1.13.2
Installer version
v1.4.13
Additional context
Obsidian start-up time breakdown
Obsidian version: v1.7.5
Installer version: v1.4.13
Operating system: Darwin Kernel Version 24.0.0: Tue Sep 24 23:37:13 PDT 2024; root:xnu-11215.1.12~1/RELEASE_ARM64_T8112 24.0.0
Describe the bug
I've checked this on iOS (18.0.1) and Mac OS (15.0.1) with most up to date Obsidian (1.7.5)
When I go to view the cards, I can only see the upper half and have no way to recenter the "sub" window that shows the cards within the obsidian window.
To Reproduce
Simply choose any option that involves reviewing cards.
Expected behavior
I believe that the card review should be centered in the obsidian window
Screenshots
OS of your device
iOS (18.0.1) and Mac OS (15.0.1)
Obsidian version
1.7.5
Plugin version
1.13.2
Installer version
v1.4.13
Additional context
Obsidian start-up time breakdown
Obsidian version: v1.7.5
Installer version: v1.4.13
Operating system: Darwin Kernel Version 24.0.0: Tue Sep 24 23:37:13 PDT 2024; root:xnu-11215.1.12~1/RELEASE_ARM64_T8112 24.0.0
Config file
{
"settings": {
"flashcardTags": [
"#srs"
],
"convertFoldersToDecks": false,
"burySiblingCards": false,
"randomizeCardOrder": null,
"flashcardCardOrder": "DueFirstRandom",
"flashcardDeckOrder": "PrevDeckComplete_Sequential",
"convertHighlightsToClozes": true,
"convertBoldTextToClozes": false,
"convertCurlyBracketsToClozes": false,
"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: