How can I synchronize stickies between Macs?

15,186

Solution 1

How about using Notational Velocity instead?

alternate (newer, better maintained): http://brettterpstra.com/project/nvalt/

original: http://notational.net/

Solution 2

You can accomplish very basic synchronization via services like Dropbox.

  1. Exit Stickies.

  2. To sync via Dropbox:

    ln -s ~/Library/StickiesDatabase ~/Dropbox/StickiesDatabase
    

    or Google Drive:

    mv ~/Library/StickiesDatabase ~/Dropbox
    ln -s ~/Google\ Drive/StickiesDatabase ~/Library/StickiesDatabase
    
  3. Repeat steps 1 & 2 on your other Mac(s).

This method is effective, but not very robust. Stickies saves all stickies in one file, and blindly updates it whenever you make a change. And file sync services will not merge a single file, but outright replace it (although they will try to avoid losing your data if changes are detected on both machines).

So, this will only work properly if Stickies is closed on other machines when creating, editing or deleting notes.

Solution 3

Take a look at this app:

http://itunes.apple.com/br/app/memo-sticky-notes/id454167841?mt=12

It looks just like stickies and has the functionality that you are looking for. And it's free!

Hope it helps.

Solution 4

Sticky doesn't sync natively between Macs. Notes does via iCloud and you can choose to export all stickies directly to notes.

Share:
15,186

Related videos on Youtube

cwd
Author by

cwd

Updated on September 18, 2022

Comments

  • cwd
    cwd over 1 year

    I really like the stickies that come with OS X. I know there are some more advanced "to do" lists, but I kind of like the simplicity and solid design / ux of the native ones.

    Picture 2.png

    How can I synchronize stickies between Macs?