LexLadiesCode / SublimeTextGistPlugin

A plugin for Sublime Text to make Github Gists and get feedback.
0 stars 0 forks source link

Figure out how to store data #6

Open cheshire137 opened 9 years ago

cheshire137 commented 9 years ago

Data we want to store:

We could start out storing data in a JSON file. Need to determine a structure for this file to store all the data we need. Could use a SQLite database later if our data gets unwieldy in a simple JSON file.

Need to figure out where to save this file, where a Sublime Text plugin has access to read/write on a user's machine. Will differ between OS X and Windows.