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]: card display window is forced to bottom half of obsidian window, only allowing for top half to be seen #1163

Open
will-sauer opened this issue Nov 9, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@will-sauer
Copy link

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.

note bottom half

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

note bottom half

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

  • Total startup time: 782ms
  • Initialization: 170ms
  • Vault (1,011 files): 76ms
  • Workspace (11 tabs, 9 deferred): 88ms
  • Core plugins: 8ms
  • Community plugins (28 active): 440ms
    • Excalidraw (v2.6.5): 82ms
    • Admonition (v10.3.2): 64ms
    • Pandoc Reference List (v2.0.25): 59ms
    • Zotero Integration (v3.2.1): 39ms
    • Dataview (v0.5.67): 35ms
    • Omnisearch (v1.25.0): 26ms
    • Spaced Repetition (v1.13.2): 20ms
    • Quick Switcher++ (v4.6.2): 17ms
    • Style Settings (v1.0.9): 11ms
    • Pandoc Plugin (v0.4.1): 11ms
    • Advanced Cursors (v0.5.1): 8ms
    • Readwise Official (v2.1.4): 5ms
    • Zoom (v1.1.2): 4ms
    • Better File Link (v1.1.4): 4ms
    • Dangling links (v0.3.0): 3ms
    • Pane Relief (v0.5.5): 3ms
    • Text Transporter (v1.0.12): 3ms
    • Tag Wrangler (v0.6.1): 3ms
    • Minimal Theme Settings (v8.1.1): 2ms
    • Hotkeys for specific files (v1.4.1): 2ms
    • Block Reference Counter (v0.4.3): 2ms
    • Hotkey Helper (v0.3.20): 1ms
    • Hider (v1.5.1): 1ms
    • Collapse All (v2.1.0): 1ms
    • Format Hotkeys (v0.1.7): 1ms
    • Limelight (v1.1.0): 1ms
    • Maximise Active Pane (v0.0.3): 1ms
    • Underline (v1.3.0): 1ms

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
}

@will-sauer will-sauer added the bug Something isn't working label Nov 9, 2024
@karanvirheer
Copy link

karanvirheer commented Nov 22, 2024

Also having a similar bug. Any fix would be appreciated!

image

@krishpatel034
Copy link

krishpatel034 commented Nov 26, 2024

Found the solution! Try using the default theme #1036 & #1070

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

3 participants