guopenghui / obsidian-quiet-outline

Improving experience of outline in Obsidian
MIT License
287 stars 17 forks source link

Error message #154

Closed merlinuwe closed 6 months ago

merlinuwe commented 6 months ago

Thanks for your great plugin.

Today, I got this error message:

image

Do you have an idea where it comes from?

guopenghui commented 6 months ago

Fixed.

When obsidian is initializing, it runs initializing code of plugins. But during this time, some of obsidian's components is not ready to use, in this case, like workspace.RightSplit is null so reading children from it will throw an error.

drflo3 commented 6 months ago

Hello, The fix for this ticket introduced a new bug : Every time I open Obsidian I have a new QuietOutline side window opened on the right panel. So it opens my side panel whereas I closed Obsidian with the side panel closed. And it messes it up with multiple QuietOuline instances in the side panel.

Thanks for the help

guopenghui commented 6 months ago

@drflo3 I made a fix in 0.3.23, could you test for it so make sure there are no more bugs? 😵

drflo3 commented 6 months ago

Hi, I don't notice anymore any problem. Thanks for the great work.

merlinuwe commented 6 months ago

Me too. No messages in the console anymore. Thank you very much for solving! ;-)