Thanks for sending me the data, I reproduced it.
And I got it to work!
It looks like you have logged in with multiple accounts, right?
Since Inkdrop assumes that you have only one account, that was causing the issue.
It was trying to show a book that does not exist in the current account but the previous one.
So, it couldnāt display anything on the sidebar.
To solve this, you have to edit the config file stored in ~/Library/Application Support/inkdrop/config.cson
.
Please delete the following lines marked with āxā (quit the app before you edit):
"*":
core:
db:
machineId: "*******"
disabledPackages: [
"img-small"
]
x lastNavigationState:
x editingNoteId: "note:*****"
x queryContext:
x bookId: "book:******"
x filterKeyword: ""
x includeChildren: false
x mode: "book"
x sidebar:
x workspace:
x bookId: "book:******"
x visible: true
mainWindow:
fullscreen: true
hiddenComponents:
"sidebar-menu": [
"SideBarMenuStatusList"
]
"sidebar-workspace-menu": [
"SidebarWorkspaceMenuStatusList"
"SidebarWorkspaceMenuTagList"
]
maximized: false
noteListBar:
w: 220
position:
x: 631
y: 47
sideBar:
x collapsedBooks: [
x "book:7kM_*****"
x "book:Xmaq*****"
x "book:t5tb*****"
x "book:9Z7z*****"
x "book:5wEz*****"
x "book:OK0X*****"
x "book:G0cp*****"
x "book:GcNA*****"
x "book:AX1d*****"
x ]
w: 232
size:
h: 600
w: 1036
themes: [
"github-preview"
"vibrant-dark-ui"
"energy-syntax"
]
editor:
fontSize: 14
styleActiveLine: true
viewMode: "edit"
"spell-checker":
language: "en_GB"
Then, launch it again.
This is a bug and Iāll fix it in the next release.
Thanks again for your help.
I hope it works on your mac!