Storage and sqlite file in different locations - is it possible?

I would like to have the storage in an external harddisk and a feature that stops me if i on one of mye computers try to just click on the Create new item from current page icon (or else I will have one sqlite file and several storages).
  • I'm not sure I understand your request. What would be the purpose of storing the SQLite file separately from the storage directory?

    If you really wanted to do this, on OS X or Linux you could just use a symlink in the data directory to a storage folder stored elsewhere. I don't think aliases on Windows work the same way, but you could try.

    You can of course choose a custom data directory location in the preferences.
Sign In or Register to comment.