-
Notifications
You must be signed in to change notification settings - Fork 1
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] Graph displays only on the focused notes #104
Comments
Thank you for writing the issue in detail! In fact, I was aware of the problem that could only open one graph at the same time, and I was thinking about how to deal with it. This problem is caused by the fact that the class representing the plugin can have only one graph now. I want to increase the number of graphs at the right time (and, if possible, delete them at a time when they are no longer needed)... |
I found a temporary CSS workaround that helps position the graph banner at the bottom of notes, preventing UI shifting issues. However, there is still a problem in Read Mode, where the CSS does not apply correctly, and the issue persists. Temporary CSS Fix (for Edit Mode) This ensures that the graph banner stays at the bottom of the note in Edit Mode:
Remaining Issue in Read Mode Based on Feature Request #40 , I have added a footnote-graph option to allow users to place the graph banner at the bottom of the note.
|
Multiple graph views now available in v2.2.0! |
The plugin currently has two usability issues when working with multiple notes in Obsidian:
1. Graph Visibility Limited to Focused Notes
The graph banner only displays on the actively focused note when notes are open side-by-side (e.g., in split panes). This makes it impossible to simultaneously view relationships across multiple notes, hindering workflows like knowledge reorganization, comparison, or contextual analysis.
Repro Steps:
Expected Behavior:
Graph banners should be displayed on all open notes regardless of focus.
2. Graph Banner Causes Accidental Selections Due to UI Shifting
When clicking a non-focused note pane, the sudden appearance of the graph banner shifts the note content downward. This can cause accidental text selections or button clicks if the user interacts with the pane before the UI settles.
Repro Steps:
This appears to be a problem on PCs fast enough to load the banner earlier than the user depresses the left click.
Expected Behavior:
The graph banner should load without disrupting UI elements, or render in a way that prevents content displacement (e.g., reserved space).
Workaround Suggestion
As noted in this comment, allowing users to display the graph banner at the bottom of notes (instead of the top) could mitigate the second issue by removing content shift. This could be a configurable option in plugin settings.
Thank you for your hard work on this plugin! Let me know if further details are needed. 🙌
The text was updated successfully, but these errors were encountered: