View Single Post
Old 06-29-2022, 05:37 AM   #15
ChristineGER
Enthusiast
ChristineGER began at the beginning.
 
ChristineGER's Avatar
 
Posts: 25
Karma: 36
Join Date: Feb 2013
Device: Kindle 4
Question How can I change the default destination directory for export?

@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!
ChristineGER is offline   Reply With Quote