You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Somehow this works much better in obsidian. In VSCode when the preview updates I can't type anything in the editor which is quite frustrating, couldn't the compilation happen asynchronously, either cancellable when the user starts typing again or work on a copy of the file at the time of generating the preview?
The text was updated successfully, but these errors were encountered:
I can't reproduce this, and the process is asynchronous. If you want to delay the automatic update, you can change the option:
D2.updateTimer to a larger value. Or turn off automatic updates with option: D2.autoUpdate.
Somehow this works much better in obsidian. In VSCode when the preview updates I can't type anything in the editor which is quite frustrating, couldn't the compilation happen asynchronously, either cancellable when the user starts typing again or work on a copy of the file at the time of generating the preview?
The text was updated successfully, but these errors were encountered: