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
Describe the bug
When creating a note via a template on mobile and utilizing obsidian sync, the icon does not show when I go to my desktop obsidian without doing a reload/restart of the app. Or without having to change one of the iconizer meta values manually.
To Reproduce
Steps to reproduce the behavior:
Have mobile and desktop setup with obsidian sync.
Create a template that has icon and iconColor meta data on mobile.
View the note on a desktop app (it has no icon showing).
Expected behavior
When the note syncs with my desktop, it should show the icon. As per Zachatoo in this descord message, we should utilize onExternalSettingsChange API to reload the app/note. Discord Link
Describe the bug
When creating a note via a template on mobile and utilizing obsidian sync, the icon does not show when I go to my desktop obsidian without doing a reload/restart of the app. Or without having to change one of the iconizer meta values manually.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When the note syncs with my desktop, it should show the icon. As per Zachatoo in this descord message, we should utilize
onExternalSettingsChange
API to reload the app/note. Discord LinkBelow is a snippet of my template that I use:
The text was updated successfully, but these errors were encountered: