-
-
Notifications
You must be signed in to change notification settings - Fork 422
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
Code block renders wrong with DataView #2403
Comments
@manuraj17 Here is the plugins |
@shizidushu Just one last thing - could please you try this with disabling all other plugins except Dataview one time? This will help speed things up a bit. Just trying to isolate the issue here. Thanks for the sharing the plugins. |
@manuraj17 After I disabled all the plugins (refer to the image uploaded before) except Dataview, I close and reopen Obsidian. The problem remains in Live Preview Mode (and no problem in Reading Mode). The problem may related to the Dataview option |
@shizidushu Oh okay, I am trying to reproduce this. But unable to, will try couple more times and check. If you can push a test sample vault for this issue I guess it might be easier. |
@manuraj17 Here is the sample vault: |
With only dataview enabled, I do see there is some rendering related issue. It's not on every line but it is on some lines such as: Edit: It comes and goes - so it's hard to replicate. I'm not sure why I am not seeing it anymore. If you have a means of persisting the incorrect rendering then pls let me know. Edit-2: I am seeing it again and am able to replicate. It occurs post the screen's viewport. |
What happened?
Normal Code block renders wrong when DataView is enabled.
Here is the code:
Here is what is looks like in Live Preview mode:
The line
std::cout << t.sum(Eigen::array<int, 2>({0, 1}));
is not shown correctly.Here is the screenshot of my DataView settings:
How I find it: I turn off the plugins, then close and reopen obsidian to check.
DQL
No response
JS
No response
Dataview Version
0.5.67
Obsidian Version
1.6.7
OS
Windows
The text was updated successfully, but these errors were encountered: