Failed to export All notes

Bug report

Failed to export All notes.

app:error Failed to export: +2m Error: EEXIST: file already exists, mkdir '/Users/myname/path/to/category'
    at Object.fs.mkdirSync (fs.js:872)
    at exportBook (/Applications/Inkdro…lib/exporter.js:112)
    at process._tickCallback (internal/process/next_tick.js:68)

Info

  • Platform: (macOS)
  • Platform version: (10.15)
  • App Version: (4.3.4)

Reproduce

file -> Export -> All notes

Hi dino,

Thank you for reporting.
Did you try to overwrite the directory?

Thank you for reply. I understand the cause.

It seems that the notebook name (or sub-notebook name) is case-sensitive, whereas the export file system is case-insensitive. I was creating a notebook with a name that differed only in case.

It was supported by changing my notebook name. The export function may be able to alert user with this in mind.

Since my problem was solved, you can close this case. Thank you.

That makes sense. Thanks for letting me know!