SidneyNemzer / snippets

A Chrome extension that allows you to create and edit JavaScript code snippets, which are synced to all your computers
https://chrome.google.com/webstore/detail/snippets/fakjeijchchmicjllnabpdkclfkpbiag
63 stars 9 forks source link

Gist version history is verbose, change storage format? #20

Open SidneyNemzer opened 6 years ago

SidneyNemzer commented 6 years ago

Github Gists record every change, so the autosave creates quite a lot of noise in the revision history.

Any ideas on how that could be reduced?

My ideas so far:

SidneyNemzer commented 4 years ago

Update: I confirmed that GitHub Gists support cloning, force pushing, and branches (invisible on the web interface). Probably better to just use a regular github repo though.

Still considering Firebase too. Maybe could stay in the free tier? Might be OK because there won't be much relational data (although that's what I always tell myself before using Firebase and I usually regret it...)