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
Currently init is being called from within onload which slows Obsidian's startup time. Instead you should wrap this in onLayoutReady so that it's non-blocking.
The text was updated successfully, but these errors were encountered:
https://github.com/denolehov/obsidian-git/blob/5a654bde4e5c0374627250f64ef8f1ccb5c466eb/main.ts#L101
Currently
init
is being called from within onload which slows Obsidian's startup time. Instead you should wrap this inonLayoutReady
so that it's non-blocking.The text was updated successfully, but these errors were encountered: