@pazos
I am glad that the export is now working again.
But how can I change the default destination directory for the exported notes?
I thought I had already figured it out and could simply change this line in the base.lua file
Code:
clipping_dir = require("datastorage"):getDataDir() .. "/clipboard"
to this
Code:
clipping_dir = "/mnt/ext1/MYFOLDER/"
But unfortunately this produces an error message when exporting (Failed to export).
Can you give me please some advice?
Thanks a lot!