KB00092 - Working with Stickies v10 data file

SQLITE

Stickies v10 uses a SQLITE database file to store all information. All notes, their content, options and Friends are in the one file which brings a number of advantages:

DB Browser

If you'd like to access any of this data, the SQLITE format is an open one, and I can recommend DB Browser for SQLite to open the file. It's what I've used to help develop Stickies, and debug problems.

You might also like to read the "stickies.db" page in the help file which helps to explain some of the design.