vocage icon indicating copy to clipboard operation
vocage copied to clipboard

maintain state outside the deck

Open teto opened this issue 1 year ago • 1 comments

hi,

I am planning to create/generate my own cards (generate because I want to fetch dynamically the translation of a word). I want to versionize via git the deck. Now vocage saves the state within the deck which may create git conflicts between my different computers when syncing git. I wonder if there is a way to save the state somewhere else ?

teto avatar Jun 25 '23 16:06 teto

I also use git to version my decks. What I usually do is have a master/main branch with the pristine decks without state, and then in a git branch I keep the state (and sync that across devices). Keeping state in separate files is currently not implemented but I wouldn't be against it as an extra option.

proycon avatar Jul 03 '23 21:07 proycon