mokeyish/obsidian-enhancing-export

Obsidian app is unresponsive after 1.1.10 update

victorstan opened this issue ยท 10 comments

After updating to 1.1.10 version my obsidian app is unresponsive, the UI is complitely frozen and task manager shows 23% load
image
I unblocked myself by removing the plugin from community-plugins.json. Let me know if you need other info for debugging. Currently I'm on win 10 pro 22H2, i5 core 10th gen, 16 ram.

What's your pandoc version? I can't reproduce it. I'm also on windows.

pandoc 3.0
Features: +server +lua
Scripting engine: Lua 5.4

reinstall this plugin?

I found the issue, I disabled all the plugins and it works, so the problem is a combination between this plugin and settings search. Can you try this combination?

Could you report it to settings-search?

Hi, I think this actually happens because you are returning from your catch here:

}).catch(() => pandocPathSetting.setDesc(''));

Also, this happens for me regardless of whether or not Settings Search is installed.

In general, conflicts with Settings Search happen because of issues rendering a setting tab. Settings Search just forces setting tabs to be rendered, nothing else.

Please try the latest version.๐Ÿ˜†

Do you add the pandoc path to system Environment variables?

In general, conflicts with Settings Search happen because of issues rendering a setting tab. Settings Search just forces setting tabs to be rendered, nothing else.

I remove Pandoc path from System Environment variables, It happend.

Now, it seems no problem.

ๅ›พ็‰‡

Thank you!!!