HappenApps / Quiver

Quiver documentation and issue tracker
2.26k stars 109 forks source link

Notes and Notebook structure not persisting properly. #1280

Open kzjasta opened 5 years ago

kzjasta commented 5 years ago

Hi,

I'm having an issue when saving my notes and notebooks.

Whenever I quit out of Quiver all of my notes are blank apart from the titles. To restore the contant of the notes I have to "Restore from backup". This happens every time.

At the same time, any kind of nested structure of notebooks I've created is turned into a flat structure.

For example:

-Notebook 1 --Notebook 2 ---Notebook 3

Becomes:

Notebook 1 Notebook 2 Notebook 3

Sometimes notes that have been contained in these nested notebooks disappear and I've been unable to recover them.

Any help is appreciated.

ylian commented 5 years ago

Could be an issue with cache files. Please try the following:

  1. Take note of your library location (Preferences > Sync > Library Location).
  2. Close Quiver. Delete the cache file and the search index file: ~/Library/Containers/com.happenapps.Quiver/Data/Library/Application\ Support/Quiver/cache.db ~/Library/Containers/com.happenapps.Quiver/Data/Library/Application\ Support/Quiver/index-v2.dat
  3. Double click on your library to open Quiver again.
kzjasta commented 5 years ago

That's fixed it.

Thanks for the quick response.