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
I always get confused about the emoji indicators that the plugin has in the status bar. For example:
When writing some text the plugin changes status (as expected), but then it shows this 💤, which to me means that it is waiting/processing something. This alone is fine, but then the statistics are a bit unclear. For example here I thought it meant that the sync is still waiting to upload/download some changes, but in reality it already finished with those. Perhaps the icon could be ✅ without the statistics to indicate that everything was synced successfully?
When you restart obsidian the statistics reset to 0, so I assume they are just what has been transferred during this session? An alternative could be to move the statistics to a tooltip on mouse over, but I don't know if this is possible to do with the API.
The text was updated successfully, but these errors were encountered:
As you mentioned, the statistics will be reset at the start.
And if you have something to upload/download, it will be displayed as placed in parens. ↑1 ↓0 means that our transfer has been stabilised. ↑1 (10) ↓0 means 10 items will be sent, and ↑1 ↓0 (10) means 10 items will be downloaded. ( (LIVE) means uncountable due to some reason).
As a matter of fact, the ✅ is a little hard to show and ambiguous, as it is not clear whether the transfer has finished reflecting the data in the storage or not.
Indeed it can be a bit confusing, but if you have any ideas, please let me know. (I know that you have known this, but I have been already lost).
It may not be an essential solution, but I made a simple icon. These icons are created on Figma. If @vrtmrz want to use these, I can provide immediately.
If any points to enhancement, any suggestions are welcome. Please notify me.
It is true that issues related to check marks may be difficult to understand. If we can verbalize what exactly the check mark is supposed to convey to the user, we may be able to come up with an idea for an icon that is easier to understand.
I always get confused about the emoji indicators that the plugin has in the status bar. For example:
When writing some text the plugin changes status (as expected), but then it shows this 💤, which to me means that it is waiting/processing something. This alone is fine, but then the statistics are a bit unclear. For example here I thought it meant that the sync is still waiting to upload/download some changes, but in reality it already finished with those. Perhaps the icon could be ✅ without the statistics to indicate that everything was synced successfully?
When you restart obsidian the statistics reset to 0, so I assume they are just what has been transferred during this session? An alternative could be to move the statistics to a tooltip on mouse over, but I don't know if this is possible to do with the API.
The text was updated successfully, but these errors were encountered: