The Mac app is showing no notes and no notebooks, not even tags. None, nothing at all. While both iOS apps iPad/iPhone seem to be working perfectly. Could this be due to the new Mac updates perhaps? I hope this can be fixed really soon, I was really looking forward to relying on this app. But as of now, its basically useless on the Mac which realistically makes it pretty useless on all of my devices.
Thatās weird.
I confirmed that it works fine on Big Sur.
I suspect that you might be using the demo version which doesnāt support sync, or you might be behind a corporate proxy.
Still nothing! Even after paying for a month, shutdown restart, still nothing 11 hours later. I need this fixed or I need my money back. I really looked forward to using your service, hope this can be fix today.
Thatās weird.
This could be a bug. I need to reproduce it to solve it.
Maybe a particular note or notebook is causing it.
Could you try running it from terminal like so:
/Applications/Inkdrop.app/Contents/MacOS/Inkdrop
And see if you get any error logs?
Also, could you check if you got any error in the console log by selecting the menu: Developer -> Toggle Developer Tools?
And could you show me a screenshot?
Have you configured init.js?
What plugins have you installed?
(node:3092) Electron: Loading non context-aware native modules in the renderer process is deprecated and will stop working at some point in the future, please see https://github.com/electron/electron/issues/18397 for more information
(node:3092) Electron: Loading non context-aware native modules in the renderer process is deprecated and will stop working at some point in the future, please see https://github.com/electron/electron/issues/18397 for more information
(node:3088) electron: NSVisualEffectMaterialUltraDark has been deprecated and will be removed in a future version of macOS.
(node:3088) electron: NSVisualEffectMaterialUltraDark has been deprecated and will be removed in a future version of macOS.
Thank you for the information.
It looks like there are no errors. Very strange.
If it failed to render the notebook list, it should get an error but no.
You have some notes but the note count indicates 0.
It looks like you are viewing a notebook named āTā but how did you select it while the notebook list is empty?
Since I have no idea whatās going on, would you send me your local database and could I look into it?
If itās no problem, please zip the whole directory of ~/Library/Application Support/inkdrop and send me to t@inkdrop.app.
If I couldnāt reproduce or solve it, I can refund your payment.
Thank you for your cooperation!
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!
THANKS IT WORKS AGAIN!!!
I was really dreading on having to mess with this again just to try to get this to work. But in the end, you provided direct support and walked me thought the solution. You definitely have me as a long time supporter and I will be upgrading next month pledge to the yearly plan.
Thanks for your time and commitment to your supporters!