-
-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Goals not appearing on mobile #56
Comments
I think that has been broken by obsidian 1.6 since it was working on previous versions. |
I noticed that writing goals disappeared also on the sidebar on desktop version. Goals are still available in the file explorer and into the dedicated page listing all goals. |
@Azmoinal could you raise a separate issue for the desktop issue with the plugin version you're using? |
Hi, I didn't noticed the latest releases of the plugin so I updated it on both desktop and mobile. After the update, I'm able to open the right panel on both iPad and Windows Obsidian app so the point could be closed for me. P.S. It is not related to this issue but I noticed also a big improvement in managing folders. I've a vault with 5k files and I added a goal on a folder with 250 files and I didn't observe any lag anymore. Thanks a lot for your work! |
Still broken for me: latest Writing Goals 0.10.7 and Obsidian 1.6.7 on iPad. The goals sidebar is empty, trying to add or update goals through the plugin does nothing (I can enter the values, but it doesn’t modify the file), and “view all your writing goals stats” shows an empty page. The sprint goal does show on the sidebar, though. Tested also on a brand new vault without any other plugins, same result. Thanks! |
My cent: I tried to remove the plugin and to reinstall it from scratch and I observed the same behaviour described by @grimborg. After that, I restored a previous version of the goal-history.json and voila, everything started to work fine. So, my guess is that there is something wrong with the management of the goal-history.json that it seems that is not properly filled when the plugin find it empty. I don't know if it could help. @grimborg could you check if the file is properly structured? In my case during a merge using git, Working Copy app on iOS added two lines that broke it syntax leading to the same error. |
Thanks for the idea, but it doesn't look like this is what's causing it. I've also tried:
{
"Diari/2024-08-11.md": [
{
"dailyGoal": 10,
"goal": 30,
"startCount": 7,
"endCount": 7,
"date": "Sun Aug 11 2024 00:00:00 GMT+0200"
}
]
} |
Version 0.10.10 should now be working on mobile and iPad. |
Word goals do not appear on mobile in the side panel when pulled up. The only way to access the word goals is to open the goals in a new page using the command pallet.
Would be nice if this was worked out. Im not sure if its an obsidian issue or this plugins issue or what, but I wanted to bring it up since I work primarily on tablet.
The text was updated successfully, but these errors were encountered: