When I open it in the Windows version, it's all dark

バグ報告

利用環境

  • Platform: Windows
  • Platform version: Windows11
  • App Version: 5.8.1

再現方法

When I open the inkdrop app, it opens a notebook that I created in the past (either the notebook that is open or it doesn’t exist because it has been deleted)
If opened on Mac/iPhone/Android under the same account, it appears normal.
I’m not used to Windows and maybe I’m starting it up in a weird way…

When activated, the screen looks like this

Hi Akiya-san,

Thanks for the report.
That looks weird. I tried to reproduce it by making it open a deleted notebook on launch but couldn’t.
But can you please try removing the value on *.core.lastNavigationState from your config.json?
It resets the last navigation state to prevent the app from opening the deleted notebook.

{
  "*": {
    "core": {
      // DELETE THE FOLLOWING KEY
      "lastNavigationState": {
        "editingNoteId": "note:****",
        "queryContext": {
          // ...
        },
      },
    },
  }
}

I’ll fix the suspected lines that restructure the book object just in case.

1 Like

Managed to reproduce it!
Yes, it happens when opening a non-existing notebook in the workspace view.
So, resetting the lastNavigationState should fix it.
I’ll fix it in the next release.

Thanks again for reporting.

1 Like

Thank you for your response!
We have successfully resolved the issue.

I will continue to support your activities!

1 Like

Cool! Thanks, Akiya-san as always