A plugin for Obsidian (https://obsidian.md) that adds additional `x-callback-url` endpoints to the app for common actions — it's a clean, super-charged addition to Obsidian URI.
app.internalPlugins.getPluginById('sync').instance.getStatus() gets you the following: 'synced' | 'syncing' | 'error' | 'paused' (make sure that getPluginById() doesn't return you null)
"Probably consider it working only when that gives you 'syncing' | 'error'"
https://discord.com/channels/686053708261228577/840286264964022302/1073620746888298577 ff.
Licat:
app.internalPlugins.getPluginById('sync').instance.getStatus()
gets you the following:'synced' | 'syncing' | 'error' | 'paused'
(make sure thatgetPluginById()
doesn't return younull
)'syncing' | 'error'
"ZCO-120