Skip to content
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

Closed
MaxTheSpy opened this issue May 2, 2024 · 8 comments
Closed

Goals not appearing on mobile #56

MaxTheSpy opened this issue May 2, 2024 · 8 comments

Comments

@MaxTheSpy
Copy link

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.

@Azmoinal
Copy link

I think that has been broken by obsidian 1.6 since it was working on previous versions.

@Azmoinal
Copy link

Azmoinal commented Aug 3, 2024

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.

@lynchjames
Copy link
Owner

@Azmoinal could you raise a separate issue for the desktop issue with the plugin version you're using?

@Azmoinal
Copy link

Azmoinal commented Aug 4, 2024

@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!

@grimborg
Copy link

grimborg commented Aug 10, 2024

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!

@Azmoinal
Copy link

Azmoinal commented Aug 11, 2024

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.

@grimborg
Copy link

grimborg commented Aug 11, 2024

Thanks for the idea, but it doesn't look like this is what's causing it. goal-history.json is well formed (and data.json as well). This is what it's like now, and it works on desktop but not on ipad.

I've also tried:

  • enabling / disabling the plugin
  • reindexing
  • restarting obsidian
  • reinstalling the plugin.
{
  "Diari/2024-08-11.md": [
    {
      "dailyGoal": 10,
      "goal": 30,
      "startCount": 7,
      "endCount": 7,
      "date": "Sun Aug 11 2024 00:00:00 GMT+0200"
    }
  ]
}

@lynchjames
Copy link
Owner

Version 0.10.10 should now be working on mobile and iPad.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants