atom / bookmarks

Bookmark editor lines in Atom
MIT License
49 stars 36 forks source link

Bookmarks lost after saving and closing file #97

Closed SnowCreative closed 6 years ago

SnowCreative commented 6 years ago

After adding bookmarks to a file, then saving, then closing the file, bookmarks are gone the next time I open that file. I've tried in safe mode, same story. This happens every time, on all file types.

Steps to reproduce:

  1. Add bookmarks to a file.
  2. Save it then close it.
  3. Reopen the file and the bookmarks are gone.

I tried package cop, turned off ALL packages, then tested, and bookmarks still get get lost after saving. Package cop says the package "Atom" is the cause.

Using Atom 1.23.1 on Mac OS 10.12.4.

rsese commented 6 years ago

Thanks for moving this over @rainbowtiger - I searched through past issues and it looks like this has been reported here already:

https://github.com/atom/bookmarks/issues/61

So it sounds like if you quit and restart Atom the bookmarks will be retained (I verified this is the case on macOS 10.12.6 with Atom 1.23.3), but not if you close and reopen a file. I'll go ahead and close this as a duplicate of https://github.com/atom/bookmarks/issues/61 and you can subscribe there for updates if you'd like.

SnowCreative commented 6 years ago

OK, that explains the problem. Hope it gets fixed soon!