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]: Forced restarts, Duplicate headings and missing content #62

Open
spiritualgeek opened this issue Jan 2, 2023 · 2 comments
Open

Comments

@spiritualgeek
Copy link

Hi,

A couple of key issues that I'm experiencing with the plugin are as follows:

Changes to the code block require forced restarts

  • Some as like adding shadow: offor column spacing: 2px makes everything disappear until you do a forced restart

Duplicate heading with no content underneath them

  • If you have several headings in a column, sometimes one is duplicated and has no content displayed under it
  • This will sometimes display fine in canvas, but I've also noticed the reverse (duplicate headings in canvas with missing content, but displays fine on the page)

Aforementioned item in relation to tables

  • This seems particularly bad when you have tables under headings

On closing note:
I like the approach that this plugin takes as it is in non-intrusive, and I'm hoping some quirks can get ironed out

Thanks

@ckRobinson
Copy link
Owner

Thanks for the feedback. IIRC changes to the code block settings were propagating correctly in the past so will have to look into that and see if something broke. By 'forced restart' do you mean closing all of Obsidian or just the file? If its the former, just closing and opening the file again should force a refresh.

As far as the content render issue goes, the current system I have in place that manages how content is laid out and rendered is due for an update. I been planing out the changes I want to make to it, which should help this problem, but don't yet have a ETA. However, if you have some markdown text that consistently renders incorrectly that would help me diagnose and fix the issue.

@spiritualgeek
Copy link
Author

Thanks for the feedback. IIRC changes to the code block settings were propagating correctly in the past so will have to look into that and see if something broke. By 'forced restart' do you mean closing all of Obsidian or just the file? If its the former, just closing and opening the file again should force a refresh.

View > Forced Reload

As far as the content render issue goes, the current system I have in place that manages how content is laid out and rendered is due for an update. I been planing out the changes I want to make to it, which should help this problem, but don't yet have a ETA. However, if you have some markdown text that consistently renders incorrectly that would help me diagnose and fix the issue.

I tried placing tables in columns and also just plain lists. Seems to have similar effects
Thanks for the update - I'll just wait for your newer version then

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants