Notebook paths for icons aren't cross-platform
I've got my HelixNotes vault synced between my Mac Mini (running Mac OS) and my ThinkPad (running Windows 10). Looks great. 👍
But the notebook icons that I set on the Mac aren't appearing on my Windows system even though the images are properly stored in the .helixnotes/attachments folder.
I examined the .helixnotes/notebook_icons.json file and the image names are correct.
Where the issue lies is with the notebook name/path.
Since I assigned the images on my Mac, the forward slash ( / ) is used to differentiate nesting levels.
As a test, on my Windows system, I modified one entry in the notebook_icons.json file to use double-backslash ( \\ ) (the first as an escape character). Once I did that, HelixNotes recognized the notebook icon.